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
2013-02-04 16:05:38 -05:00
..
application.rb Use --rc= instead of --rc 2013-02-04 16:05:38 -05:00
console.rb Rescue from LoadError when trying to load the debugger gem for console 2013-01-06 11:27:36 -02:00
dbconsole.rb Don't use Rails.root since it is not available at this point 2013-01-05 05:01:14 -03:00
destroy.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
generate.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
plugin_new.rb require "rubygems" is obsolete in Ruby 1.9.3 2012-05-13 14:47:25 +02:00
runner.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
server.rb Add ENV['RACK_ENV'] support to rake runner/console/server. 2012-12-06 02:05:33 +09:00
update.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00