aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix `ActionController::Parameters#==` bugJon Moss2016-01-211-1/+5
* | | | | remove doc reference to ActionController::MimeResponds#respond_tosealocal2016-01-201-3/+0
* | | | | document simple example of ActionController::MimeResponds#respond_tosealocal2016-01-201-1/+9
* | | | | Re-add ActionController::ApiRenderingJon Moss2016-01-203-1/+19
|/ / / /
* | | | Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-14/+20
|\ \ \ \
| * | | | Fix marking of custom routes for JourneyAndrew White2016-01-201-14/+20
* | | | | Merge pull request #17573 from zerothabhishek/masterGodfrey Chan2016-01-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-1/+1
* | | | | Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-1/+1
|/ / / /
* | | | 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
* | | | | Link to docs instead of listing methodsschneems2016-01-191-5/+7
* | | | | Add methods to StrongParametersschneems2016-01-191-1/+1
* | | | | [close #23084] Deprecated StrongParametersschneems2016-01-191-0/+16
|/ / / /
* | | | Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-1/+1
* | | | Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
* | | | Space OddityAkira Matsuda2016-01-143-4/+4
* | | | remove `present?` callsAaron Patterson2016-01-121-4/+4
* | | | monkey patch `recycle!` on to controllers onceAaron Patterson2016-01-121-4/+4
* | | | Merge pull request #22935 from cllns/add-status-name-to-outputRafael França2016-01-123-14/+64
|\ \ \ \
| * | | | Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-123-14/+64
* | | | | Merge pull request #23035 from jkowens/fix-null-byteRafael França2016-01-121-1/+5
|\ \ \ \ \
| * | | | | Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-1/+5
* | | | | | AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-121-1/+2
| |/ / / / |/| | | |
* | | | | Commit before freezing the headersMatthew Draper2016-01-122-1/+8
* | | | | Unneeded &block parametersAkira Matsuda2016-01-121-2/+2
* | | | | [ci skip] Fix typo Renderering --> RenderingAkshay Vishnoi2016-01-091-1/+1
* | | | | Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-7/+18
* | | | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-rootKasper Timm Hansen2016-01-071-21/+21
|\ \ \ \ \
| * | | | | Kept overridden root method and removed original methodPrathamesh Sonpatki2016-01-071-21/+21
* | | | | | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-2/+11
* | | | | | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-11/+54
|\ \ \ \ \ \
| * | | | | | add option for per-form CSRF tokensBen Toews2016-01-041-11/+54
* | | | | | | Merge pull request #22906 from bf4/rendering_exceptionsRafael França2016-01-041-64/+73
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Group related methods togetherBenjamin Fleischer2016-01-031-67/+67
| * | | | | | Add ActionController:Renderers testBenjamin Fleischer2016-01-031-0/+9
* | | | | | | Replace x.times.map{} with Array.new(x){}Viktar Basharymau2016-01-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #22519 from bf4/test_use_renderersRafael França2015-12-311-0/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Test ActionController::Renderers::use_renderersBenjamin Fleischer2015-12-311-0/+34
* | | | | | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-312-2/+2
|/ / / / /
* | | | | Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2Kasper Timm Hansen2015-12-311-6/+6
|\ \ \ \ \
| * | | | | Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-311-6/+6
* | | | | | Merge pull request #22826 from timrogers/actiondispatch-ssl-configRafael França2015-12-311-8/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-8/+12
| | |_|_|/ | |/| | |
* | | | | Avoid `Time.parse` for static dateRafaël Blais Masson2015-12-301-1/+1
| |/ / / |/| | |
* | | | Merge pull request #22830 from jcoyne/parameters_includeRichard Schneeman2015-12-291-1/+1
|\ \ \ \
| * | | | Add AC::Parameters#include?Justin Coyne2015-12-291-1/+1
| |/ / /
* | | | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-2/+2
* | | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-3/+3
|/ / /