aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-0/+2
* Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins...Marcel Molina2007-10-231-0/+2
* Changed before_filter halting to happen automatically on render or redirect b...David Heinemeier Hansson2007-10-211-0/+2
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-201-0/+2
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-0/+2
* caches_page uses a single after_filter instead of one per action. Closes #9891.Jeremy Kemper2007-10-161-0/+2
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-161-0/+2
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-161-0/+2
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-0/+2
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-0/+2
* Make sure that custom inflections are picked up by map.resources by triggerin...Michael Koziarski2007-10-131-0/+2
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-101-0/+4
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-101-0/+2
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-091-0/+2
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-0/+2
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-071-0/+2
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-071-0/+2
* TypoJeremy Kemper2007-10-061-1/+1
* Move misplaced CHANGELOG entryJeremy Kemper2007-10-061-0/+2
* Use #require_library_or_gem to load the memcache library for the MemCache ses...Rick Olson2007-10-031-0/+2
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-031-0/+6
* Merge session fixation fixes from stableMichael Koziarski2007-10-021-0/+4
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-0/+2
* UpdatedDavid Heinemeier Hansson2007-09-291-1/+600
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-0/+2
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-0/+2
* Avoid calling is_missing on LoadErrors. Closes #7460.Nicholas Seckar2007-09-271-0/+2
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-0/+2
* The tag helper may bypass escaping.Jeremy Kemper2007-09-241-0/+2
* Cache asset ids.Jeremy Kemper2007-09-241-0/+2
* Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.Jeremy Kemper2007-09-231-0/+2
* Introduce ActionController::Base.rescue_from to declare exception-handling me...Jeremy Kemper2007-09-231-0/+2
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-0/+2
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+2
* Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...Rick Olson2007-09-231-0/+5
* Remove use of & logic operator. Closes #8114.Nicholas Seckar2007-09-221-0/+2
* Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...David Heinemeier Hansson2007-09-221-0/+2
* Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...David Heinemeier Hansson2007-09-221-0/+2
* Fixed that setting the :host option in url_for would automatically turn off :...David Heinemeier Hansson2007-09-221-0/+2
* Added FormHelper#label (closes #8641) [jcoglan]David Heinemeier Hansson2007-09-221-0/+2
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+2
* Forgotten changelog entryMichael Koziarski2007-09-211-0/+2
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-211-0/+2
* Don't warn when a path segment precedes a required segment. Closes #9615.Nicholas Seckar2007-09-211-0/+2
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-211-0/+2
* Added that render :json will automatically call .to_json unless its being pas...David Heinemeier Hansson2007-09-201-0/+25
* Autolink behaves well with emails embedded in URLs. Closes #7313.Jeremy Kemper2007-09-201-0/+2
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-0/+2
* Fixed optimized route segment escaping. Closes #9562.Jeremy Kemper2007-09-151-0/+2
* root_path returns '/' not ''. Closes #9563.Jeremy Kemper2007-09-151-0/+2