aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Add AR::Base.base_class? predicateBogdan Gusiev2018-04-021-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove unused `Mutex_m` in Active ModelRyuta Kamizono2017-07-141-2/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-0/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Remove unused `require "thread"` in `test/cases/attribute_methods/read_test.rb`Ryuta Kamizono2016-09-111-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-5/+5
* Allow included modules to override association methods.Yves Senn2014-09-091-0/+1
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-0/+1
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-291-29/+0
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-2/+2
* initialize generated modules on inclusion and on inheritenceAaron Patterson2013-07-021-7/+0
* remove private attribute readerAaron Patterson2013-07-021-2/+2
* just construct real objects rather than mock and stubAaron Patterson2013-06-171-7/+8
* add test for 9041454def79d8e61cabe49e7c5cb72cef29138bJan Berdajs2013-06-051-0/+28
* Remove ActiveRecord::ModelJon Leighton2012-10-261-2/+0
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-0/+1
* Deprecate Column#type_cast_codeCarlos Antonio da Silva2012-03-291-4/+0
* Fix another race condition.Jon Leighton2012-01-201-0/+8
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+0
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-0/+1
* Extract common logic into a methodJon Leighton2011-12-241-0/+1
* Fix #4046.Jon Leighton2011-12-231-0/+1
* Let AttributeMethods do its own including etcJon Leighton2011-12-151-4/+2
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-4/+0
* Raise error on unknown primary key.Jon Leighton2011-10-051-0/+4
* Always generate attribute methods on the base class.Jon Leighton2011-09-131-0/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+3
* oops, no need for puts!Aaron Patterson2011-02-181-1/+0
* AR::AttributeMethods does not need to be included in an AR::Base class.Aaron Patterson2011-02-181-0/+62