aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-013-326/+21
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+1
* Removed erroneous arg-size check in AC::Base.fragment_cache_store=. Closes #...Jeremy Kemper2005-10-291-1/+1
* Added support for the queue option on visual_effectThomas Fuchs2005-10-291-0/+1
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-295-455/+427
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-281-0/+1
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-272-4/+2
* Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error tracesNicholas Seckar2005-10-271-1/+1
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-8/+8
* Remove fingerprinting from AR session store; fix bug in store. Closes #2612Nicholas Seckar2005-10-261-29/+18
* Proper CSS color definition (closes #2334)David Heinemeier Hansson2005-10-261-1/+1
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+22
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-2610-36/+36
* Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...David Heinemeier Hansson2005-10-261-0/+4
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-1/+1
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-251-0/+2
* Take a different approach to keeping flash around when using components.Scott Barron2005-10-252-3/+11
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-202-2/+17
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-191-0/+5
* Made ready to push RC2David Heinemeier Hansson2005-10-191-1/+1
* Update error trace templatesNicholas Seckar2005-10-181-15/+18
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-1/+5
* Fix spelling errorNicholas Seckar2005-10-171-1/+1
* 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