aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing "of" to RequestForgeryProtection doc.Hendy Tanata2015-04-271-1/+1
* Add note regarding CSRF for APIs, as a use-case for skipping it [ci skip]Zachary Scott2015-04-121-0/+4
* Apply comments from @jeremy regarding why HTML and Javascript requestsZachary Scott2015-04-121-0/+5
* update request_forgery_protection docs [ci skip]Vladimir Lyzo2015-04-121-7/+8
* Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-122-6/+3
* [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-091-1/+1
* fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-092-3/+6
* Merge pull request #19700 from tancnle/trivial-shallow-nesting-depth-countRafael Mendonça França2015-04-081-1/+1
|\
| * A shorter and more concise version of select..sizeTan Le2015-04-091-1/+1
* | Merge pull request #19633 from y00rb/sort_router_parameters_duplicated_keysRafael Mendonça França2015-04-082-2/+2
|\ \
| * | sort_by instead of sortYang Bo2015-04-082-2/+2
* | | remove new line between doc and methodBruce Park2015-04-071-1/+0
* | | added docs for ActionDispatch::Request::Session#createBruce Park2015-04-071-1/+3
* | | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacksRafael Mendonça França2015-04-061-3/+3
|\ \ \
| * | | Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-3/+3
| |/ /
* | | Merge pull request #19666 from mikej/masterSantiago Pastorino2015-04-061-1/+1
|\ \ \
| * | | fix missing "if" in API docs for ActionController::Parameters#permitMichael Josephson2015-04-061-1/+1
* | | | Fix ActionPack tests after changes to missing template loggereileencodes2015-04-061-1/+1
* | | | Merge pull request #19665 from eileencodes/fix-parse_query-method-signatureEileen M. Uchitelle2015-04-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix method signature of `parse_query` to match rackeileencodes2015-04-061-1/+1
* | | | head no_content when there is no template or action performedStephen Bussey2015-04-051-1/+6
|/ / /
* / / Fix a few typos [ci skip]Robin Dupret2015-04-051-3/+3
|/ /
* | Freeze static arguments for gsubbrainopia2015-04-022-3/+3
* | Prefer string patterns for gsubbrainopia2015-04-022-3/+3
* | Merge pull request #19544 from shuhei/fix-parameters-const-missingXavier Noria2015-03-281-1/+1
|\ \
| * | Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+1
* | | Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-27/+2
* | | Provide friendlier access to request variantsGeorge Claghorn2015-03-242-13/+41
|/ /
* | Fix ActionDispatch::PublicExceptions returning string rack statusRyan Tomayko2015-03-231-2/+2
* | Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-1/+1
* | Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-161-1/+1
* | Merge pull request #19291 from hired/return-truthy-value-from-headRafael Mendonça França2015-03-131-0/+2
|\ \
| * | Return true from head methodJoel Hayhurst2015-03-121-0/+2
* | | Merge pull request #19309 from f1sherman/dont-set-session-options-idGuillermo Iguaran2015-03-121-1/+1
|\ \ \
| * | | Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-1/+1
| |/ /
* | | Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-121-3/+4
* | | 304 response should not include Content-Type headerKohei Suzuki2015-03-101-1/+3
|/ /
* | Call super last in before_setupeileencodes2015-03-091-1/+1
* | Revert "Revert integration test refactoring that caused app test regressions"eileencodes2015-03-091-14/+10
* | update integration test example as is not output deprecation warning [ci skip]yuuji.yaginuma2015-03-071-7/+8
* | Fix documentation of url_for module [ci skip]Prathamesh Sonpatki2015-03-061-1/+4
* | pass a config to the route setAaron Patterson2015-03-052-5/+19
* | Merge pull request #19215 from gsamokovarov/revert-ruby-2-2-0-kwarg-crash-wor...Sean Griffin2015-03-052-4/+2
|\ \
| * | Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-052-4/+2
* | | nodoc filtered_location [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* | | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
|/ /
* | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* | Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-4/+7
* | Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1