aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Make the docs reference the correct function. [Tobi Reif]Michael Koziarski2008-02-041-1/+1
* MySQL: memoize column and table name quoting to reduce garbageJeremy Kemper2008-02-031-7/+8
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-034-31/+0
* Reshuffle load order so that routes and observers are initialized after plugi...Rick Olson2008-02-022-0/+16
* Fix calculations on associations with custom :foreign_key. Closes #8117 [kama...Jeremy Kemper2008-02-023-1/+33
* When multiparameter date assignment fails due to an invalid date, fall back t...Jeremy Kemper2008-02-021-1/+17
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-027-3/+32
* Avoid Base#attributes when saving / creating records. Closes #10978 [adymo]Michael Koziarski2008-02-011-3/+3
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-318-3/+50
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-304-9/+5
* Add posts.comments_count for other databases. Closes #10804.Jeremy Kemper2008-01-281-0/+2
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-274-0/+31
* Remove dead attr_reader from association proxy. Closes #10668 [danger]Michael Koziarski2008-01-261-1/+0
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-266-4/+18
* Add tests and documentation for allow_blank. Closes #10651 [blj]Michael Koziarski2008-01-262-0/+10
* Indicate in documentation that newer version of AR support eager loading in p...Marcel Molina2008-01-231-1/+5
* require test/unit explicitly otherwise the at_exit handler doesn't get called...Michael Koziarski2008-01-221-0/+1
* Add options missing from earlier changesetMichael Koziarski2008-01-221-2/+3
* Add missing author_addresses.yml fixture. Closes #10592.Jeremy Kemper2008-01-211-0/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-2170-320/+296
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-197-4/+56
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-199-15/+351
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-194-1/+244
* Remove dead code. Closes #10698 [garru]Jeremy Kemper2008-01-191-5/+0
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-193-127/+38
* Remove table quoting; only pull last_insert_id if there's a primary key.Jeremy Kemper2008-01-191-2/+2
* Organize and clean up the Active Record test suite. Closes #10742.Jeremy Kemper2008-01-181-0/+2
* Fix pathsJeremy Kemper2008-01-1843-203/+203
* Move tests to casesJeremy Kemper2008-01-1868-515/+513
* move schemaJeremy Kemper2008-01-1834-89/+82
* move migrationsJeremy Kemper2008-01-1812-7/+7
* move assets and modelsJeremy Kemper2008-01-1847-48/+47
* Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...Rick Olson2008-01-183-6/+28
* Correct fix for [8647], Closes #6868. [isak]Michael Koziarski2008-01-161-1/+1
* Don't ignore :precision and :scale when adding columns on postgresql. Closes ...Michael Koziarski2008-01-162-2/+12
* Fix issue where Table#references doesn't pass a :null option to a *_type attr...Rick Olson2008-01-113-3/+11
* observed_subclasses gives [] if there are no observed classesJeremy Kemper2008-01-091-1/+1
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-0814-75/+12
* 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