1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 944ae628f5 Update versions for Rails 1.1.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-04-06 05:26:14 +00:00
..
acts The style police makes an expection on acts_as_tree (closes #4168) [coffee2code] 2006-03-18 03:22:45 +00:00
associations Fix HasManyAssociation#find bugs when :finder_sql is set (closes #4600) [lagroue@free.fr] 2006-04-06 03:06:36 +00:00
connection_adapters Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgres gem to work properly. Closes #4461 2006-04-04 18:53:40 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers
aggregations.rb
associations.rb Fixed that loading including associations returns all results if Load IDs For Limited Eager Loading returns none (closes #4528) [Rick] 2006-04-06 04:16:08 +00:00
base.rb Stop respond_to? from throwing when instances are created 'irregularly' i.e. yaml loads. [zenspider] Closes #4587 2006-04-06 02:45:19 +00:00
calculations.rb Fixed documentation 2006-03-28 03:06:40 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +00:00
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb fix AR tests for sqlite 2006-03-16 05:21:40 +00:00
locking.rb Fixed documentation 2006-03-28 03:06:40 +00:00
migration.rb Doc fix (closes #4521) 2006-04-01 19:14:17 +00:00
observer.rb More docs for observers (closes #3996) [Robby Russel] 2006-03-02 03:02:51 +00:00
query_cache.rb
reflection.rb Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind] 2006-04-06 02:58:32 +00:00
schema.rb Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de] 2006-02-25 23:22:04 +00:00
schema_dumper.rb
timestamp.rb
transactions.rb
validations.rb Doc fix #3960 [jonrailsdev@shumi.org] 2006-04-03 18:47:49 +00:00
version.rb Update versions for Rails 1.1.1 2006-04-06 05:26:14 +00:00
wrappings.rb