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
2010-07-18 11:02:07 +02:00
..
application.rb ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be true 2010-07-04 18:49:28 +02: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 Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops. 2010-07-18 11:02:07 +02:00
dbconsole.rb add support for mysql2 adapter to dbconsole 2010-05-04 15:47:08 -07: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 Print proper "Usage:" messages for "rails plugin" command 2010-07-07 16:20:56 -07: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 Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02: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