aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
|/ /
* | Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* | Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+9
* | Remember the parameter hash we returnMatthew Draper2015-12-221-1/+1
* | 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
* | | Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-1/+1
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-182-2/+4
|\ \ \
| * | | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-152-2/+4
* | | | 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-171-2/+18
* | | | Deprecate `redirect_to :back`Derek Prior2015-12-161-10/+6
* | | | Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+23
* | | | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-161-1/+2
|\ \ \ \
| * | | | Deprecate passing string to define callback.yui-knk2015-12-161-1/+2
| |/ / /
* | | | Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-1/+1
|\ \ \ \
| * | | | Handle tab in token authentication header.Tyler Hunt2014-02-261-1/+1
* | | | | Remove warning of shadowing variableRafael Mendonça França2015-12-151-1/+1
* | | | | Add fragment_cache_key macro for controller-wide fragment cache key prefixesSam Stephenson2015-12-141-3/+42
* | | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-0/+6
* | | | | Merge pull request #22564 from maximeg/legit_name_errorsSean Griffin2015-12-141-2/+4
|\ \ \ \ \
| * | | | | Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-2/+4
* | | | | | Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-5/+7
| |_|/ / / |/| | | |
* | | | | Remove ActionController::TestCase from documentationeileencodes2015-12-122-1/+5
|/ / / /
* | | | Show redirect response code in assert_response messagesJon Atack2015-12-111-10/+8
* | | | Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...Rafael França2015-12-111-1/+1
|\ \ \ \
| * | | | Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-061-1/+1