aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/conditional_get.rb
Commit message (Expand)AuthorAgeFilesLines
* ConditionalGet needs time core_extRafael Mendonça França2019-08-021-0/+1
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-2/+0
* Update documentation to ActionController::ConditionalGetAnatoly Mikhaylov2018-09-031-0/+6
* Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-1/+3
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Merge pull request #26016 from nateberkopec/patch-1Vipul A M2016-09-071-2/+3
|\
| * Clarify expires_now documentationNate Berkopec2016-09-061-2/+3
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* | modernizes hash syntax in actionpackXavier Noria2016-08-061-4/+4
* | applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
|/
* Tiny document fixes [ci skip]Robin Dupret2016-05-301-1/+1
* Grammar fixes based on pass over ETag doc changesVipul A M2016-04-031-2/+2
* Grammer fix in comment: capitalize first word in sentence [ci skip].utilum2016-04-021-1/+1
* Strong ETag validatorsJeremy Daer2016-03-311-13/+46
* Remove http_cache_forever's version parameterJean Boussier2016-03-051-4/+2
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-4/+4
* Avoid `Time.parse` for static dateRafaël Blais Masson2015-12-301-1/+1
* [ci skip] Fix <tt> in docclaudiob2015-11-151-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-2/+2
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2015-02-151-3/+3
* Implement http_cache_forever to ActionControllerArthur Neves2015-02-151-0/+18
* Accept a collection in fresh_when and stale?claudiob2015-02-101-10/+36
* Fix wrong kwarg "record" from #18872claudiob2015-02-101-1/+1
* Convert stale? and fresh_when to use keyword arguments.Kasper Timm Hansen2015-02-101-12/+10
* Better examples for fresh_when and stale?claudiob2015-01-061-2/+2
* Consistently markup etag options.Steven Harman2014-09-161-3/+3
* Consistently capitalize ETag.Steven Harman2014-09-161-3/+3
* When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-6/+31
* Missing require hash/keysAkira Matsuda2013-02-011-0/+2
* These are already required through AS/railsAkira Matsuda2013-01-061-2/+0
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-1/+1
* update AC::ConditionalGet documentation [ci skip]Francesco Rodriguez2012-09-221-27/+31
* Use merge! to merge additional options onto default optionsCarlos Antonio da Silva2012-09-071-4/+3
* Fixes warning: & interpreted as argument prefixkennyj2012-08-301-1/+1
* Use class_attribute so we dont bleedDavid Heinemeier Hansson2012-08-291-1/+6
* Added controller-level etag additions that will be part of the action etag co...David Heinemeier Hansson2012-08-291-4/+34
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+0
* Removed max-stale from the setting the cache-headers in the response as max-s...Anuj Dutta2012-03-021-1/+1
* Merge pull request #3479 from arvida/ensure-date-header-on-expires-inJosé Valim2012-02-181-0/+3
|\
| * Ensuring a HTTP Date header when setting Cache-Control's max-age with #expire...arvida2011-10-311-0/+3