rails--rails/railties/lib/rails/commands
rohit fd53bc85e7 Send 'rails runner' help message to stdout instead of stderr.
[#5661 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-09-19 16:45:29 -07: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 "rails console t" must not load "production" but "test" 2010-09-02 11:50:31 +02:00
dbconsole.rb Config is deprecated on 1.8.8 and 1.9.3 use RbConfig 2010-08-23 23:10:36 -03: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 Trifling typos 2010-08-21 19:20:42 -03: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