aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-10/+10
* ActiveRecord time zone aware attributes: blank string is treated as nil when ...gbuesing2008-05-081-0/+8
* Fix Time.zone.parse from stripping time zone information and make Time aware ...Scott Fleckenstein2008-05-081-0/+27
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-39/+37
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-1/+1
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-061-40/+42
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-2/+59
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-1/+1
* Move tests to casesJeremy Kemper2008-01-181-0/+146