aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time...Geoff Buesing2008-02-163-2/+19
* Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime...Geoff Buesing2008-02-162-6/+4
* Add test for Observer#observer_class and change the implementation slightly. ...Michael Koziarski2008-02-152-3/+7
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-154-31/+19
* Fix typo in migration test. Closes #11105 [h-lame]Jeremy Kemper2008-02-151-1/+1
* Avoid repeated calls to Base#connection. Closes #11111 [adymo]Michael Koziarski2008-02-141-2/+4
* Optimisation for BigDecimal conversion code. Closes #11110 [adymo]Michael Koziarski2008-02-142-1/+6
* Minor formatting changesMichael Koziarski2008-02-142-6/+6
* Improve associations performance by using symbol callbacks instead of string ...Rick Olson2008-02-142-50/+92
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-144-18/+30
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-139-11/+48
* Remove options from the attributes method, tidy up the implementation. Close...Michael Koziarski2008-02-132-39/+5
* Avoid cloning in Base#attributes_before_typecast. Closes #11077 [juanjo.bazan]Michael Koziarski2008-02-111-3/+7
* Fix the pre-quoted table names in the eager tests. [mislav]Michael Koziarski2008-02-111-2/+4
* Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...Michael Koziarski2008-02-112-2/+26
* Multiparameter attributes for time columns fail over to DateTime when out of ...Geoff Buesing2008-02-103-2/+14
* TimeZone#new renamed #local, so that new TimeWithZone instances can be create...Geoff Buesing2008-02-102-1/+3
* Show RecordInvalid in the documentation. References #10976 [kampers]Michael Koziarski2008-02-101-2/+2
* Remove misleading / incorrect warning from validation documentation. Closes ...Michael Koziarski2008-02-091-11/+0
* Avoid cloning in Base#attributes. Closes #11047 [juanjo.bazan]Michael Koziarski2008-02-081-7/+10
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-063-58/+70
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-065-8/+163
* 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