aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added the option to declare an asset_host as an object that responds to call ...David Heinemeier Hansson2008-11-271-0/+2
* Fix routing test and add changelog note about draw no longer clearing the rou...David Heinemeier Hansson2008-11-261-0/+2
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+2
* Changelog for #1448. Mention updating old translations with storage_units key.Jeremy Kemper2008-11-231-1/+3
* Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-231-0/+2
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-0/+2
* Remove deprecated ActionController::Base#assign_default_content_type_and_charsetPratik Naik2008-11-191-0/+2
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-0/+2
|\
| * Remove deprecated render_component. Please use the plugin from http://github....Pratik Naik2008-11-191-0/+2
* | Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-0/+16
|/
* Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they...David Heinemeier Hansson2008-11-171-0/+5
* Missing changelogs for relative_url_root changesMichael Koziarski2008-11-141-0/+2
* Missing changelog for CSRF changesMichael Koziarski2008-11-141-0/+6
* Missing changelog for :only/:except on map.resourcesMichael Koziarski2008-11-141-0/+2
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+3
* Make polymorphic_url compact given array [#1317 state:committed]hiroshi2008-11-141-0/+2
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-0/+2
* Fixed that FormTagHelper generates illegal html if name contains e.g. square ...Vladimir Dobriakov2008-11-041-0/+2
* Fix regression bug that made date_select and datetime_select raise a Null Poi...Bernardo de Pádua2008-11-041-0/+2
* Simplified the logging format for parameters (don't include controller, actio...David Heinemeier Hansson2008-11-011-0/+2
* Remove the logging of the Session ID when the session store is CookieStore [DHH]David Heinemeier Hansson2008-11-011-0/+2
* Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]Seth Fitzsimmons2008-10-301-0/+2
* Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse...David Heinemeier Hansson2008-10-261-0/+5
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+3
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
* No use case handy for justifying fresh? any moreDavid Heinemeier Hansson2008-10-211-1/+1
* Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ...David Heinemeier Hansson2008-10-211-0/+34
* Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru...David Heinemeier Hansson2008-10-131-0/+8
* Implement submit_to_remote as a wrapper around a more generic button_to_remoteTarmo Tänav2008-10-071-0/+2
* Added support for http_only cookies in cookie_store Added unit tests for secu...Pelle Braendgaard2008-09-171-0/+2
* Added image_submit_tag confirm option [status:committed #784]Alastair Brunton2008-09-101-0/+2
* The FormTagHelper#submit_tag helper will now pass along the original value of...Jose Fernandez2008-09-101-0/+2
* Stopped logging template compiles as it only clogs up the logDavid Heinemeier Hansson2008-09-091-0/+2
* Use a more sensible resolution on the new millisecond benchmarksDavid Heinemeier Hansson2008-09-051-2/+2
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-0/+12
* Add support for shallow nesting of routes. [#838 state:resolved]Pratik Naik2008-08-301-0/+14
* Added button_to_remote helperTarmo Tänav2008-08-291-0/+2
* Deprecate render_component.Pratik Naik2008-08-291-0/+2
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-281-0/+4
* Deprecated implicit local assignments when rendering partialsJoshua Peek2008-08-281-0/+2
* Added TextHelper#current_cycle to return the current cycle for better design ...Ken Collins2008-08-271-0/+2
* Allow polymorphic_url helper to take url options. [#880 state:resolved]Tarmo Tänav2008-08-211-0/+2
* Switched integration test runner to use Rack processor instead of CGIJoshua Peek2008-08-201-0/+2
* Make AbstractRequest.if_modified_sense return nil if the header could not be ...Jamis Buck2008-08-191-0/+2
* 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