aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Make string-keys locals assigns optionalNicholas Seckar2005-10-171-4/+10
* Use the more appropriate columns_hash to get the session data column size limit.Marcel Molina2005-10-171-1/+1
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-2/+2
* Improve line number detection for template errorsNicholas Seckar2005-10-161-1/+1
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-169-22/+31
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-162-548/+290
* Add missing fileNicholas Seckar2005-10-161-0/+21
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* added assert_valid to APTobias Lütke2005-10-161-0/+7
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-161-2/+5
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-151-0/+5
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-154-39/+17
* reasoning behind the seemingly duplicated methodMichael Koziarski2005-10-151-1/+2
* Add code and message to test response as per #2460Michael Koziarski2005-10-151-0/+8
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-152-4/+31
* action pack asserts don't spam you with unnecissary backtraces anymoreTobias Lütke2005-10-151-69/+96
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-151-6/+24
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-151-1/+8
* Take retry with breakpoint out until we fix itDavid Heinemeier Hansson2005-10-151-1/+1
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-152-3/+19
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-1/+1
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-2/+2
* Improved line number reporting for template errorsNicholas Seckar2005-10-131-3/+3
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-3/+3
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-1/+3
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-121-1/+1
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-122-4/+17
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-128-26/+26
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-121-7/+7
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-111-18/+29
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-111-2/+2
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-102-29/+20
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-1/+6
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Move lib/version.rb to lib/action_pack/version.rbJamis Buck2005-10-101-0/+0
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+9
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-095-276/+448
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+1
* Made the documentation about render template/file saneDavid Heinemeier Hansson2005-10-031-6/+11
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+1
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-1/+6
* Use a nicer date formatDavid Heinemeier Hansson2005-10-011-1/+1
* Better logging about partials when logger to to debugDavid Heinemeier Hansson2005-10-011-1/+3
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-2/+21
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-1/+2
* Not the avenue we want to go downDavid Heinemeier Hansson2005-09-301-4/+0
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-293-31/+72
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Updated rdoc for javascript_include_tagThomas Fuchs2005-09-281-3/+7