aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fold reset! into the run method directly. Make -n options compatible with Rub...Jeremy Kemper2007-12-221-7/+6
* Request profiler resets after warmup and each run so you don't have to do it ...Jeremy Kemper2007-12-221-3/+13
* Request profiler: use actual script path and line numbers for backtraces.Jeremy Kemper2007-12-221-3/+4
* Add :default option to time_zone_select. Closes #10590.Jeremy Kemper2007-12-213-1/+45
* Update layout docs. Closes #10584 [Cheah Chu Yeow]Jeremy Kemper2007-12-211-15/+14
* Rails 1.9 compat: asset tag helper testsJeremy Kemper2007-12-211-12/+12
* Ruby 1.9 compat: compiled templates testJeremy Kemper2007-12-211-1/+5
* Ruby 1.9 compat: date helperJeremy Kemper2007-12-211-6/+6
* Ruby 1.9 compat: form helper testJeremy Kemper2007-12-211-1/+1
* Ruby 1.9 compat: note failing form options helper test, probably in html-scannerJeremy Kemper2007-12-211-0/+1
* Ruby 1.9 compat: text helperJeremy Kemper2007-12-213-19/+40
* Ruby 1.9 compat: url helper encodingJeremy Kemper2007-12-211-9/+5
* Ruby 1.9 compat: ENV.delete rather than assigning nilJeremy Kemper2007-12-201-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-185-19/+15
* Added delete_via_redirect and put_via_redirect to integration testing (closes...David Heinemeier Hansson2007-12-173-24/+62
* Allow headers[Accept] to be set by hand when calling xml_http_request (closes...David Heinemeier Hansson2007-12-173-1/+12
* Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]David Heinemeier Hansson2007-12-173-2/+4
* Docfix (closes #10493)David Heinemeier Hansson2007-12-161-2/+2
* Fix doc (closes #10526)David Heinemeier Hansson2007-12-161-1/+1
* Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...David Heinemeier Hansson2007-12-162-1/+57
* Added option to pass proc to ActionController::Base.asset_host for maximum co...David Heinemeier Hansson2007-12-163-11/+84
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-163-3/+3
* More changelog updatesJeremy Kemper2007-12-151-2/+2
* Mark that render tests crash Ruby 1.9Jeremy Kemper2007-12-151-0/+1
* Ruby 1.9 compat: helpersJeremy Kemper2007-12-152-7/+10
* Note that filters test crashes Ruby 1.9Jeremy Kemper2007-12-151-0/+1
* Ruby 1.9 compat: account for new, non-flattening Array#to_sJeremy Kemper2007-12-152-4/+4
* Fixes for standalone testsJeremy Kemper2007-12-152-3/+10
* Ruby 1.9 compat: cookiesJeremy Kemper2007-12-152-9/+5
* Ruby 1.9 compat: use String#ord to escape filenames for compiled method namesJeremy Kemper2007-12-151-2/+2
* Remove missing default helper warningsJeremy Kemper2007-12-151-2/+0
* Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...Jeremy Kemper2007-12-151-0/+3
* Docfix (closes #10429) [jamesh/ssoroka]David Heinemeier Hansson2007-12-141-9/+8
* Fixed that ActionView#file_exists? would be incorrect if @first_render is set...David Heinemeier Hansson2007-12-143-1/+21
* Added that Array#to_param calls to_param on all it's elements (closes #10473)...David Heinemeier Hansson2007-12-141-0/+2
* Make the routes rake task more discoverable but documenting it in the routing...Marcel Molina2007-12-131-0/+4
* Explain how the layout macro behaves when passed a path that contains a direc...Marcel Molina2007-12-131-1/+2
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-107-71/+72
* Missed commit. Closes #10437.Jeremy Kemper2007-12-101-0/+4
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-103-7/+7
* Fix javascript_tag method name collision. Closes #10337.Jeremy Kemper2007-12-102-4/+4
* Ensure asset cache directories are automatically created. Closes #10337.Jeremy Kemper2007-12-102-38/+33
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-103-12/+12
* Credit #10443 + more changelog updatesJeremy Kemper2007-12-101-3/+3
* More changelog updatesJeremy Kemper2007-12-101-4/+4
* More changelog updatesJeremy Kemper2007-12-101-8/+8
* Fix strange NoMemoryError on amd64. Closes #10442 [wrb]Jeremy Kemper2007-12-101-4/+5
* lifo -> PratikJeremy Kemper2007-12-101-11/+11
* More contributor name updatesJeremy Kemper2007-12-101-2/+2
* Document how to disable forgery protection for tests. Useful note for those u...Jeremy Kemper2007-12-101-1/+7