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
yuuji.yaginuma 2a5c116f12 make all rails commands work in engine
Currently, all rails commands can be executed in engine,
but `server`, `console`, `dbconsole` and `runner` do not work.

This make all rails commands work in engine.
Related to #22588
2017-01-09 10:07:48 +09:00
..
application Hide commands from API site. 2016-10-28 20:44:58 +02:00
console Hide commands from API site. 2016-10-28 20:44:58 +02:00
dbconsole Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
destroy Hide commands from API site. 2016-10-28 20:44:58 +02:00
generate ARGV.shift before calling Rails generators 2016-12-17 14:01:25 -05:00
help make all rails commands work in engine 2017-01-09 10:07:48 +09:00
new Hide commands from API site. 2016-10-28 20:44:58 +02:00
plugin use appropriate type for rc option 2016-12-14 11:12:13 +09:00
rake Remove needless ActiveSupport::Deprecation.silence 2016-12-31 03:54:37 +09:00
runner use Gem.win_platform? to check windows Ruby platforms 2016-11-30 20:57:50 +09:00
server make all rails commands work in engine 2017-01-09 10:07:48 +09:00
test Hide commands from API site. 2016-10-28 20:44:58 +02:00
version Hide commands from API site. 2016-10-28 20:44:58 +02:00