| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parsing xml input by ActionDispatch::ParamsParser | Lawrence Pit | 2010-05-06 | 1 | -1/+1 |
* | RouteSet does not raise ActionController::RoutingError when no routes match a... | Carl Lerche | 2010-04-30 | 2 | -6/+11 |
* | Make ActionDispatch url_for use HWIA symbolize_keys | Santiago Pastorino | 2010-04-22 | 1 | -1/+1 |
* | Ensure that url_for uses symbolized keys in the controller. [#4391] | J Smith | 2010-04-22 | 1 | -1/+1 |
* | Some require indifferent_access added | Santiago Pastorino | 2010-04-21 | 4 | -1/+5 |
* | require without .rb | Santiago Pastorino | 2010-04-21 | 1 | -1/+1 |
* | Remove only formats in shortcuts and do it just once. | José Valim | 2010-04-20 | 1 | -4/+5 |
* | Missing require added | Santiago Pastorino | 2010-04-18 | 1 | -0/+1 |
* | added shorthand support for routes like /projects/status(.:format) | Diego Carrion | 2010-04-17 | 1 | -3/+3 |
* | access assigns as a method or hash, with strings or symbols [#4431 state:reso... | David Chelimsky | 2010-04-17 | 1 | -2/+2 |
* | Missing requires | wycats | 2010-04-16 | 1 | -0/+1 |
* | add missing requires to Rescuable and RouteSet [#4415 state:committed] | Mislav Marohnić | 2010-04-16 | 1 | -0/+1 |
* | action_dispatch/routing/deprecated_mapper needs with_options | Matthew Rudy Jacobs | 2010-04-14 | 1 | -0/+1 |
* | Fix a bug in url generation for generic routes. | José Valim | 2010-04-12 | 1 | -2/+9 |
* | Ensure match path, :controller => name works as expected. | José Valim | 2010-04-12 | 1 | -2/+4 |
* | Make namespace work with options[:to] [#4351 state:committed] | Santiago Pastorino | 2010-04-11 | 1 | -0/+8 |
* | Revert "Revert "Use path_names, not resource_path_names, consistently"" | wycats | 2010-04-10 | 1 | -6/+6 |
* | Revert "Use path_names, not resource_path_names, consistently" | José Valim | 2010-04-10 | 1 | -6/+6 |
* | Use path_names, not resource_path_names, consistently | wycats | 2010-04-10 | 1 | -6/+6 |
* | Dial back from 'namespace :controller => ...' to 'scope :module => ...' | Jeremy Kemper | 2010-04-09 | 1 | -17/+5 |
* | Routes can be selectively namespaced by path or controller module | Jeremy Kemper | 2010-04-09 | 1 | -2/+15 |
* | Use request.body IO and rewind, if possible | Jeremy Kemper | 2010-04-07 | 1 | -3/+6 |
* | Remove #size call on rack input io | Joshua Peek | 2010-04-07 | 1 | -8/+4 |
* | Use config.filter_parameters on in-browser request dump. [#4335 state:resolved] | José Valim | 2010-04-07 | 1 | -1/+1 |
* | Fix cookie access in integration tests with other host names | Joshua Peek | 2010-04-05 | 1 | -7/+21 |
* | moves Object#singleton_class to Kernel#singleton_class to match Ruby also the... | Xavier Noria | 2010-04-05 | 1 | -1/+1 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 3 | -19/+21 |
* | Merge commit 'docrails/master' | Xavier Noria | 2010-04-04 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' of github.com:lifo/docrails | Andrew White | 2010-04-04 | 4 | -30/+32 |
| |\ |
|
| * | | Update various documentation examples to use new routing DSL | Andrew White | 2010-04-04 | 1 | -1/+1 |
* | | | Reapply redirect {|params, request| } with passing tests this time | wycats | 2010-04-04 | 1 | -1/+5 |
* | | | Revert "Pass in the request as an optional second parameter to redirect" | Jeremy Kemper | 2010-04-04 | 1 | -1/+1 |
* | | | Fix signed cookies by explicitly passing config to the cookie jar | Jeremy Kemper | 2010-04-04 | 1 | -23/+19 |
* | | | Pass in the request as an optional second parameter to redirect | wycats | 2010-04-03 | 1 | -1/+1 |
* | | | * Change the object used in routing constraints to be an instance of | wycats | 2010-04-03 | 4 | -31/+55 |
| |/
|/| |
|
* | | Merge commit 'rails/master' | Xavier Noria | 2010-04-03 | 3 | -28/+30 |
|\ \ |
|
| * | | Add a test which ensures action_dispatch.show_exceptions is properly disabled. | José Valim | 2010-04-02 | 2 | -4/+2 |
| * | | Raise exceptions instead of rendering error templates in test environment [#4... | Rolf Bjaanes | 2010-04-02 | 1 | -1/+2 |
| * | | Maintain the usage of :as consistent in the router. Whenever it's supplied, i... | José Valim | 2010-04-02 | 1 | -25/+28 |
* | | | Merge branch 'master' of git://github.com/rails/rails | Rizwan Reza | 2010-04-02 | 1 | -2/+2 |
|\| |
| |/
|/| |
|
| * | Slightly less annoying check for acceptable mime_types. This allows Accept: a... | Paul Sadauskas | 2010-04-01 | 1 | -2/+2 |
* | | Merge commit 'rails/master' | Xavier Noria | 2010-03-31 | 16 | -36/+96 |
|\| |
|
| * | Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si... | José Valim | 2010-03-31 | 1 | -3/+3 |
| * | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -10/+10 |
| * | Fix stack overflow bug in integration test router helpers | Joshua Peek | 2010-03-30 | 1 | -1/+1 |
| * | Add more tests and docs to uncountable routes. [#3930 state:resolved] | Rizwan Reza | 2010-03-28 | 1 | -1/+2 |
| * | Add _index to named collection routes for uncountable resources (e.g. Sheep) | Jan De Poorter | 2010-03-28 | 1 | -1/+5 |
| * | Request#content_type exists in Rack::Request, and other parts of Rack::Reques... | wycats | 2010-03-28 | 3 | -7/+13 |
| * | Add constraints to resources in new routing DSL | Andrew White | 2010-03-28 | 1 | -14/+47 |
| * | Merge remote branch 'rizwan/restrict' | wycats | 2010-03-28 | 10 | -0/+14 |
| |\ |
|