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
Dharam Gollapudi 52f2f9810e Implement Rake proxy for Rails' command line interface.
Allows any Rake task to be run through `bin/rails` such as `bin/rails db:migrate`,
`bin/rails notes` etc.

The Rake tasks are appended to Rails' help output, and blend in as standard commands.
2015-12-13 20:59:41 +01:00
..
application.rb
commands_tasks.rb Implement Rake proxy for Rails' command line interface. 2015-12-13 20:59:41 +01:00
console.rb Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
console_helper.rb Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
dbconsole.rb Fixed typo in mysql client parameter 2015-12-09 16:31:26 -05:00
destroy.rb added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip] 2014-11-10 08:11:49 +05:30
dev_cache.rb Ditch Commands namespace for base command. 2015-12-06 14:23:28 +01:00
generate.rb added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip] 2014-11-10 08:11:49 +05:30
plugin.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
rake_proxy.rb Implement Rake proxy for Rails' command line interface. 2015-12-13 20:59:41 +01:00
runner.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
server.rb Use the PORT environment variable for rails server 2015-08-18 08:43:11 -04:00
test.rb make test runner work correctly inside engine 2015-07-12 18:29:31 +09:00