| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split and improve show and debug exceptions middlewares. | José Valim | 2011-12-01 | 2 | -76/+130 |
* | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -2/+2 |
* | put backtrace_cleaner to env | lest | 2011-11-28 | 1 | -0/+7 |
* | middlewares should use logger from env | lest | 2011-11-25 | 3 | -20/+19 |
* | configuration option to always write cookie | lest | 2011-11-23 | 1 | -2/+2 |
* | Remove unreachable code, and add additional testcases. | kennyj | 2011-11-24 | 2 | -0/+24 |
* | refactor show exceptions tests | lest | 2011-11-22 | 1 | -42/+19 |
* | add ActionController::Metal#show_detailed_exceptions? | lest | 2011-11-22 | 1 | -19/+26 |
* | Refactoring the redirect method for the router api. | Aaron Patterson | 2011-11-18 | 1 | -0/+5 |
* | remove the :path feature to redirects, since it cannot work | Aaron Patterson | 2011-11-18 | 1 | -33/+0 |
* | require that all blocks have arity of 2 | Aaron Patterson | 2011-11-18 | 1 | -1/+1 |
* | add test for bug fixed in 4f2bf64 | Andre Arko | 2011-11-14 | 1 | -0/+5 |
* | change tests to expect X-F-F over REMOTE_ADDR | Andre Arko | 2011-11-13 | 1 | -2/+2 |
* | Warnings removed from RequestIdTest | Arun Agrawal | 2011-10-22 | 1 | -2/+2 |
* | Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ... | Brian Durand | 2011-10-21 | 1 | -0/+181 |
* | Make tests run on 1.8.x, add integration setup. | José Valim | 2011-10-19 | 1 | -39/+45 |
* | Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ... | David Heinemeier Hansson | 2011-10-19 | 1 | -1/+1 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+59 |
* | Symbol captures may generate multiple path segments, so don't escape / -> %2F... | Jeremy Kemper | 2011-10-13 | 1 | -7/+17 |
* | Failing tests for path parameter escaping | Jeremy Kemper | 2011-10-13 | 1 | -0/+27 |
* | allow shorthand routes with nested optional parameters | Diego Carrion | 2011-10-10 | 1 | -0/+11 |
* | :subdomain can now be specified with a value of false in url_for, allowing fo... | Kamil Sobieraj | 2011-10-04 | 1 | -0/+1 |
* | fix deprecation warning in cookie_store_test | Vijay Dev | 2011-09-25 | 1 | -1/+1 |
* | Implement Mime::Type#respond_to? (consistently with #method_missing) | Evgeniy Dolzhenko | 2011-09-25 | 1 | -0/+2 |
* | Fix named routes modifying arguments | Pawel Pierzchala | 2011-09-22 | 1 | -0/+11 |
* | all routes can be stored in the Journey Routes object | Aaron Patterson | 2011-09-12 | 1 | -0/+1 |
* | CookieJar is enumerable. fixes #2795 | Aaron Patterson | 2011-09-01 | 1 | -0/+16 |
* | when calling url_for with a hash, additional (likely unwanted) values (such a... | Andrew Kaspick | 2011-08-11 | 1 | -0/+12 |
* | fixing wildcard path matching when wildcard is inside parenthesis | Aaron Patterson | 2011-07-26 | 1 | -0/+7 |
* | Allow a route to have :format => true | Erik Michaels-Ober | 2011-07-25 | 1 | -0/+7 |
* | Merge pull request #2245 from davidtrogers/constraints_block_passed_to_follow... | Santiago Pastorino | 2011-07-25 | 1 | -0/+20 |
|\ |
|
| * | Ensure the constraints block is only applied to the correct route | Dave Rogers | 2011-07-25 | 1 | -0/+20 |
* | | Make polymorphic_url calls go through application helpers again. | thedarkone | 2011-07-25 | 1 | -0/+12 |
|/ |
|
* | Check Accept and Content-Type headers before evaluating them in xhr requests.... | ogeidix | 2011-07-19 | 1 | -0/+6 |
* | assert nothing raised for setting a cookie value to nil in ActionDispatch | Bradford Folkens | 2011-07-14 | 1 | -0/+5 |
* | Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8 | José Valim | 2011-06-30 | 1 | -0/+9 |
* | No need to register again. As it's default now. | Arun Agrawal | 2011-06-28 | 1 | -3/+3 |
* | Fix test to use Mime::Zip | Arun Agrawal | 2011-06-28 | 1 | -1/+1 |
* | Use assert_equal instead of assert in uploaded file test. | Lukáš Konarovský | 2011-06-15 | 1 | -1/+1 |
* | all requests are utf-8. Don't use the external encoding. | Damien Mathieu | 2011-06-14 | 1 | -6/+1 |
* | encode the uploaded file's name in the default external encoding - Closes #869 | Damien Mathieu | 2011-06-14 | 1 | -0/+12 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+0 |
* | Add backward compatibility for testing cookies | Andrew White | 2011-06-05 | 1 | -2/+49 |
* | Ensure cookie keys are strings | Andrew White | 2011-06-05 | 1 | -0/+9 |
* | Refactor ActionController::TestCase cookies | Andrew White | 2011-06-04 | 2 | -24/+21 |
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -37/+0 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
* | adding test | steve | 2011-05-19 | 1 | -4/+8 |
* | Dump and load rack-cache stuff. | José Valim | 2011-05-17 | 1 | -0/+21 |
* | Fix previous commit by allowing a proc to be given as response_body. This is ... | José Valim | 2011-05-10 | 1 | -5/+4 |