1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Edouard CHIN ce13f79105 Better error message when running rake routes with CONTROLLER arg:
- `CONTROLLER` argument can now be supplied in different ways (Rails::WelcomeController, Rails::Welcome, rails/welcome)
- If `CONTROLLER` argument was supplied but it does not exist, will warn the user that this controller does not exist
- If `CONTROLLER` argument was supplied and no routes could be found matching this filter, will warn the user that no routes were found matching the supplied filter
- If no routes were defined in the config/routes.rb file, will warn the user with the original message
2016-01-07 06:35:40 -05:00
..
abstract_controller Merge branch 'master' of github.com:rails/docrails 2015-12-20 12:33:46 +00:00
action_controller Merge pull request #22275 from mastahyeti/per-form-csrf 2016-01-06 02:55:10 -02:00
action_dispatch Better error message when running rake routes with CONTROLLER arg: 2016-01-07 06:35:40 -05:00
action_pack Change alpha to beta1 to prep for release of Rails 5 2015-12-18 12:14:09 -05:00
abstract_controller.rb Remove not used requires 2015-09-01 20:36:47 +02:00
action_controller.rb remove RackDelegation module 2015-08-26 11:53:15 -07:00
action_dispatch.rb Update copyright notices to 2016 [ci skip] 2015-12-31 18:27:19 +02:00
action_pack.rb Update copyright notices to 2016 [ci skip] 2015-12-31 18:27:19 +02:00