| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not discard query parameters on requests that use wrap_parameters | Josh Jordan | 2014-01-30 | 1 | -0/+20 |
* | Clear filtered request attributes between requests in tests | Andrew White | 2014-01-27 | 2 | -0/+19 |
* | Remove unused argument. | Francesco Rodriguez | 2014-01-24 | 1 | -1/+1 |
* | unify param.require tests | Arthur Neves | 2014-01-23 | 2 | -10/+8 |
* | Merge branch 'master' into laurocaetano-fix_send_file | Aaron Patterson | 2014-01-10 | 12 | -49/+378 |
|\ |
|
| * | Add any/all support for variants | Łukasz Strzałkowski | 2013-12-26 | 1 | -0/+143 |
| * | Unused classes in AP tests | Akira Matsuda | 2013-12-25 | 1 | -11/+0 |
| * | AC::Parameters#permit! permits hashes in array values | Xavier Noria | 2013-12-23 | 1 | -3/+11 |
| * | Move the null mime type to request.format | Carlos Antonio da Silva | 2013-12-23 | 1 | -1/+1 |
| * | optimizes array conversion in AC::Parameters | Xavier Noria | 2013-12-21 | 1 | -0/+5 |
| * | converts hashes in arrays of unfiltered params to unpermitted params [fixes #... | Xavier Noria | 2013-12-21 | 1 | -0/+7 |
| * | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
| |\ |
|
| | * | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
| * | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 2 | -20/+9 |
| * | | Clearly limit new CSRF protection to GET requests | Jeremy Kemper | 2013-12-17 | 1 | -0/+10 |
| * | | CSRF protection from cross-origin <script> tags | Jeremy Kemper | 2013-12-17 | 3 | -12/+72 |
| * | | Inline variants syntax | Łukasz Strzałkowski | 2013-12-10 | 1 | -1/+38 |
| * | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l... | David Heinemeier Hansson | 2013-12-08 | 1 | -13/+1 |
| * | | Inline variants syntax | Łukasz Strzałkowski | 2013-12-08 | 1 | -1/+13 |
| * | | Variants can be declared without a block to signify their presence in the con... | David Heinemeier Hansson | 2013-12-07 | 1 | -1/+1 |
| * | | Allow code execution in case no variant has been set with variant.none | David Heinemeier Hansson | 2013-12-07 | 1 | -0/+16 |
| * | | Remove missing integration points of AV extraction | Carlos Antonio da Silva | 2013-12-05 | 1 | -1/+1 |
| * | | Action Pack Variants | Łukasz Strzałkowski | 2013-12-04 | 1 | -0/+54 |
| * | | Merge branch 'format_localized_template' of https://github.com/acapilleri/rails | Guillermo Iguaran | 2013-12-03 | 1 | -0/+11 |
| |\ \ |
|
| | * | | Fix header Content-Type: #<Mime::NullType:...> in localized template | Angelo capilleri | 2013-12-03 | 1 | -0/+11 |
* | | | | Fix stream closing when sending file with `ActionController::Live` included. | Lauro Caetano | 2013-11-30 | 1 | -0/+14 |
|/ / / |
|
* | | | Typo fixes [ci skip] | Akshay Vishnoi | 2013-11-30 | 1 | -2/+2 |
* | | | fixed-case when invalid action name has passed | Kuldeep Aggarwal | 2013-11-28 | 1 | -0/+3 |
* | | | fixed typo `destory` => `destroy` [ci skip] | Kuldeep Aggarwal | 2013-11-28 | 1 | -1/+1 |
|/ / |
|
* / | Raise RuntimeErrors with inspectable and MRI-independent messages. | Federico Ravasio | 2013-11-24 | 2 | -4/+4 |
|/ |
|
* | Take Hash with options inside Array in #url_for | Andrey Ognevsky | 2013-11-15 | 1 | -0/+18 |
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 3 | -17/+20 |
* | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi... | Guillermo Iguaran | 2013-11-02 | 2 | -26/+1 |
* | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav... | Guillermo Iguaran | 2013-11-01 | 2 | -1/+26 |
|\ |
|
| * | Change ActionController::Parameters#require behavior when value is empty | Sebastian Sogamoso | 2013-03-11 | 2 | -1/+26 |
* | | don't mutate hash with fetch | Doug Cole | 2013-10-26 | 1 | -0/+6 |
* | | pass app config to controller helper proxy | Tima Maslyuchenko | 2013-10-24 | 1 | -0/+6 |
* | | Fixing repond_with working directly on the options hash | BlueHotDog | 2013-10-09 | 1 | -0/+15 |
* | | Strong parameters should permit nested number as key. Closes #12293 | kennyj | 2013-09-27 | 1 | -0/+15 |
* | | Fix incorrect assert_redirected_to failure message | Derek Prior | 2013-09-19 | 1 | -0/+18 |
* | | NullSessionHash#destroy should be a no-op | Jonathan Baudanza | 2013-09-18 | 1 | -0/+10 |
* | | Fix an issue where router can't recognize downcased url encoding path. | kennyj | 2013-09-19 | 1 | -0/+4 |
* | | Custom flash should be defined only for the class that defines it and it's su... | Ricardo de Cillo | 2013-09-13 | 1 | -0/+12 |
* | | Merge pull request #12159 from nashby/issue-12149 | Rafael Mendonça França | 2013-09-12 | 1 | -0/+9 |
|\ \ |
|
| * | | do not break params filtering on nil values | Vasiliy Ermolovich | 2013-09-07 | 1 | -0/+9 |
* | | | Removed semicolon and added space | Anupam Choudhury | 2013-09-13 | 1 | -2/+2 |
* | | | Reset ActionView::Base.logger instead of AC::Base.logger | Akira Matsuda | 2013-09-10 | 1 | -1/+1 |
* | | | Make AC standalone rendering work | Santiago Pastorino | 2013-09-10 | 1 | -0/+15 |
|/ / |
|
* | | Revert "Port all remaining self.protected_instance_variables to class methods" | Łukasz Strzałkowski | 2013-09-02 | 1 | -1/+1 |
* | | Port all remaining self.protected_instance_variables to class methods | Łukasz Strzałkowski | 2013-08-29 | 1 | -1/+1 |