aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...David Heinemeier Hansson2008-05-011-0/+2
* Added ActionController::TestCase#rescue_action_in_public! to control whether ...David Heinemeier Hansson2008-04-271-0/+2
* Delegate ivars to controller instead of copyingPratik Naik2008-04-211-0/+2
* select_datetime and select_time default to Time.zone.now when config.time_zon...gbuesing2008-04-211-0/+2
* datetime_select defaults to Time.zone.now when config.time_zone is setgbuesing2008-04-211-0/+2
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-211-0/+2
* Add conditional options to caches_page method [#25 state:resolved]Paul Horsfall2008-04-191-0/+2
* Move missing template logic to ActionViewPratik Naik2008-04-191-0/+2
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-0/+2
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-081-0/+10
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-081-0/+2
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-061-0/+3
* Improve documentation.Pratik Naik2008-04-051-0/+2
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-021-0/+2
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-011-0/+2
* Avoid remote_ip spoofingJeremy Kemper2008-03-281-0/+2
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-281-0/+2
* Fixed that ActionController::Base#read_multipart would fail if boundary was e...David Heinemeier Hansson2008-03-281-0/+2
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-281-0/+2
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-241-0/+2
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-241-0/+2
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-241-1/+3
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-241-0/+2
* Fix regression from filter refactoring where re-adding a skipped filter resul...Rick Olson2008-03-231-0/+2
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-0/+2
* Revert [9106]. References #10350.Jeremy Kemper2008-03-191-2/+0
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-0/+2