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/action_dispatch/routing
Sean Griffin 4a62724c59 RouteSet should not be listed in the public API [ci skip]
The use of `# :startdoc:` inside of the class was overriding the
outer-most `# :nodoc:`, causing it to be listed in the documented API.
2015-02-03 11:52:09 -07: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 Fix name_for_action in routing 2015-01-19 10:32:27 +09:00
polymorphic_routes.rb Fix form_for to work with objects that implement to_model 2014-12-29 18:12:03 -08:00
redirection.rb remove another wasteful AS::SafeBuffer allocation 2014-06-06 12:06:58 -07:00
route_set.rb RouteSet should not be listed in the public API [ci skip] 2015-02-03 11:52:09 -07: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