aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* escape constants that should not be linked toJoost Baaij2010-08-275-11/+11
* mention the alert and notice accessors on the flashJoost Baaij2010-08-271-0/+5
* expand cookie examples with signed and permanent methodsJoost Baaij2010-08-271-2/+11
* call-seq directive makes rdoc cry and replaces method names with a curly brac...Joost Baaij2010-08-271-28/+9
* Use nested scope for routes defined at the :resources scope level (as in Rail...Andrew White2010-08-241-5/+6
* Allow format to be skipped. This is used internally by mount.José Valim2010-08-241-2/+5
* Finally fix the bug where symbols and strings were not having the same behavi...José Valim2010-08-241-67/+46
* Ensure shortcuts inside resources also generates helpers.José Valim2010-08-241-48/+39
* Fix how routes inside namespaces are generated.José Valim2010-08-241-1/+1
* Allow actions which start with A-Za-z_ onlySantiago Pastorino2010-08-241-1/+1
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-2/+2
* Ensure prefix in routes are generated properly.José Valim2010-08-241-13/+10
* Fix a bug where symbols and strings were not behaving the same in the router....José Valim2010-08-241-9/+4
* When custom resource actions are specified using strings add the default name...Andrew White2010-08-241-2/+6
* Cache the symbolized path parameters using a instance variable in the request...Andrew White2010-08-222-3/+8
* Fix hash modification during iteration in Mapper [#5420]Nick Sieger2010-08-201-1/+1
* Support routing constraints in functional testsAndrew White2010-08-202-16/+39
* Don't add the standard https port when using redirect in routes.rb and ensure...Andrew White2010-08-202-1/+11
* Allow symbols for :path resource(s) option [#5306 state:resolved]Andrew White2010-08-201-2/+2
* Move regexps in options hash to :constraints hash so that they are pushed int...Andrew White2010-08-191-0/+4
* Move edit route before show route so that it will have precedence if the :id ...Andrew White2010-08-191-2/+2
* Don't pluralize resource methods [#4704 state:resolved]Javier Martín2010-08-181-14/+14
* Allow member actions (get, etc) to accept strings, with testAndre Arko2010-08-171-0/+1
* annoted_source_code may return nil if an error happens during template compil...José Valim2010-08-161-1/+1
* Allow for any possible TLD when using the :all option with the cookie session...Bryce Thornton2010-08-151-8/+18
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-143-15/+15
* Moves local_request? to require.local?Santiago Pastorino2010-08-132-8/+8
* no need to assign if we are gonna returnXavier Noria2010-08-121-2/+2
* Improve best_standards_support to use only IE=Edge in development modewycats2010-08-091-2/+11
* adds missing requires for Object#tryXavier Noria2010-08-092-0/+2
* adds URL to the body generated by the redirect macro in the routes mapper as ...Xavier Noria2010-08-091-1/+4
* Avoid potentially expensive inspect call in router. [#4491 state:resolved]Samuel Lebeau2010-08-031-3/+6
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* Revert "Avoid uneeded queries in session stores if sid is not given."José Valim2010-07-292-5/+3
* Forgot to check in this new filewycats2010-07-271-0/+13
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+2
* 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