| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Mime::Type#respond_to? (consistently with #method_missing) | Evgeniy Dolzhenko | 2011-09-25 | 1 | -0/+4 |
* | removing backwards compatibility module | Aaron Patterson | 2011-09-12 | 1 | -1/+1 |
* | Refactor ActionDispatch::Http::UploadedFile | Daniel Schierbeck | 2011-08-28 | 1 | -14/+3 |
* | document meta method | Vijay Dev | 2011-08-04 | 1 | -3/+3 |
* | Check Accept and Content-Type headers before evaluating them in xhr requests.... | ogeidix | 2011-07-19 | 1 | -1/+2 |
* | TODO fix explicitly loading exceptations, autoload removed | Vishnu Atrai | 2011-07-11 | 1 | -0/+1 |
* | Fix test to use Mime::Zip | Arun Agrawal | 2011-06-28 | 1 | -3/+3 |
* | Register some commonly used mime types (png, jpeg, pdf, zip etc.) per default | Esad Hajdarevic | 2011-06-28 | 1 | -0/+12 |
* | Remove usage of memoizable from ActionPack. | José Valim | 2011-06-16 | 1 | -3/+3 |
* | all requests are utf-8. Don't use the external encoding. | Damien Mathieu | 2011-06-14 | 1 | -3/+2 |
* | encode the uploaded file's name in the default external encoding - Closes #869 | Damien Mathieu | 2011-06-14 | 1 | -1/+12 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 2 | -5/+5 |
|\ |
|
| * | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 2 | -5/+5 |
* | | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 2 | -30/+1 |
* | | Make :status an attr_reader to avoid unnecessary warning when replacing status= | wycats | 2011-05-22 | 1 | -1/+2 |
|/ |
|
* | Dump and load rack-cache stuff. | José Valim | 2011-05-17 | 1 | -2/+6 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-14 | 1 | -1/+1 |
|\ |
|
| * | minor correction to the ActionDispatch::Http::URL subdomain docs | Josh Kalderimis | 2011-05-04 | 1 | -1/+1 |
* | | Fix previous commit by allowing a proc to be given as response_body. This is ... | José Valim | 2011-05-10 | 2 | -29/+53 |
* | | Only show dump of regular env methods on exception screen (not all the rack c... | David Heinemeier Hansson | 2011-05-04 | 1 | -4/+5 |
|/ |
|
* | Fix .subdomain regression. | José Valim | 2011-05-04 | 1 | -1/+1 |
* | More performance optimizations. | José Valim | 2011-05-03 | 1 | -5/+0 |
* | Improve performance for filtered parameters and add tests. | José Valim | 2011-05-03 | 1 | -0/+5 |
* | Add ignore_accept_header config to AD::Request. | José Valim | 2011-05-02 | 1 | -5/+22 |
* | Fix tests on 1.8 by explicitly checking for strings (which also improves perf... | José Valim | 2011-04-20 | 1 | -1/+9 |
* | Do not inherit from Rack::Response, remove a shit-ton of unused code. | José Valim | 2011-04-19 | 1 | -53/+48 |
* | Filter sensitive query string parameters in the log [#6244 state:committed] | Prem Sichanugrist & Xavier Noria | 2011-03-11 | 1 | -4/+17 |
* | Filter params that return nil for to_param and allow through false values | Andrew White | 2011-03-09 | 1 | -1/+1 |
* | Add missing deprecation require | Carlos Antonio da Silva | 2011-02-11 | 1 | -0/+1 |
* | Change the CSRF whitelisting to only apply to get requests | Michael Koziarski | 2011-02-08 | 1 | -1/+2 |
* | Use Mime::Type references. | José Valim | 2011-02-08 | 1 | -1/+5 |
* | Protocol-relative URL support. | Stephen Celis | 2011-02-02 | 1 | -2/+5 |
* | removing more unused variables | Aaron Patterson | 2011-01-17 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-05 | 1 | -2/+2 |
|\ |
|
| * | Fix mime type doc typos | Carlos Antonio da Silva | 2010-12-04 | 1 | -2/+2 |
* | | Wrap everything in class << self. | José Valim | 2010-12-03 | 1 | -42/+37 |
* | | Merge remote branch 'joshk/redirect_routing' | José Valim | 2010-12-03 | 1 | -0/+52 |
|\ \ |
|
| * | | The redirect routing method now allows for a hash of options which only chang... | Josh Kalderimis | 2010-11-30 | 1 | -0/+52 |
| |/ |
|
* | | Fix tests on 1.9.2. | José Valim | 2010-11-28 | 1 | -6/+9 |
* | | trailing star mimes should respect the order in which mime types are defined. | José Valim | 2010-11-28 | 1 | -7/+11 |
|/ |
|
* | process text/* if it appears in the middle of | Neeraj Singh | 2010-11-25 | 1 | -1/+5 |
* | processing image/* is an odditity because there is | Neeraj Singh | 2010-11-25 | 1 | -1/+1 |
* | unregister method implementation and test | Neeraj Singh | 2010-11-25 | 1 | -0/+12 |
* | port_string bought back to life as it is part of the public api | Josh Kalderimis | 2010-11-24 | 1 | -3/+8 |
* | :subdomain, :domain and :tld_length options can now be used in url_for, allow... | Josh Kalderimis | 2010-11-23 | 1 | -20/+39 |
* | remove select, collect and then inject with | Neeraj Singh | 2010-11-22 | 1 | -1/+1 |
* | string include method is 10x faster than creating | Neeraj Singh | 2010-11-22 | 1 | -1/+1 |
* | Compile regex only once | Neeraj Singh | 2010-11-22 | 1 | -3/+5 |
* | implement code that handles text/*, appplication/*, | Neeraj Singh | 2010-11-22 | 1 | -1/+16 |
* | declare regex as a constant | Neeraj Singh | 2010-11-22 | 1 | -1/+3 |