aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* No need to create a separate lambda for each call.thedarkone2010-09-271-15/+14
* Refactor routing methods.Emilio Tagua2010-09-221-6/+1
* Add RouteSet#appendCarl Lerche2010-09-171-4/+12
* Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-081-1/+1
* Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-9/+3
* Implemented RouteSet#default_scope, which allows to set the scope for the ent...Piotr Sarnacki2010-09-031-2/+6
* Move RoutesProxy to separate filePiotr Sarnacki2010-09-031-32/+0
* This was used only to clear warning in ActionMailer tests, it shouldn't be do...Piotr Sarnacki2010-09-031-5/+0
* Refactor RoutesProxy to avoid using _with_routes in helpersPiotr Sarnacki2010-09-031-1/+1
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-1/+6
* Fix generating urls with mounted helpers in view contextPiotr Sarnacki2010-09-031-1/+1
* For view_context we need to initialize RoutesProxy in context of controller, ...Piotr Sarnacki2010-09-031-2/+4
* We don't need delegating polymorphic_url and polymorphic_path anymorePiotr Sarnacki2010-09-031-10/+6
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-0/+59
* Routes refactoring:Piotr Sarnacki2010-09-031-1/+1
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-031-12/+12
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-6/+3
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-2/+2
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-031-6/+14
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Support routing constraints in functional testsAndrew White2010-08-201-2/+2
* Avoid potentially expensive inspect call in router. [#4491 state:resolved]Samuel Lebeau2010-08-031-3/+6
* options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...Santiago Pastorino2010-07-211-1/+1
* Fixed a globbed route issue where slashes were being escaped, causing assert_...Brian Rose2010-07-211-1/+2
* Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_disp...Santiago Pastorino2010-07-151-3/+1
* When a dynamic :controller segment is present in the path add a Regexp constr...Andrew White2010-07-071-4/+2
* Recognize should also work with route is wrapped in a constraint.José Valim2010-07-061-0/+2
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-031-1/+1
* Refactor recall parameter normalization [#5021 state:resolved]Andrew White2010-07-031-16/+6
* Fix routes with :controller segment when namespaced [#5034 state:resolved]José Valim2010-07-021-17/+33
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-3/+3
* Tidy up valid conditions in router a bit.José Valim2010-06-281-2/+4
* Add :controller and :action to the list of valid conditionsAndrew White2010-06-281-0/+1
* Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-281-2/+3
* Vendor unreleased rack-mount 0.6.6.pre dependencyJeremy Kemper2010-06-271-1/+3
* Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-271-3/+26
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-1/+1
* Make named helpers unprotected without becoming actions [#4696 state:resolved]wycats2010-06-071-1/+4
* Optimize LookupContextwycats2010-06-041-3/+10
* No need to unescape params twice if we came from Rack::Mountwycats2010-06-041-7/+7
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-301-5/+0
* add missing requires to Rescuable and RouteSet [#4415 state:committed]Mislav Marohnić2010-04-161-0/+1
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-3/+7
* Remove routing implementation details from RDocAndrew White2010-03-311-2/+2
* Protect routes again so they don't end up as actions. We need a better soluti...wycats2010-03-231-0/+1
* We seem to have removed the URL helpers from ActionView subclasses...wycats2010-03-181-0/+1
* Install url helpers on module instance so they can be accessedJoshua Peek2010-03-171-5/+13
* Do not always include the named URL helpers into AC::Base and AV::Base.Carl Lerche2010-03-161-1/+0