aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-074-7/+7
* Fix conflict with assert_tag and Glue gem (closes #2255) [david.felstead@gmai...David Heinemeier Hansson2005-11-072-2/+4
* Add documentation to assert_tag indicating that it only works with well-forme...Jamis Buck2005-11-062-0/+8
* Update changelogSam Stephenson2005-11-051-0/+2
* Added action_pack.rb stub so that ActionPack::Version loads properlySam Stephenson2005-11-051-0/+24
* Update paginator docs. Closes #2744.Jeremy Kemper2005-11-051-1/+2
* Fix assert_no_tagDavid Heinemeier Hansson2005-11-041-1/+1
* Added skip_before_filter/skip_after_filter for easier control of the filter c...David Heinemeier Hansson2005-11-044-3/+69
* Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF...David Heinemeier Hansson2005-11-023-0/+18
* ensure close_session in AC::Base#processJeremy Kemper2005-11-021-2/+2
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-015-328/+42
* Fix problem where redirecting components can cause an Scott Barron2005-10-303-0/+8
* 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-293-0/+4
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-296-455/+429
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-284-1/+15
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-273-4/+4
* rake should run functional tests even if the unit tests have failures [Jim We...David Heinemeier Hansson2005-10-271-2/+4
* Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error tracesNicholas Seckar2005-10-272-1/+3
* Add name to changelogsNicholas Seckar2005-10-271-2/+2
* 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-262-29/+22
* 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-263-0/+33
* 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-263-0/+15
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-253-3/+4
* Reset template variables after using render_to_string. Closes #2559Nicholas Seckar2005-10-254-0/+14
* Take a different approach to keeping flash around when using components.Scott Barron2005-10-252-3/+11
* r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700Jeremy Kemper2005-10-231-1/+0
* Expose the session model backing CGI::SessionJeremy Kemper2005-10-205-9/+36
* Abbreviate RAILS_ROOT in tracesJamis Buck2005-10-192-0/+10
* Really ready for releaseDavid Heinemeier Hansson2005-10-191-1/+1
* Made ready to push RC2David Heinemeier Hansson2005-10-192-1/+4
* Update error trace templatesNicholas Seckar2005-10-182-15/+22
* 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-182-3/+24
* Updated the gem specsDavid Heinemeier Hansson2005-10-171-1/+1
* Fix spelling errorNicholas Seckar2005-10-171-1/+1
* Make string-keys locals assigns optionalNicholas Seckar2005-10-173-6/+18
* 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-162-3/+3
* Fixed more Windows testsDavid Heinemeier Hansson2005-10-161-2/+2
* Improve line number detection for template errorsNicholas Seckar2005-10-162-1/+3
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-1611-34/+45
* 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-162-169/+423
* added assert_valid to APTobias Lütke2005-10-164-3/+61
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1