| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Update Session to utilize indiffernt access | Tom Prats | 2016-01-30 | 1 | -1/+1 |
* | | Move private methods to the private visibility | Rafael Mendonça França | 2016-02-24 | 1 | -10/+12 |
* | | Move Caching module to Abstract Controller | Rafael Mendonça França | 2016-02-23 | 1 | -3/+1 |
* | | Remove unnecessarily included modules in ActionController::Caching | Stan Lo | 2016-02-23 | 1 | -1/+0 |
* | | Make caching configuration more flexible | Stan Lo | 2016-02-23 | 1 | -0/+12 |
* | | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an... | Stan Lo | 2016-02-23 | 1 | -54/+3 |
* | | Move caching/fragments in ActionMailer and ActionController to action_dispatc... | Stan Lo | 2016-02-23 | 2 | -153/+2 |
* | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 1 | -2/+2 |
* | | Merge pull request #23682 from ShikChen/fast_strxor | Santiago Pastorino | 2016-02-21 | 1 | -1/+2 |
|\ \ |
|
| * | | Improve the performance of string xor operation | shik | 2016-02-15 | 1 | -1/+2 |
* | | | Deprecate AC::Parameters#== with a Hash | Benjamin Quorning | 2016-02-19 | 1 | -9/+14 |
* | | | Fix AC::Parameters#== with other AC::Parameters | Benjamin Quorning | 2016-02-19 | 1 | -3/+4 |
* | | | fields_for_style needs to test for AC::Parameters | Aaron Patterson | 2016-02-17 | 1 | -1/+1 |
* | | | partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2 | Aaron Patterson | 2016-02-17 | 1 | -4/+1 |
* | | | Implement ActionController::Parameters#inspect | Benjamin Quorning | 2016-02-17 | 1 | -1/+5 |
|/ / |
|
* | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS` | Ryuta Kamizono | 2016-02-15 | 1 | -10/+0 |
* | | `log_process_action` will return an array, so use `empty?` | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | Request#fullpath should not raise an exception, so remove the rescue | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | AC::Request#format always returns a value, so we do not need to try | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | speed up string xor operation and reduce object allocations | Aaron Patterson | 2016-02-08 | 1 | -1/+2 |
* | | Merge pull request #23534 from bronson/fix-redefined-warning | Arthur Nogueira Neves | 2016-02-08 | 1 | -0/+1 |
|\ \ |
|
| * | | fix 'method redefined' warnings | Scott Bronson | 2016-02-06 | 1 | -0/+1 |
* | | | Hand off the interlock to the new thread in AC::Live | Matthew Draper | 2016-02-07 | 1 | -23/+28 |
|/ / |
|
* | | Avoid coupling Action Pack to Railties. | Kasper Timm Hansen | 2016-02-06 | 1 | -1/+1 |
* | | disable controller / view thread spawning in tests | Aaron Patterson | 2016-02-05 | 2 | -2/+23 |
* | | Put some space for non-assets requests in development mode | Prathamesh Sonpatki | 2016-02-03 | 1 | -0/+2 |
* | | Handle response_body= when body is nil | eileencodes | 2016-01-30 | 1 | -0/+1 |
|/ |
|
* | Fix typo in strong params hash deprecation message | Marek | 2016-01-27 | 1 | -2/+2 |
* | Merge branch '5-0-beta-sec' | Aaron Patterson | 2016-01-25 | 1 | -1/+6 |
|\ |
|
| * | use secure string comparisons for basic auth username / password | Aaron Patterson | 2016-01-22 | 1 | -1/+6 |
* | | Fix nodoc to internal class error document some of them | Vipul A M | 2016-01-25 | 1 | -1/+0 |
* | | Merge pull request #23167 from maclover7/fix-21032 | Rafael França | 2016-01-21 | 1 | -1/+5 |
|\ \ |
|
| * | | Fix `ActionController::Parameters#==` bug | Jon Moss | 2016-01-21 | 1 | -1/+5 |
* | | | remove doc reference to ActionController::MimeResponds#respond_to | sealocal | 2016-01-20 | 1 | -3/+0 |
* | | | document simple example of ActionController::MimeResponds#respond_to | sealocal | 2016-01-20 | 1 | -1/+9 |
* | | | Re-add ActionController::ApiRendering | Jon Moss | 2016-01-20 | 2 | -1/+15 |
|/ / |
|
* | | Link to docs instead of listing methods | schneems | 2016-01-19 | 1 | -5/+7 |
* | | Add methods to StrongParameters | schneems | 2016-01-19 | 1 | -1/+1 |
* | | [close #23084] Deprecated StrongParameters | schneems | 2016-01-19 | 1 | -0/+16 |
* | | remove `present?` calls | Aaron Patterson | 2016-01-12 | 1 | -4/+4 |
* | | monkey patch `recycle!` on to controllers once | Aaron Patterson | 2016-01-12 | 1 | -4/+4 |
* | | AC::Parameters#at_json: restore Rails 4.2’s value | claudiob | 2016-01-12 | 1 | -1/+2 |
* | | Unneeded &block parameters | Akira Matsuda | 2016-01-12 | 1 | -2/+2 |
* | | [ci skip] Fix typo Renderering --> Rendering | Akshay Vishnoi | 2016-01-09 | 1 | -1/+1 |
* | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 1 | -11/+54 |
|\ \ |
|
| * | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -11/+54 |
* | | | Group related methods together | Benjamin Fleischer | 2016-01-03 | 1 | -67/+67 |
* | | | Add ActionController:Renderers test | Benjamin Fleischer | 2016-01-03 | 1 | -0/+9 |
|/ / |
|
* | | Test ActionController::Renderers::use_renderers | Benjamin Fleischer | 2015-12-31 | 1 | -0/+34 |
* | | Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2 | Kasper Timm Hansen | 2015-12-31 | 1 | -6/+6 |
|\ \ |
|