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 bc35e63909 Make destroy command work within engines
Instead of calling methods of Rails.application directly, we need to
use a method that is considered for the rails engine.
2017-03-14 16:49:27 +09:00
..
application
console
dbconsole Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
destroy Make destroy command work within engines 2017-03-14 16:49:27 +09:00
generate Show correct commands in help 2017-03-03 08:18:51 +09:00
help make all rails commands work in engine 2017-01-09 10:07:48 +09:00
new Show correct commands in help 2017-03-03 08:18:51 +09:00
plugin
rake Remove needless ActiveSupport::Deprecation.silence 2016-12-31 03:54:37 +09:00
runner Show correct commands in help 2017-03-03 08:18:51 +09:00
secrets Merge pull request #28182 from y-yagi/show_correct_rails_commands 2017-03-09 20:27:39 +01:00
server HOST must be all capital letters 2017-03-01 08:18:47 +09:00
test Show correct commands in help 2017-03-03 08:18:51 +09:00
version