rails/actionpack/lib/action_dispatch
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
..
http Merge branch 'master' of github.com:rails/docrails 2014-12-20 14:26:21 +00:00
journey remove unused #optional_parts 2014-12-05 16:21:17 +03:00
middleware - Removed unused parameter to cookie serialize method and fixed usage of the same elsewhere 2014-12-24 18:45:55 +05:30
request Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
routing Remove ActionController::ModelNaming 2014-12-25 00:30:46 +01:00
testing Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Add configuration option to optionally disable deep_munge 2013-12-05 12:08:34 +01:00
routing.rb Add missing requires for require 'action_dispatch/routing' 2014-05-15 06:03:23 +01:00