aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-302-6/+11
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-1/+1
* Ensure that url_for uses symbolized keys in the controller. [#4391]J Smith2010-04-221-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-214-1/+5
* require without .rbSantiago Pastorino2010-04-211-1/+1
* Remove only formats in shortcuts and do it just once.José Valim2010-04-201-4/+5
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* added shorthand support for routes like /projects/status(.:format)Diego Carrion2010-04-171-3/+3
* access assigns as a method or hash, with strings or symbols [#4431 state:reso...David Chelimsky2010-04-171-2/+2
* Missing requireswycats2010-04-161-0/+1
* add missing requires to Rescuable and RouteSet [#4415 state:committed]Mislav Marohnić2010-04-161-0/+1
* action_dispatch/routing/deprecated_mapper needs with_optionsMatthew Rudy Jacobs2010-04-141-0/+1
* Fix a bug in url generation for generic routes.José Valim2010-04-121-2/+9
* Ensure match path, :controller => name works as expected.José Valim2010-04-121-2/+4
* Make namespace work with options[:to] [#4351 state:committed]Santiago Pastorino2010-04-111-0/+8
* Revert "Revert "Use path_names, not resource_path_names, consistently""wycats2010-04-101-6/+6
* Revert "Use path_names, not resource_path_names, consistently"José Valim2010-04-101-6/+6
* Use path_names, not resource_path_names, consistentlywycats2010-04-101-6/+6
* Dial back from 'namespace :controller => ...' to 'scope :module => ...'Jeremy Kemper2010-04-091-17/+5
* Routes can be selectively namespaced by path or controller moduleJeremy Kemper2010-04-091-2/+15
* Use request.body IO and rewind, if possibleJeremy Kemper2010-04-071-3/+6
* Remove #size call on rack input ioJoshua Peek2010-04-071-8/+4
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-1/+1
* Fix cookie access in integration tests with other host namesJoshua Peek2010-04-051-7/+21
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-053-19/+21
* Merge commit 'docrails/master'Xavier Noria2010-04-041-1/+1
|\
| * Merge branch 'master' of github.com:lifo/docrailsAndrew White2010-04-044-30/+32
| |\
| * | Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* | | Reapply redirect {|params, request| } with passing tests this timewycats2010-04-041-1/+5
* | | Revert "Pass in the request as an optional second parameter to redirect"Jeremy Kemper2010-04-041-1/+1
* | | Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-23/+19
* | | Pass in the request as an optional second parameter to redirectwycats2010-04-031-1/+1
* | | * Change the object used in routing constraints to be an instance ofwycats2010-04-034-31/+55
| |/ |/|
* | Merge commit 'rails/master'Xavier Noria2010-04-033-28/+30
|\ \
| * | Add a test which ensures action_dispatch.show_exceptions is properly disabled.José Valim2010-04-022-4/+2
| * | Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+2
| * | Maintain the usage of :as consistent in the router. Whenever it's supplied, i...José Valim2010-04-021-25/+28
* | | Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-04-021-2/+2
|\| | | |/ |/|
| * Slightly less annoying check for acceptable mime_types. This allows Accept: a...Paul Sadauskas2010-04-011-2/+2
* | Merge commit 'rails/master'Xavier Noria2010-03-3116-36/+96
|\|
| * Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-3/+3
| * Consistent routing languageJoshua Peek2010-03-301-10/+10
| * Fix stack overflow bug in integration test router helpersJoshua Peek2010-03-301-1/+1
| * Add more tests and docs to uncountable routes. [#3930 state:resolved]Rizwan Reza2010-03-281-1/+2
| * Add _index to named collection routes for uncountable resources (e.g. Sheep)Jan De Poorter2010-03-281-1/+5
| * Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-283-7/+13
| * Add constraints to resources in new routing DSLAndrew White2010-03-281-14/+47
| * Merge remote branch 'rizwan/restrict'wycats2010-03-2810-0/+14
| |\
| | * adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-289-0/+13