aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-273-1/+15
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-275-60/+129
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-273-1/+31
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-262-7/+8
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-264-21/+57
* This seems unnecessary to call in teardown and is causing the testsScott Barron2005-09-251-1/+0
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-2/+4
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-252-1/+16
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-223-4/+7
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-212-9/+1
* Require 'pp' early to prevent the pretty-print methods being mixed in too lat...Jamis Buck2005-09-201-0/+1
* Added small note about how longtext might be needed for large session dataDavid Heinemeier Hansson2005-09-202-2/+5
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-203-15/+10
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-2017-200/+248
* Fixed that Request#domain caused an exception if the domain header wasn't set...David Heinemeier Hansson2005-09-203-1/+10
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-194-1/+60
* Add routing tests from #1945Nicholas Seckar2005-09-182-2/+57
* Add a routing test case covering #2101Nicholas Seckar2005-09-182-1/+14
* Doc fix #2197David Heinemeier Hansson2005-09-171-0/+1
* Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l....David Heinemeier Hansson2005-09-171-1/+1
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-162-141/+5
* Only attempt to require Active Support if it hasnt been already #1959David Heinemeier Hansson2005-09-151-7/+10
* Cache relative_url_root for all webservers, not just Apache #2193 [skae]David Heinemeier Hansson2005-09-153-2/+5
* Speed up cookie use by decreasing string copying #2194 [skae]David Heinemeier Hansson2005-09-152-7/+9
* Included UrlRewriter tests in rake run and made them not depend on Hash orderDavid Heinemeier Hansson2005-09-151-5/+14
* Made base_tests.rb run as part of rakeDavid Heinemeier Hansson2005-09-151-2/+2
* Fixed access to "Host" header with requests made by crappy old HTTP/1.0 clien...David Heinemeier Hansson2005-09-142-1/+3
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-142-1/+5