rails/actionpack/lib/action_dispatch/routing
claudiob 4761d81923 Remove ActionController::ModelNaming
The methods in these modules are not used anywhere. They used to be
invoked in polymorphic_routes.rb but their usage was removed in e821045.

What is your opinion about removing these methods?

They do belong to the public API, but in reality their code has already been duplicated to ActionView::ModelNaming, since they are used by methods like `dom_id` and `dom_class` to associated records with DOM elements (in
ActionView).

Please tell me if you think that removing this module is a good idea and,
in that case, if the PR is okay as it is, or you'd rather start by showing
a deprecation message, and remove the module in Rails 5.1.
2014-12-25 00:30:46 +01:00
..
endpoint.rb give all endpoints a superclass 2014-05-27 12:10:24 -07:00
inspector.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
mapper.rb Only check that it is a Rails application once 2014-12-08 15:42:55 -02:00
polymorphic_routes.rb Remove ActionController::ModelNaming 2014-12-25 00:30:46 +01:00
redirection.rb remove another wasteful AS::SafeBuffer allocation 2014-06-06 12:06:58 -07:00
route_set.rb allow URL helpers to work with optional scopes 2014-12-13 15:52:41 -05:00
routes_proxy.rb Missing or unneeded require extract_options 2013-02-01 12:10:58 +09:00
url_for.rb let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] 2014-11-24 14:33:50 -08:00