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
Tim Pope e89ba63b88 Drop remaining script/plugin sources references
[#3742 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-03 00:33:30 -02: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 The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
console.rb "rails console t" must not load "production" but "test" 2010-09-02 11:50:31 +02: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 Still copy application configuration to generator even if they are required earlier. Also tidy up the guide a little bit. 2010-06-02 08:45:33 +02:00
generate.rb remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
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 The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
runner.rb Send 'rails runner' help message to stdout instead of stderr. 2010-09-19 16:45:29 -07:00
server.rb Allow a PID file to be specified to rails server [#5031 state:resolved] 2010-07-08 22:35:02 +02:00
update.rb Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*. 2009-10-15 14:54:12 -07:00