aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-163-2/+18
* 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-155-39/+19
* 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-154-4/+56
* action pack asserts don't spam you with unnecissary backtraces anymoreTobias Lütke2005-10-152-69/+98
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-152-6/+26
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-152-3/+34
* Add changelogNicholas Seckar2005-10-151-0/+2
* 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-155-7/+46
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-142-1/+7
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-133-2/+20
* Improved line number reporting for template errorsNicholas Seckar2005-10-132-3/+5
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-133-3/+16
* r3575@sedna: jeremy | 2005-10-13 11:22:13 -0700Jeremy Kemper2005-10-131-2/+2
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-133-1/+10
* modified javascript_helper testcase to back up #2097Tobias Lütke2005-10-131-2/+6
* Unescape paths before writing cache to file system. Closes #1877.Marcel Molina2005-10-122-1/+3
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-127-24/+43
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-129-26/+28
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-122-7/+13
* Speed improvement for session_options. #2287. [skaes@web.de]Jamis Buck2005-10-112-18/+31
* Make cacheing binary files friendly with Windows. Closes #1975.Marcel Molina2005-10-112-2/+4
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-104-29/+27
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-103-1/+18
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Move lib/version.rb to lib/action_pack/version.rbJamis Buck2005-10-102-1/+1
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-092-2/+12
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-096-276/+450
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-093-2/+131
* 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-022-1/+8
* 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-013-2/+27
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-303-1/+14
* 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-294-71/+94
* 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
* My life for white spaceDavid Heinemeier Hansson2005-09-281-5/+17
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-282-2/+3
* Unit tests and fixtures for multipart posts.Jeremy Kemper2005-09-286-5/+105
* Forgot about CHANGELOGsThomas Fuchs2005-09-281-0/+2
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-2812-771/+2289
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-272-1/+3