Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14137 from dasch/better-fragment-cache-instrumentation | Rafael Mendonça França | 2014-05-14 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | Add controller and action name to the fragment caching instrumentation payload Conflicts: actionpack/CHANGELOG.md | ||||
| * | Add controller and action name to the instrumentation payload | Daniel Schierbeck | 2014-05-10 | 1 | -1/+7 |
|/ | |||||
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -116/+0 |
| | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | ||||
* | extract AP Page and Action caching to actionpack-deprecated_caching gem | Francesco Rodriguez | 2012-10-03 | 2 | -391/+0 |
| | |||||
* | update AC::Caching documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 4 | -82/+98 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-09 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb | ||||
| * | Doc: sweepers only work on Active Record Models | schneems | 2012-09-05 | 1 | -1/+1 |
| | | | | | | In response to this rails issue: https://github.com/rails/rails/issues/3729 | ||||
* | | AS::Callbacks: deprecate monkey patch of object callbacks | Bogdan Gusiev | 2012-09-07 | 1 | -1/+1 |
|/ | |||||
* | Modernize the documentation for view caching somewhat | David Heinemeier Hansson | 2012-08-08 | 1 | -37/+7 |
| | |||||
* | Clean up Sweeper controller accessor when an Error is raised | Brian John | 2012-07-20 | 1 | -2/+7 |
| | |||||
* | AS::Callbacks: deprecate monkey patch code | Bogdan Gusiev | 2012-06-26 | 1 | -0/+6 |
| | | | | | Deprecate usage of filter object with #before and #after methods as around callback | ||||
* | Symbol responds_to :upcase & :downcase in Ruby >= 1.9 | Akira Matsuda | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Escape the extension when normalizing the action cache path. | Andrew White | 2012-05-20 | 1 | -2/+3 |
| | | | | | | | | | Although no recognized formats use non-ASCII characters, sometimes they can be included in the :format parameter because of invalid URLS. To prevent encoding incompatibility errors we need to escape them before passing the path to URI.unescape. Closes #4379 | ||||
* | Removing ==Examples and last blank lines of docs from actionpack | Francesco Rodriguez | 2012-05-15 | 1 | -6/+8 |
| | |||||
* | added proc evaluation for action cache's layout parameter | Nico | 2012-05-02 | 1 | -2/+4 |
| | |||||
* | prevent the cache sweeper ignores NoMethodError | ayaya | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-27 | 2 | -2/+2 |
|\ | |||||
| * | Proc objects for caches_page no need controller object | Alexey Vakhov | 2012-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix AC actions caching comment | Alexey Vakhov | 2012-03-24 | 1 | -1/+1 |
| | | |||||
* | | ActionController caching small String#split optimization | Alexey Vakhov | 2012-03-24 | 1 | -2/+2 |
|/ | |||||
* | fixed - warning: instance variable @controller not initialized | Sandeep | 2012-03-16 | 1 | -0/+5 |
| | |||||
* | Don't ignore call to undefined method in Sweeper | Levente Bagi | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | Rack body respond to each and not to join | Santiago Pastorino | 2012-02-14 | 1 | -2/+4 |
| | | | | | | | This fixes undef `to_str' for Rack::Chunked::Body when using caches_action + streaming on an action Closes #5027 | ||||
* | Updates documentaton to indicate that :expires_in can be used with all cache ↵ | dev | 2012-01-26 | 1 | -1/+2 |
| | | | | stores. | ||||
* | Changed 'proc' to 'Proc.new' in ActionController::Caching::Actions description | Alejandro Andrés | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Remove unecessary config_accessors. | José Valim | 2011-12-24 | 1 | -3/+3 |
| | |||||
* | Provide a class optin for page_cache_compression. | José Valim | 2011-12-24 | 1 | -17/+20 |
| | |||||
* | Gzip files on page caching | Andrey A.I. Sitnik | 2011-12-24 | 1 | -4/+28 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Allowing string as url argument for expire_action | Thomas von Deyen | 2011-12-06 | 1 | -3/+2 |
| | |||||
* | this should never return nil, so no use for "try" | Aaron Patterson | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Ensure that the format isn't applied twice to the cache key, else it becomes ↵ | Christopher Meiklejohn | 2011-10-31 | 1 | -1/+1 |
| | | | | impossible to target with expire_action. | ||||
* | Remove unnecessary dup in expire_page | Alexey Vakhov | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | if ... nil? is more expensive than unless | Milan Dobrota | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Typo fix | Oge Nnadi | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | find(:all) => all | Akira Matsuda | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | clarify which url would be used to cache a page when options are not ↵ | Matt Jankowski | 2011-06-26 | 1 | -2/+2 |
| | | | | provided to #cache_page to determine that url | ||||
* | elaborate on how web server configuration to check for static files on disk ↵ | Matt Jankowski | 2011-06-26 | 1 | -3/+4 |
| | | | | enables page caching to work without hitting the app server stack | ||||
* | Fixes an issue where cache sweepers with only after filters would have no ↵ | Jeroen Jacobs | 2011-06-21 | 1 | -0/+1 |
| | | | | | | controller object It would raise undefined method controller_name for nil | ||||
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+0 |
| | |||||
* | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 1 | -2/+2 |
| | |||||
* | Proc objects for cache_path for caches_action no longer need controller ↵ | Ryan Bigg | 2011-03-26 | 1 | -7/+6 |
| | | | | object, nor to use send when calling routing helpers | ||||
* | Action Pack typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Fix Action caching bug where an action that has a non-cacheable response ↵ | Cheah Chu Yeow | 2011-03-02 | 1 | -3/+5 |
| | | | | | | | | | | always renders a nil response body. It now correctly renders the response body. Note that only GET and HTTP 200 responses can be cached. [#6480 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Allow page_cache_directory to be set as a Pathname | Andre Arko | 2011-02-06 | 1 | -1/+1 |
| | | | | | | For example, page_cache_directory = Rails.root.join("public/cache") Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | html_safe.to_str makes no sense | Santiago Pastorino | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Edits to caching/fragments. | Rizwan Reza | 2010-12-23 | 1 | -17/+39 |
| | |||||
* | Remove require AS::Concern from places where is already in | Santiago Pastorino | 2010-12-19 | 1 | -1/+0 |
| | |||||
* | Add missing require | Santiago Pastorino | 2010-12-19 | 1 | -0/+1 |
| | |||||
* | Ensure that while caching a page rails takes into | Neeraj Singh | 2010-12-09 | 1 | -7/+13 |
| | | | | | | | | account the resolved mime type for the request [#6110 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | makes a pass to the action caching rdoc | Xavier Noria | 2010-12-08 | 1 | -32/+41 |
| |