rails--rails/railties/lib/rails/commands
Aaron Patterson c7a148f389 removing `rails test`, updating docs to show how to use `rake test` 2013-04-05 15:44:41 -07:00
..
application.rb Revert more Rails.version changes 2013-04-01 17:23:18 -03:00
console.rb Fix rails console --sandbox 2013-03-08 13:58:56 +00:00
dbconsole.rb
destroy.rb
generate.rb
plugin_new.rb
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 More helpful message when starting server 2013-03-18 10:46:21 -07:00
update.rb