| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -1/+19 |
|/ |
|
* | Merge pull request #23140 from rails/fix-search-for-custom-routes | Aaron Patterson | 2016-01-20 | 1 | -14/+20 |
|\ |
|
| * | Fix marking of custom routes for Journey | Andrew White | 2016-01-20 | 1 | -14/+20 |
* | | Merge pull request #17573 from zerothabhishek/master | Godfrey Chan | 2016-01-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp... | abhishek | 2016-01-20 | 1 | -1/+1 |
* | | Revert "Remove literal? check to fix issue with prefixed optionals" | eileencodes | 2016-01-20 | 1 | -1/+1 |
|/ |
|
* | Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp... | schneems | 2016-01-19 | 1 | -1/+1 |
* | Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assets | Richard Schneeman | 2016-01-19 | 1 | -1/+1 |
|\ |
|
| * | Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi... | Vipul A M | 2016-01-19 | 1 | -1/+1 |
* | | 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 literal? check to fix issue with prefixed optionals | eileencodes | 2016-01-16 | 1 | -1/+1 |
* | Fix typo in docs [ci skip] | Rebecca Skinner | 2016-01-14 | 1 | -2/+2 |
* | Space Oddity | Akira Matsuda | 2016-01-14 | 3 | -4/+4 |
* | 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 |
* | Merge pull request #22935 from cllns/add-status-name-to-output | Rafael França | 2016-01-12 | 3 | -14/+64 |
|\ |
|
| * | Add both HTTP Response Code and Type to assertion messages | Sean Collins | 2016-01-12 | 3 | -14/+64 |
* | | Merge pull request #23035 from jkowens/fix-null-byte | Rafael França | 2016-01-12 | 1 | -1/+5 |
|\ \ |
|
| * | | Prevent attempt to serve a request with a null byte | Jordan Owens | 2016-01-12 | 1 | -1/+5 |
* | | | AC::Parameters#at_json: restore Rails 4.2’s value | claudiob | 2016-01-12 | 1 | -1/+2 |
| |/
|/| |
|
* | | Commit before freezing the headers | Matthew Draper | 2016-01-12 | 2 | -1/+8 |
* | | 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 |
* | | Better error message when running `rake routes` with CONTROLLER arg: | Edouard CHIN | 2016-01-07 | 1 | -7/+18 |
* | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root | Kasper Timm Hansen | 2016-01-07 | 1 | -21/+21 |
|\ \ |
|
| * | | Kept overridden root method and removed original method | Prathamesh Sonpatki | 2016-01-07 | 1 | -21/+21 |
* | | | Allow AC::Parameters as an argument to url_helpers | Prathamesh Sonpatki | 2016-01-07 | 1 | -2/+11 |
* | | | 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 |
* | | | | Merge pull request #22906 from bf4/rendering_exceptions | Rafael França | 2016-01-04 | 1 | -64/+73 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Group related methods together | Benjamin Fleischer | 2016-01-03 | 1 | -67/+67 |
| * | | | Add ActionController:Renderers test | Benjamin Fleischer | 2016-01-03 | 1 | -0/+9 |
* | | | | Replace x.times.map{} with Array.new(x){} | Viktar Basharymau | 2016-01-02 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #22519 from bf4/test_use_renderers | Rafael França | 2015-12-31 | 1 | -0/+34 |
|\ \ \
| |_|/
|/| | |
|
| * | | Test ActionController::Renderers::use_renderers | Benjamin Fleischer | 2015-12-31 | 1 | -0/+34 |
* | | | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 2 | -2/+2 |
|/ / |
|
* | | 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 |
* | | | Merge pull request #22826 from timrogers/actiondispatch-ssl-config | Rafael França | 2015-12-31 | 1 | -8/+12 |
|\ \ \ |
|
| * | | | Flexible configuration for ActionDispatch::SSL | Tim Rogers | 2015-12-29 | 1 | -8/+12 |
* | | | | Avoid `Time.parse` for static date | Rafaël Blais Masson | 2015-12-30 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #22830 from jcoyne/parameters_include | Richard Schneeman | 2015-12-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add AC::Parameters#include? | Justin Coyne | 2015-12-29 | 1 | -1/+1 |
| |/ / |
|
* | | | Format from Accept headers have higher precedence than path extension format | Jorge Bejar | 2015-12-29 | 1 | -2/+2 |