| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept both regexps and strings for LOCALHOST. | José Valim | 2010-06-08 | 1 | -2/+2 |
* | Make sure that rails recognized the full notation of IPv6 loopback address, a... | Prem Sichanugrist | 2010-06-08 | 1 | -2/+2 |
* | Fix resources ignoring scope options | Andrew White | 2010-06-08 | 1 | -0/+2 |
* | Add support for actions on a new resource to the new routing DSL [#4328 state... | Andrew White | 2010-06-08 | 1 | -27/+70 |
* | Add shallow routes to the new router [Closes #3765] | Diego Carrion | 2010-06-07 | 1 | -3/+26 |
* | regular expressions are usually ASCII-encoded, so force_encoding the content ... | wycats | 2010-06-07 | 1 | -2/+0 |
* | Make named helpers unprotected without becoming actions [#4696 state:resolved] | wycats | 2010-06-07 | 1 | -1/+4 |
* | member on resource should not expect an ID. | José Valim | 2010-06-07 | 1 | -3/+1 |
* | Router accepts member routes on resource. [#4624 state:resolved] | Rizwan Reza | 2010-06-06 | 1 | -5/+14 |
* | Simplify middleware stack lazy compares using named const references | Jeremy Kemper | 2010-06-05 | 1 | -13/+5 |
* | Restore flash sweep | Jeremy Kemper | 2010-06-05 | 1 | -1/+1 |
* | Optimize LookupContext | wycats | 2010-06-04 | 1 | -3/+10 |
* | No need to unescape params twice if we came from Rack::Mount | wycats | 2010-06-04 | 1 | -7/+7 |
* | Stop the flash middleware from forcibly loading sessions even if the user doe... | wycats | 2010-06-04 | 2 | -6/+6 |
* | Improve performance of commonly used request methods | wycats | 2010-06-04 | 1 | -7/+19 |
* | Include backtrace in failsafe log. Rescue possible exceptions in failsafe res... | Jeremy Kemper | 2010-06-04 | 2 | -2/+2 |
* | Add :only and :except to controllers MiddlewareStack. This allows | José Valim | 2010-05-30 | 1 | -4/+4 |
* | Remove the laziness from the middleware stack. | José Valim | 2010-05-29 | 1 | -57/+15 |
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -29/+0 |
* | Avoid creating a Rack::Response object in the cookie middleware since it may ... | José Valim | 2010-05-18 | 1 | -9/+13 |
* | Cut the fat and make session stores rely on request.cookie_jar and change set... | José Valim | 2010-05-18 | 3 | -130/+55 |
* | Remove deprecated methods since 2-3-stable. | José Valim | 2010-05-18 | 1 | -34/+6 |
* | Kill legacy dispatcher. | José Valim | 2010-05-18 | 1 | -2/+0 |
* | Simplify cookie_store by simply relying on cookies.signed. | José Valim | 2010-05-18 | 2 | -94/+45 |
* | Rely on set and delete cookie logic from rack. | José Valim | 2010-05-18 | 1 | -33/+2 |
* | Allow root to be given in the resources scope without need to specify :on => ... | José Valim | 2010-05-17 | 1 | -0/+5 |
* | added convenience methods #notice and #alert to flash.now | Martin | 2010-05-15 | 1 | -0/+10 |
* | fix assert_select messages to its declaration behaviour | Paco Guzman | 2010-05-15 | 1 | -5/+11 |
* | corrected error message in session/cookie_store [#4546 state:resolved] | Josh Kalderimis | 2010-05-10 | 1 | -1/+1 |
* | Use annoted source code in Template:Error to avoid special cases in the show ... | José Valim | 2010-05-09 | 1 | -8/+4 |
* | 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 |