| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | correctly raise IpSpoofAttackError message | Andre Arko | 2011-11-13 | 1 | -2/+2 |
* | | defer calculating the remote IP until requested | Andre Arko | 2011-11-12 | 1 | -24/+36 |
* | | refactor RemoteIp middleware | Andre Arko | 2011-11-11 | 1 | -37/+44 |
|/ |
|
* | Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ... | Brian Durand | 2011-10-21 | 1 | -0/+50 |
* | Remove the unneeded `\d` when sanitizing `X-Request-Id`. | Marc Bowes | 2011-10-20 | 1 | -1/+1 |
* | Load object/blank and make use of presence. | José Valim | 2011-10-19 | 1 | -2/+3 |
* | Make tests run on 1.8.x, add integration setup. | José Valim | 2011-10-19 | 1 | -3/+2 |
* | 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 |
* | Require missing string access dependency. | José Valim | 2011-10-19 | 1 | -0/+1 |
* | Require securerandom as it is the proper dependency. | José Valim | 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/+38 |
* | Remove superfluous assignment in cookies | Alexey Vakhov | 2011-10-18 | 1 | -1/+1 |
* | Add some implementation docs. closes #3298. closes #2509. | José Valim | 2011-10-12 | 1 | -0/+4 |
* | Deprecate passing the template handler in the template name. | José Valim | 2011-09-22 | 1 | -2/+2 |
* | CookieJar is enumerable. fixes #2795 | Aaron Patterson | 2011-09-01 | 1 | -0/+5 |
* | Split long string into multiple shorter ones
| Daniel Schierbeck | 2011-08-29 | 1 | -1/+4 |
* | TODO fix explicitly loading exceptations, autoload removed | Vishnu Atrai | 2011-07-11 | 1 | -0/+1 |
* | Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8 | José Valim | 2011-06-30 | 1 | -0/+5 |
* | Revert "Delegate to @flashes with 'delegate' instead of manually." | Aaron Patterson | 2011-06-29 | 1 | -2/+24 |
* | Delegate to @flashes with 'delegate' instead of manually. | Ben Orenstein | 2011-06-29 | 1 | -24/+2 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+1 |
* | Add backward compatibility for testing cookies | Andrew White | 2011-06-05 | 1 | -1/+1 |
* | Ensure cookie keys are strings | Andrew White | 2011-06-05 | 1 | -2/+3 |
* | Refactor ActionController::TestCase cookies | Andrew White | 2011-06-04 | 1 | -0/+10 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 1 | -1/+1 |
|\ |
|
| * | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 2 | -9/+2 |
* | | Remove extra white-space on some exception messages. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 2 | -2/+2 |
* | | fixing sym and string cookie name, two cookies to browser bug. | steve | 2011-05-19 | 1 | -3/+3 |
|/ |
|
* | Don't pluralize, camelize. | José Valim | 2011-05-06 | 1 | -1/+1 |
* | Only show dump of regular env methods on exception screen (not all the rack c... | David Heinemeier Hansson | 2011-05-04 | 1 | -1/+1 |
* | Fix renew feature on cookies. | José Valim | 2011-05-04 | 1 | -1/+1 |
* | cache strings in the AST for faster comparison than include? | Aaron Patterson | 2011-05-03 | 1 | -6/+3 |
* | Sets the HTTP charset parameter for rescue response. | Matias Korhonen | 2011-05-03 | 1 | -1/+1 |
* | Rescues template HTML5 doctype and the utf8 charset meta tag, and better font... | Matias Korhonen | 2011-05-03 | 1 | -2/+4 |
* | Static middleware accepts cache control. | José Valim | 2011-05-03 | 1 | -4/+4 |
* | show http method in routing error message | Schneems | 2011-04-23 | 1 | -1/+1 |
* | Use initialize_copy! to proper initialize now on clone. | José Valim | 2011-04-19 | 1 | -15/+18 |
* | Don't reuse a closed flash when using now | Florent Piteau | 2011-04-20 | 1 | -1/+5 |
* | Do not inherit from Rack::Response, remove a shit-ton of unused code. | José Valim | 2011-04-19 | 1 | -0/+1 |
* | Be sure to not store the closed flash in the session. | José Valim | 2011-04-19 | 1 | -16/+25 |
* | Make static faster as we don't have to serve multiple paths anymore. | José Valim | 2011-04-15 | 1 | -28/+15 |
* | generated session ids should be encoded as UTF-8 | Aaron Patterson | 2011-04-14 | 1 | -1/+3 |
* | Merge branch 'master' of github.com:rails/rails | Aaron Patterson | 2011-04-07 | 1 | -1/+1 |
|\ |
|
| * | Cache flash now | Santiago Pastorino | 2011-04-07 | 1 | -1/+1 |
| * | Revert "Use freeze instead of close!" | Santiago Pastorino | 2011-04-07 | 2 | -5/+14 |
| * | Revert "Eagerly load Signed and Permanent cookies" | Santiago Pastorino | 2011-04-07 | 1 | -17/+10 |
| * | Eagerly load Signed and Permanent cookies | Santiago Pastorino | 2011-04-07 | 1 | -10/+17 |
| * | Use freeze instead of close! | Santiago Pastorino | 2011-04-06 | 2 | -14/+5 |