aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Undo performances regressions I introduced in bbe0a507f287c20ab4ae8a244fbfc81...Jon Leighton2011-04-151-0/+11
* Remove unnecessary code from define_read_method and add assertion to make sur...Jon Leighton2011-04-151-0/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* cleaning up typecast test a littleAaron Patterson2011-03-261-6/+8
* refactoring tz to a variable rather than repeating itAaron Patterson2011-03-261-2/+4
* adding a test for attributes after type cast. thanks nragaz. :heart:Aaron Patterson2011-03-261-0/+17
* fixing whitespace errors. :bomb:Aaron Patterson2011-03-251-2/+2
* Fix before_type_cast for timezone aware attributes by caching converted value...Adam Meehan2011-03-231-15/+11
* bugfix for serialized_attributes to be class specificRaimonds Simanovskis2011-02-091-0/+5
* do not to_s where you are testing that a string value is stored for the befor...Akira Matsuda2011-02-071-1/+1
* avoid nil.dupAkira Matsuda2011-02-071-0/+8
* fix for test_read_attributes_before_type_cast_on_datetime - Oracle adapter al...Raimonds Simanovskis2011-02-021-2/+2
* Make before_type_cast available for datetime fieldsAkira Matsuda2011-02-011-16/+15
* Add test for e0e3adfJeremy Kemper2011-01-071-0/+6
* Allow primary_key to be an attribute when the model is a new recordSantiago Pastorino2010-12-281-1/+1
* fixing space errorsAaron Patterson2010-12-021-3/+1
* Work around a strange piece of Syck behaviour where it checks Model#respond_t...Michael Koziarski2010-12-021-0/+11
* removing many unused variablesAaron Patterson2010-11-161-1/+1
* mysql tests are mostly passingAaron Patterson2010-10-261-3/+3
* Fewer object allocationsJeremy Kemper2010-09-091-3/+3
* Cache unserialized attributesJeremy Kemper2010-09-091-9/+12
* Do not use time zone in test_read_attributes_before_type_cast_on_datetime for...Raimonds Simanovskis2010-08-221-3/+3
* Both tests are using the same model, move the model to another file and add t...Santiago Pastorino2010-08-141-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* ignore this test for mysql2Brian Lopez2010-08-091-13/+15
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-2/+276
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
* 1=2 is invalid expression in Oracle SELECTRaimonds Simanovskis2009-08-061-2/+12
* Extract generic attribute method generation to AMoJoshua Peek2009-08-041-47/+0
* Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...Paul Gillard2009-08-041-15/+79
* Undefine id and let it automatically be generatedJoshua Peek2009-07-301-4/+0
* Restore DangerousAttributeErrorJoshua Peek2009-07-301-0/+14
* Generate methods for all suffixesJoshua Peek2009-07-301-14/+0
* Make it so AR attributes which conflict with object-private methods (e.g. sys...Sam Goldstein2009-07-091-0/+16
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Support true/false in query_attribute for calculated columnsMax Lapshin2009-02-061-0/+12
* "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new i...Mike Gunderloy2008-10-251-4/+7
* Changed ActiveRecord attributes to respect access control.Adam Milligan2008-09-241-4/+47
* Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...miloops2008-09-141-0/+9
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* 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