aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-178-12/+18
* Added delete_via_redirect and put_via_redirect to integration testing (closes...David Heinemeier Hansson2007-12-173-24/+62
* Docfix (closes #10369) [revans]David Heinemeier Hansson2007-12-171-1/+17
* Fix rdoc task name (closes #10392) [murphy]David Heinemeier Hansson2007-12-171-1/+1
* 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
* Proper attribution in CHANGELOGDavid Heinemeier Hansson2007-12-161-1/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-1616-19/+24
* Doc fixingDavid Heinemeier Hansson2007-12-162-2/+2
* Changed the default database from mysql to sqlite3, so now running "rails mya...David Heinemeier Hansson2007-12-162-1/+3
* Turned on ActionView::Base.cache_template_loading by default in config/enviro...David Heinemeier Hansson2007-12-163-6/+7
* Update changelog for Ruby 1.9 compat patchesJeremy Kemper2007-12-151-1/+1
* Revert const_missing bypass in favor of Duration constant lookup tweakJeremy Kemper2007-12-153-6/+3
* More changelog updatesJeremy Kemper2007-12-154-11/+11
* 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
* Ruby 1.9 compat: 'a'.ord == 'a'[0]Jeremy Kemper2007-12-152-2/+12
* Ruby 1.9 compat: shadowed vars, kcodeJeremy Kemper2007-12-154-12/+34
* 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-153-1/+14
* Ruby 1.9 compat: define Duration#== [chuyeow]Jeremy Kemper2007-12-153-27/+35
* Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...Jeremy Kemper2007-12-153-8/+14
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-155-9/+29
* Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co...Jeremy Kemper2007-12-151-7/+12
* Ensure optimistic locking handles nil #lock_version values properly. Closes ...Rick Olson2007-12-153-1/+12
* Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...Rick Olson2007-12-153-2/+31
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-143-1/+27
* We love whitespaceDavid Heinemeier Hansson2007-12-141-0/+1
* Fixed that local database creation should consider 127.0.0.1 local (closes #9...David Heinemeier Hansson2007-12-142-1/+3
* Docfix (closes #10429) [jamesh/ssoroka]David Heinemeier Hansson2007-12-141-9/+8
* Fixed that functional tests generated for scaffolds should use fixture calls ...David Heinemeier Hansson2007-12-142-4/+6
* 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-143-2/+14
* Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...David Heinemeier Hansson2007-12-142-1/+4
* Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]David Heinemeier Hansson2007-12-143-1/+8
* Remove references to nonexistent :joins documentation. Closes #10498 [tpope]Marcel Molina2007-12-132-8/+5
* Make the routes rake task more discoverable but documenting it in the routing...Marcel Molina2007-12-131-0/+4
* Document what to pass the :accept option for validates_acceptance_of when map...Marcel Molina2007-12-131-1/+2
* Explain how the layout macro behaves when passed a path that contains a direc...Marcel Molina2007-12-131-1/+2
* Fix that validates_acceptance_of still works for non-existent tables (useful ...Rick Olson2007-12-123-2/+18
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-114-1/+12