aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Change returning with tapSantiago Pastorino2010-07-252-3/+3
* options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...Santiago Pastorino2010-07-212-2/+2
* correct typos in Routing examplesMislav Marohnić2010-07-221-3/+3
* Fixed a globbed route issue where slashes were being escaped, causing assert_...Brian Rose2010-07-211-1/+2
* Ensure insert_before in middleware stack raises a meaningful error message [#...José Valim2010-07-211-4/+11
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-3/+3
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-203-2/+189
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-192-64/+81
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-192-21/+0
* Set session options id to nil is respected and cancels lazy loading.José Valim2010-07-181-2/+2
* Avoid uneeded queries in session stores if sid is not given.José Valim2010-07-182-3/+5
* Removing ActionDispatch::Http::FilterParameters#fitered_parameters aliasNick Quaranto2010-07-181-2/+1
* Merge remote branch 'docrails/master'Xavier Noria2010-07-171-7/+7
|\
| * Small fix in cookie docs and trailing whitespacesCarlos Antonio da Silva2010-07-151-7/+7
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_disp...Santiago Pastorino2010-07-1535-4014/+1
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-07-132-2/+2
|\
| * Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
| * Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-111-1/+1
* | Fixes a regression caused by having mapping options controller and action as ...Santiago Pastorino2010-07-121-1/+4
* | Routes should respect namespace even if action is a regexp and just controlle...José Valim2010-07-121-34/+29
|/
* API Docs: Fixes to the Routing docsRohit Arondekar2010-07-071-6/+4
* When a dynamic :controller segment is present in the path add a Regexp constr...Andrew White2010-07-072-10/+21
* Refactor handling of :only and :except options. The rules are:Andrew White2010-07-061-26/+46
* Recognize should also work with route is wrapped in a constraint.José Valim2010-07-062-0/+4
* RouteSet should also handle anonymous classes.José Valim2010-07-051-2/+2
* Define a convention for descendants and subclasses.José Valim2010-07-051-2/+2
* Refactor resource options and scoping. Resource classes are now only responsi...Andrew White2010-07-041-99/+64
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-033-3/+3
* 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-022-18/+34
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-024-7/+7
* porting session.clear fix to master branch. [#5030 state:resolved]Aaron Patterson2010-07-011-0/+5
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* A couple enhancements to the router:José Valim2010-06-301-27/+48
* Clean up the logic to specify the name and path for action a bit.José Valim2010-06-301-87/+51
* ETag: use body instead of @body since the method will always return a stringJeremy Kemper2010-06-281-2/+2
* 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
* Merge :constraints from scope into resource options [#2694 state:resolved]Andrew White2010-06-281-4/+6
* Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-282-4/+14
* Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-281-0/+2
* Fix several known web encoding issues:wycats2010-06-271-1/+30
* Vendor unreleased rack-mount 0.6.6.pre dependencyJeremy Kemper2010-06-2735-1/+4014
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-272-36/+38
* Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-271-3/+26
* Support optional static segements as well [#4832 state:resolved]Andrew White2010-06-261-1/+1
* Fixed normalize_path in Routing::Mapper to handle optional prefix segments wi...Paul Barry2010-06-261-1/+1
* Don't force pluralization of controller name when defining a resource [#4980 ...Andrew White2010-06-261-1/+9
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-1/+1
* Do not mark the session as loaded if an error happened while doing it.José Valim2010-06-251-2/+1