aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* assert_response failures include the exception message. Closes #10688.Jeremy Kemper2008-01-053-1/+25
* Move model dependency to the end of the scaffold generator manifest. Closes #...Jeremy Kemper2008-01-051-2/+2
* Document that eager loading doesn't work with polymorphic associations. Close...Jeremy Kemper2008-01-041-0/+17
* Ruby 1.9: Module#local_constants can now just use constants(false). Closes #1...Jeremy Kemper2008-01-041-12/+21
* pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn...Jeremy Kemper2008-01-043-2/+11
* Ruby 1.9 compat: test multibyte chars proxy for 1.8 onlyJeremy Kemper2008-01-041-12/+14
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-0330-788/+1882
* Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...Michael Koziarski2008-01-032-1/+3
* Refactored ActionController::Verification and improved docs (closes #10681) [...David Heinemeier Hansson2008-01-031-57/+73
* Made fragment caching in views work for rjs and builder as well (closes #6642...David Heinemeier Hansson2008-01-034-13/+187
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-035-6/+45
* Ruby 1.9 compat: don't use obsolete ParseDateJeremy Kemper2008-01-031-1/+1
* Remove toplevel rubyforgepublisher require for new RakeJeremy Kemper2008-01-031-1/+1
* Ruby 1.9 compat: special-case String access methods to not depend on #charsJeremy Kemper2008-01-031-48/+72
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-033-1/+37
* Refactor check for local databases (closes #10539) [parcelbrat]David Heinemeier Hansson2008-01-031-11/+12
* Added by parameter to increment, decrement, and their bang varieties so you c...David Heinemeier Hansson2008-01-033-10/+30
* Fixed String#titleize to work for strings with 's too (closes #10571) [trek]David Heinemeier Hansson2008-01-033-2/+7
* Added that rails:update is run when you do rails:freeze:edge to ensure you al...David Heinemeier Hansson2008-01-032-0/+5
* Optimize ActiveRecord::Base#exists? to use #select_all instead of #find. Clo...Rick Olson2008-01-022-2/+10
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-023-16/+77
* Fix small documentation typo. Closes #10670 [l.guidi]Rick Olson2008-01-022-1/+3
* Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]Rick Olson2008-01-023-22/+24
* Fix failing date helper test. Closes #10664 [Wesley Moxam]Jeremy Kemper2008-01-021-1/+1
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-023-8/+54
* Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...Jeremy Kemper2008-01-022-2/+4
* Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...Jeremy Kemper2008-01-024-2/+18
* db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...Jeremy Kemper2008-01-021-3/+1
* Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]Jeremy Kemper2008-01-021-3/+4
* SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...Jeremy Kemper2008-01-022-1/+3
* Fix invalid time test. Closes #10632 [Dirkjan Bussink]Jeremy Kemper2008-01-023-10/+3
* Changed the implementation of Enumerable#group_by to use a double array appro...David Heinemeier Hansson2007-12-312-2/+9
* Don't make new_mongrel server default yetJeremy Kemper2007-12-291-6/+2
* Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-295-9/+21
* Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]Jeremy Kemper2007-12-291-1/+4
* Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]Jeremy Kemper2007-12-291-1/+1
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...Rick Olson2007-12-283-1/+4
* remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...Rick Olson2007-12-282-5/+10
* Don't unnecessarily load has_many associations in after_update callbacks. Cl...Rick Olson2007-12-283-6/+42
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-283-1/+10
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-284-4/+40
* inherit from the new ActiveSupport::BlankSlate classRick Olson2007-12-281-1/+1
* Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...Jeremy Kemper2007-12-282-9/+14
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-287-4/+13
* Ensure that test case setup is run even if overridden. Closes #10382.Jeremy Kemper2007-12-283-4/+28
* Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]Jeremy Kemper2007-12-282-2/+2
* Ruby 1.9 compat: calculations don't assume array implementation of ordered ha...Jeremy Kemper2007-12-271-1/+2
* Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-0/+5
* Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-273-4/+8
* Move rubyforge task requireJeremy Kemper2007-12-271-1/+1