aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog for conditional GET utility methodsJeremy Kemper2008-08-121-2/+8
* Added back ActionController::Base.allow_concurrency flag and moved lock down ...Joshua Peek2008-07-281-0/+2
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-0/+2
* Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed]David Heinemeier Hansson2008-07-191-0/+2
* etag! and last_modified! conditional GET helpersJeremy Kemper2008-07-171-0/+4
* All 2xx requests are considered successful [#217 state:resolved]Joshua Peek2008-07-161-0/+2
* Resolved conflictDavid Heinemeier Hansson2008-07-161-0/+47
|\
| * Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-0/+2
| * Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-0/+2
| * Set config.action_view.warn_cache_misses = true to receive a warning if you p...Joshua Peek2008-07-121-0/+2
| * Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-0/+2
| * Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-0/+2
| * Reenable the use of the Accept header to give people a chance to update their...Michael Koziarski2008-07-091-4/+5
| * Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote ...David Heinemeier Hansson2008-07-091-0/+2
| * Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...Damian Janowski2008-07-081-0/+2
| * Disable the Accept header by defaultMichael Koziarski2008-07-071-0/+10
| * Do not stat template files in production mode before rendering. You will no l...Joshua Peek2008-07-051-0/+2
| * Deprecated TemplateHandler line offsetJoshua Peek2008-07-051-0/+2
| * Simplify the implementation of assert_redirected_to to normalise the urls bef...Michael Koziarski2008-07-041-0/+5
| * Remove old broken follow_redirect from functional tests. Still works in inte...Michael Koziarski2008-07-041-0/+5
| * Allow caches_action to accept cache store options. [#416 state:resolved]josevalim2008-07-041-0/+4
| * Remove old method of including javascripts define_javascript_functions.Michael Koziarski2008-07-031-0/+2
| * Deprecate :use_full_path render option. The supplying the option no longer ha...Joshua Peek2008-07-021-0/+2
* | Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host ...David Heinemeier Hansson2008-07-161-0/+2
|/
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-0/+6
* Fix indentation and update changelogs for previous commitgbuesing2008-06-291-0/+2
* Made ActionView::Base#render_file privateJoshua Peek2008-06-251-0/+2
* Fixed polymorphic_url to be able to handle singleton resources.Tammer Saleh2008-06-221-0/+2
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-0/+2
* Added block-call style to link_to [Sam Stephenson/DHH]David Heinemeier Hansson2008-06-171-0/+6
* Last commit message was meant for changelog.Jeremy Kemper2008-06-141-0/+2
* Improve ActionCaching's format-handlingJonathan del Strother2008-06-111-0/+2
* Make sure cache_template_loading works and don't use to_prepare callbackPratik Naik2008-06-111-2/+0
* Ensure ActionView::TemplateFinder view cache is rebuilt on initialize.Joshua Peek2008-06-081-0/+2
* Drop ActionController::Base.allow_concurrency flagJoshua Peek2008-06-081-0/+2
* Changelog: More efficient concat and capture helpers. Remove ActionView::Base...Jeremy Kemper2008-06-071-0/+2
* Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+2
* Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_F...David Heinemeier Hansson2008-06-031-0/+4
* Allow caches_action to accept a layout option [#198 state:resolved]josevalim2008-06-031-0/+2
* Added Rack processorEzra Zygmuntowicz2008-06-011-0/+3
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+2
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-181-0/+2
* Merge branch 'master' of git@github.com:rails/railsrick2008-05-131-1/+5
|\
| * Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
| * Fixed that forgery protection can be used without session tracking (Peter Jon...David Heinemeier Hansson2008-05-111-0/+2
| * Added session(:on) to turn session management back on in a controller subclas...David Heinemeier Hansson2008-05-111-0/+2
* | fix merge conflict with actionpack changelogrick2008-05-101-0/+3
|\|
| * ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...gbuesing2008-05-081-0/+2
| * Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+2
* | Change the request forgery protection to go by Content-Type instead of reques...rick2008-05-061-0/+2
|/