aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: instance_eval binding to get the record binding instead of a...Jeremy Kemper2008-01-061-1/+1
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-0518-46/+88
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-0560-186/+171
* Document that .build doesn't apply to has_many :through associations. Closes ...Jeremy Kemper2008-01-051-1/+1
* Prefer to instantiate fixtures with model classes instead of their names, avo...Jeremy Kemper2008-01-051-13/+14
* Cache fixture model class. References #10677 [nwilmes]Jeremy Kemper2008-01-051-2/+10
* Document that eager loading doesn't work with polymorphic associations. Close...Jeremy Kemper2008-01-041-0/+17
* 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-032-0/+18
* Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...Michael Koziarski2008-01-032-1/+3
* 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
* Added by parameter to increment, decrement, and their bang varieties so you c...David Heinemeier Hansson2008-01-033-10/+30
* Optimize ActiveRecord::Base#exists? to use #select_all instead of #find. Clo...Rick Olson2008-01-022-2/+10
* 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: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-293-9/+9
* Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]Jeremy Kemper2007-12-291-1/+1
* Don't unnecessarily load has_many associations in after_update callbacks. Cl...Rick Olson2007-12-283-6/+42
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-1/+1
* Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]Jeremy Kemper2007-12-281-1/+1
* Ruby 1.9 compat: calculations don't assume array implementation of ordered ha...Jeremy Kemper2007-12-271-1/+2
* Ruby 1.9 compat: don't modify iterator target within blockJeremy Kemper2007-12-272-41/+48
* Ruby 1.9 compat: attribute methodsJeremy Kemper2007-12-272-3/+4
* Remove leaky unused signal handler for transactions.Jeremy Kemper2007-12-221-2/+0
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-2215-237/+282
* Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ...Jeremy Kemper2007-12-221-2/+2
* Ruby 1.9 compat: Class#subclasses is now protectedJeremy Kemper2007-12-221-1/+1
* Eager belongs_to :include infers the foreign key from the association name ra...Jeremy Kemper2007-12-214-4/+11
* Benchmark logs for any level below or equal to the one specified, rather than...Jeremy Kemper2007-12-212-4/+57
* SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...Jeremy Kemper2007-12-203-6/+53
* add passing test for Test::Unit subclasses running #setup properly [brynary]Rick Olson2007-12-191-0/+24
* Revert [8392]. Closes #10568, reopens #10379.Jeremy Kemper2007-12-192-29/+2
* Ruby 1.9 compat: check column type more carefullyJeremy Kemper2007-12-193-11/+21
* RubyGems 0.9.5 compat: always set the gem platformJeremy Kemper2007-12-191-0/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-1/+0
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-163-3/+3
* More changelog updatesJeremy Kemper2007-12-151-2/+2
* 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
* Remove references to nonexistent :joins documentation. Closes #10498 [tpope]Marcel Molina2007-12-132-8/+5
* Document what to pass the :accept option for validates_acceptance_of when map...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
* Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10...Jeremy Kemper2007-12-113-4/+13
* Remove references to ActsAs* from the README now that it's been pulled out in...Marcel Molina2007-12-101-14/+0
* Update destroy_all and delete_all documentation to better describe their trad...Jeremy Kemper2007-12-102-5/+28
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-102-3/+3
* Document Active Record exceptions. Closes #10444.Jeremy Kemper2007-12-102-91/+157
* Remove unused ConnectionFailed exceptionJeremy Kemper2007-12-101-2/+0