aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23167 from maclover7/fix-21032Rafael França2016-01-211-0/+6
|\
| * Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-0/+6
* | - Fix warning introduced in https://github.com/vipulnsward/rails/commit/77acc...Vipul A M2016-01-221-1/+3
* | Re-add ActionController::ApiRenderingJon Moss2016-01-201-0/+20
|/
* Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-0/+63
|\
| * Fix marking of custom routes for JourneyAndrew White2016-01-201-0/+63
* | Merge pull request #17573 from zerothabhishek/masterGodfrey Chan2016-01-203-9/+9
|\ \ | |/ |/|
| * Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-203-9/+9
* | Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-12/+0
|/
* Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assetsRichard Schneeman2016-01-191-1/+1
|\
| * Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* | Add methods to StrongParametersschneems2016-01-191-1/+8
* | [close #23084] Deprecated StrongParametersschneems2016-01-191-0/+6
|/
* Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-0/+12
* Merge pull request #22985 from akshay-vishnoi/fix-typoRafael França2016-01-161-1/+1
|\
| * test `include?`- fix typoAkshay Vishnoi2016-01-091-1/+1
* | do not run in parallel on travisAaron Patterson2016-01-121-1/+5
* | Merge pull request #22935 from cllns/add-status-name-to-outputRafael França2016-01-121-3/+16
|\ \
| * | Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-121-3/+16
* | | Merge pull request #23035 from jkowens/fix-null-byteRafael França2016-01-121-0/+4
|\ \ \
| * | | Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-0/+4
* | | | AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-0/+6
| |/ / |/| |
* | | Commit before freezing the headersMatthew Draper2016-01-121-0/+21
* | | Merge pull request #21181 from denisenkom/mypatchKasper Timm Hansen2016-01-101-0/+19
|\ \ \ | |_|/ |/| |
| * | Test basic auth with symbols in login and passwordMikhail Denisenko2015-10-241-0/+19
* | | Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-0/+38
* | | Remove splat operator warning from ssl_testPrathamesh Sonpatki2016-01-071-1/+1
* | | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-0/+21
* | | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-0/+172
|\ \ \
| * | | add option for per-form CSRF tokensBen Toews2016-01-041-0/+172
* | | | Merge pull request #22906 from bf4/rendering_exceptionsRafael França2016-01-042-24/+90
|\ \ \ \ | |/ / / |/| | |
| * | | Add ActionController:Renderers testBenjamin Fleischer2016-01-032-24/+90
* | | | Fix typo in test desctiption [skip ci]Anton Davydov2016-01-041-1/+1
|/ / /
* | / Test ActionController::Renderers::use_renderersBenjamin Fleischer2015-12-312-0/+48
| |/ |/|
* | Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2Kasper Timm Hansen2015-12-311-0/+8
|\ \
| * | Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-311-0/+8
* | | Merge pull request #22826 from timrogers/actiondispatch-ssl-configRafael França2015-12-311-15/+30
|\ \ \
| * | | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-15/+30
* | | | Fix test for AC::Parameters#to_unsafe_hPrathamesh Sonpatki2015-12-301-2/+2
| |/ / |/| |
* | | Merge pull request #22830 from jcoyne/parameters_includeRichard Schneeman2015-12-291-0/+6
|\ \ \
| * | | Add AC::Parameters#include?Justin Coyne2015-12-291-0/+6
| |/ /
* | | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-0/+9
* | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-0/+12
|/ /
* | Currectly test the Middleware#==Rafael Mendonça França2015-12-221-4/+8
* | Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+12
* | Merge pull request #22650 from derekprior/dp-actionpack-warningsRafael França2015-12-181-0/+5
|\ \
| * | Fix "instance variable not initialized" in testsDerek Prior2015-12-171-0/+5
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-183-3/+10
|\ \ \ | |/ / |/| |
| * | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-153-3/+10