aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...Jeremy Kemper2008-01-021-1/+3
* Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-291-1/+1
* 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-281-1/+5
* 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-271-3/+6
* Ruby 1.9 compat: attribute methodsJeremy Kemper2007-12-271-2/+3
* 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-2211-231/+272
* 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-211-3/+3
* Benchmark logs for any level below or equal to the one specified, rather than...Jeremy Kemper2007-12-211-4/+4
* SQLite: fix rename_ and remove_column for columns with unique indexes. Closes...Jeremy Kemper2007-12-201-6/+13
* Revert [8392]. Closes #10568, reopens #10379.Jeremy Kemper2007-12-191-13/+2
* Ruby 1.9 compat: check column type more carefullyJeremy Kemper2007-12-192-11/+16
* 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-161-1/+1
* Ensure optimistic locking handles nil #lock_version values properly. Closes ...Rick Olson2007-12-151-1/+1
* Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...Rick Olson2007-12-151-2/+13
* 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-121-2/+8
* Ensure that the :uniq option for has_many :through associations retains the o...Rick Olson2007-12-111-1/+2
* Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10...Jeremy Kemper2007-12-111-3/+2
* Update destroy_all and delete_all documentation to better describe their trad...Jeremy Kemper2007-12-101-4/+27
* Document Active Record exceptions. Closes #10444.Jeremy Kemper2007-12-101-91/+152
* Remove unused ConnectionFailed exceptionJeremy Kemper2007-12-101-2/+0
* Axe outdated :ar_joins commentaryJeremy Kemper2007-12-101-7/+0
* post.comments.reload returns the association rather than the result of load_t...Jeremy Kemper2007-12-101-14/+15
* Document the validates class method. Closes #10216 [Farley Knight]Jeremy Kemper2007-12-101-1/+27
* Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...Jeremy Kemper2007-12-091-1/+6
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Removed query cache rescue as it could cause code to be run twice (closes #10...David Heinemeier Hansson2007-12-071-2/+0
* Fixed that the Query Cache should just be ignored if the database is misconfi...David Heinemeier Hansson2007-12-061-0/+2
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-0/+4
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Fixed that the truncation of strings longer than 50 chars should use inspect ...David Heinemeier Hansson2007-12-061-1/+1
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-051-2/+2
* Document how the :include option can be used in Calculations::calculate. Clo...Marcel Molina2007-12-051-0/+2
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...Marcel Molina2007-12-051-2/+2
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-051-1/+6
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-055-5/+5
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-051-3/+23
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-051-3/+12
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-051-2/+11
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-051-4/+4
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-051-6/+10
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-051-2/+18