aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove options from the attributes method, tidy up the implementation. Close...Michael Koziarski2008-02-131-17/+0
* Multiparameter attributes for time columns fail over to DateTime when out of ...Geoff Buesing2008-02-101-0/+11
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-061-18/+20
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-0/+52
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-1/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-14/+14
* Move tests to casesJeremy Kemper2008-01-181-0/+1831