aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-201-0/+2
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-191-0/+5
* Made ready to push RC2David Heinemeier Hansson2005-10-191-0/+3
* Update error trace templatesNicholas Seckar2005-10-181-0/+4
* Make string-keys locals assigns optionalNicholas Seckar2005-10-171-0/+2
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-1/+1
* Improve line number detection for template errorsNicholas Seckar2005-10-161-0/+2
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-0/+2
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-0/+2
* added assert_valid to APTobias Lütke2005-10-161-0/+2
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-161-0/+2
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-151-0/+2
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-151-0/+2
* action pack asserts don't spam you with unnecissary backtraces anymoreTobias Lütke2005-10-151-0/+2
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-151-0/+2
* Add changelogNicholas Seckar2005-10-151-0/+2
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-151-0/+2
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-0/+2
* Improved line number reporting for template errorsNicholas Seckar2005-10-131-0/+2
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-0/+2
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-0/+2
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-121-0/+2
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-0/+2
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-0/+2
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-0/+2
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-0/+2
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-0/+2
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-0/+2
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-091-0/+2
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-0/+2
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+2
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-0/+2
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+2
* Forgot about CHANGELOGsThomas Fuchs2005-09-281-0/+2
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-271-0/+2
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-0/+2
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-0/+2
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-0/+2
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-0/+2
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-2/+4
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+2
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-201-0/+2
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-0/+4
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-201-0/+2
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-0/+2
* Add routing tests from #1945Nicholas Seckar2005-09-181-0/+2
* Add a routing test case covering #2101Nicholas Seckar2005-09-181-0/+2
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-151-0/+2
* Speed up cookie use by decreasing string copying #2194 [skae]David Heinemeier Hansson2005-09-151-0/+2
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-141-0/+2