1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands
2011-03-31 16:20:59 -07:00
..
application.rb Use Thor's self.exit_on_failure? to exit whenever accessing the generators from the CLI and a Thor::Error is raised. 2011-01-29 16:51:39 +08:00
benchmarker.rb
console.rb Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
dbconsole.rb Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs like DataMapper and Sequel 2011-02-01 13:20:53 -02:00
destroy.rb
generate.rb
plugin.rb Drop remaining script/plugin sources references 2011-02-03 00:33:30 -02:00
plugin_new.rb Don't need to support rails plugin --version 2010-11-16 00:04:34 +01:00
profiler.rb
runner.rb Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
server.rb reduce two method calls per request, 1 to method_missing and one to send 2011-02-28 15:47:25 -08:00
update.rb