aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ActionPack CHANGELOG [ci skip]Prathamesh Sonpatki2016-01-081-1/+1
* add gregBen Toews2016-01-071-1/+1
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-073-7/+64
* 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
* | Remove splat operator warning from ssl_testPrathamesh Sonpatki2016-01-071-1/+1
* | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-073-2/+40
* | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-063-11/+230
|\ \
| * | add option for per-form CSRF tokensBen Toews2016-01-043-11/+230
* | | Merge pull request #22906 from bf4/rendering_exceptionsRafael França2016-01-043-88/+163
|\ \ \ | |/ / |/| |
| * | Group related methods togetherBenjamin Fleischer2016-01-031-67/+67
| * | Add ActionController:Renderers testBenjamin Fleischer2016-01-033-24/+99
* | | Merge pull request #22890 from DNNX/times-mapSantiago Pastorino2016-01-031-1/+1
|\ \ \
| * | | Replace x.times.map{} with Array.new(x){}Viktar Basharymau2016-01-021-1/+1
| |/ /
* / / Fix typo in test desctiption [skip ci]Anton Davydov2016-01-041-1/+1
|/ /
* | Merge pull request #22519 from bf4/test_use_renderersRafael França2015-12-314-0/+86
|\ \
| * | Test ActionController::Renderers::use_renderersBenjamin Fleischer2015-12-314-0/+86
* | | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-313-3/+3
|/ /
* | Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2Kasper Timm Hansen2015-12-313-6/+22
|\ \
| * | Fix AC::Parameters#to_unsafe_h to return all unfiltered valuesPrathamesh Sonpatki2015-12-313-6/+22
* | | Merge pull request #22826 from timrogers/actiondispatch-ssl-configRafael França2015-12-312-23/+42
|\ \ \
| * | | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-292-23/+42
* | | | Avoid `Time.parse` for static dateRafaël Blais Masson2015-12-301-1/+1
* | | | Fix test for AC::Parameters#to_unsafe_hPrathamesh Sonpatki2015-12-301-2/+2
| |/ / |/| |
* | | Merge pull request #22830 from jcoyne/parameters_includeRichard Schneeman2015-12-293-1/+11
|\ \ \
| * | | Add AC::Parameters#include?Justin Coyne2015-12-293-1/+11
| |/ /
* | | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-292-2/+11
* | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-292-3/+15
|/ /
* | Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* | Currectly test the Middleware#==Rafael Mendonça França2015-12-221-4/+8
* | Merge pull request #22743 from maclover7/fix-22738Rafael Mendonça França2015-12-222-0/+21
|\ \
| * | Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-212-0/+21
* | | release notes, extract notable changes from Action Pack CHANGELOG.Yves Senn2015-12-221-24/+25
|/ /
* | Remember the parameter hash we returnMatthew Draper2015-12-221-1/+1
* | No more no changes entries in the CHANGELOGsGenadi Samokovarov2015-12-211-3/+0
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-12-202-3/+3
|\ \
| * | Add missing punctuation mark [ci skip]Gaurav Sharma2015-11-182-3/+3
* | | Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* | | Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-1/+1
* | | 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-185-5/+14
|\ \ \ \
| * | | | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-155-5/+14
* | | | | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-182-2/+2
* | | | | Document when fallback_location is used [ci-skip]Derek Prior2015-12-171-2/+8
| |/ / / |/| | |
* | | | Only dup Ruby's Hash and Array.Kasper Timm Hansen2015-12-172-2/+46
* | | | Deprecate `redirect_to :back`Derek Prior2015-12-163-12/+27
* | | | Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-163-0/+50
* | | | Merge pull request #22605 from tonyta/delete-dead-commentsRafael França2015-12-161-10/+0
|\ \ \ \
| * | | | deletes code commented out in 72160d9fTony Ta2015-12-151-10/+0