| Commit message (Expand) | Author | Age | Files | Lines |
* | `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 |
|\ \ |
|
| * | | Fix AC::Parameters#to_unsafe_h to return all unfiltered values | Prathamesh Sonpatki | 2015-12-31 | 1 | -6/+6 |
* | | | Avoid `Time.parse` for static date | Rafaël Blais Masson | 2015-12-30 | 1 | -1/+1 |
|/ / |
|
* | | Add AC::Parameters#include? | Justin Coyne | 2015-12-29 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-12-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add missing punctuation mark [ci skip] | Gaurav Sharma | 2015-11-18 | 1 | -1/+1 |
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parameters | Rafael França | 2015-12-18 | 1 | -1/+0 |
|\ \ |
|
| * | | Prevent ActionController::Parameters from being passed to url_for directly | Jean Boussier | 2015-12-15 | 1 | -1/+0 |
* | | | Document when fallback_location is used [ci-skip] | Derek Prior | 2015-12-17 | 1 | -2/+8 |
* | | | Only dup Ruby's Hash and Array. | Kasper Timm Hansen | 2015-12-17 | 1 | -2/+18 |
* | | | Deprecate `redirect_to :back` | Derek Prior | 2015-12-16 | 1 | -10/+6 |
* | | | Add `redirect_back` for safer referrer redirects | Derek Prior | 2015-12-16 | 1 | -0/+23 |
* | | | Merge pull request #14212 from tylerhunt/fix-token-regex | Sean Griffin | 2015-12-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Handle tab in token authentication header. | Tyler Hunt | 2014-02-26 | 1 | -1/+1 |
* | | | | Remove warning of shadowing variable | Rafael Mendonça França | 2015-12-15 | 1 | -1/+1 |
* | | | | Add fragment_cache_key macro for controller-wide fragment cache key prefixes | Sam Stephenson | 2015-12-14 | 1 | -3/+42 |
* | | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_key | Sam Stephenson | 2015-12-14 | 1 | -0/+6 |