aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-186/+186
* removes spurious lineXavier Noria2016-07-241-1/+0
* give some love to this test fileXavier Noria2016-07-231-151/+155
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-291-2/+21
* Typos in AR testsAkira Matsuda2016-02-041-1/+1
* Avoid infinite recursion when bad values are passed to tz aware fieldsSean Griffin2016-02-021-0/+7
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* 💣Sean Griffin2015-10-021-1/+1
* Fix test failures on MySQLSean Griffin2015-10-021-1/+1
* Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-021-3/+0
* Should test both mysql adaptersRyuta Kamizono2015-09-201-1/+1
* Removed duplicate require ‘models/computer’Ronak Jangir2015-08-261-1/+0
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-2/+3
* Follow-up to #10776Robin Dupret2015-02-261-3/+3
* Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-3/+3
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-201-0/+10
* Time columns should support time zone aware attributesSean Griffin2015-01-151-1/+50
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-0/+8
* Add firebird support to test suiteRay Zane2015-01-051-2/+2
* Remove `cache_attributes` and friendsRafael Mendonça França2015-01-041-14/+0
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-errorYves Senn2014-10-201-2/+2
|\
| * AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-151-3/+3
* | AR::UnknownAttributeError should include the class name of a recordYuki Nishijima2014-10-201-3/+3
|/
* Fix assertions in AR::TestCase::AttributeMethodsTestYuki Nishijima2014-09-211-3/+3
* Fix typo [ci skip]Yuki Nishijima2014-09-201-1/+1
* Allow YAML serialization when using TZ aware attributesSean Griffin2014-09-171-0/+8
* Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-0/+18
|\
| * Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-0/+18
* | fix typo in method name (broken build :sweat:)Yves Senn2014-08-151-1/+1
* | prefer `has_attribute?` over `attributes.key?`.Yves Senn2014-08-151-1/+1
|/
* Merge pull request #15718 from chancancode/regression_from_15694Godfrey Chan2014-07-161-1/+5
|\
| * Fixed a regression introduced in 84cf156Godfrey Chan2014-06-141-1/+5
* | Move writing unknown column exception to null attributeSean Griffin2014-06-261-0/+9
* | Add missing test cases for `attribute_names` instance methodSean Griffin2014-06-221-0/+20
* | Add missing test cases for `attribute_method?`Sean Griffin2014-06-211-0/+11
|/
* Reorder test which does not represent real world usageSean Griffin2014-06-131-2/+2
* rm cached attributesSean Griffin2014-06-111-35/+9
* Remove most code related to serialized propertiesSean Griffin2014-06-011-1/+1
* Add missing test case for writing unknown attributesSean Griffin2014-05-301-0/+2
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-1/+1
* Don't recurse infinitely when calling non-existent method on superKris Kemper2014-05-221-0/+12
* Remove :timestamp column typeSean Griffin2014-05-191-1/+1
* Just call read_attribute, no need to use `send`.Lauro Caetano2014-04-141-4/+4
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Fixes STI when 2+ levels deep.Arthur Neves2014-03-101-0/+13
* Merge remote-tracking branch 'chancancode/fix_instance_method_already_impleme...Jon Leighton2014-02-251-11/+19
|\
| * Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-11/+19
* | Coerce strings when reading attributes.Yves Senn2014-02-231-0/+18
|/