aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/serialization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-10/+10
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-15/+15
* Remove XML Serialization from core.Zachary Scott2015-08-071-1/+1
* Use bind values for joined tables in where statementsSean Griffin2014-11-011-0/+9
* Ensure we always define attribute methodsSean Griffin2014-06-131-0/+8
* Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-221-0/+19
* `ActiveRecord::Base.include_root_in_json` is `false` by default.Yves Senn2013-03-041-0/+4
* include_root_in_json allows inheritance.kennyj2012-10-311-0/+16
* Move test to the correct fileRafael Mendonça França2012-08-261-12/+0
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-4/+3
* Added *instance_writer: false* for stored/serialized attributes.kennyj2012-07-071-0/+7
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-3/+3
* The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-251-1/+2
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-6/+7
* Move to_xml tests to xml_serialization_test.rbJohn Firebaugh2011-07-171-142/+0
* 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
* make sure de-serialization happens on object instantiationAaron Patterson2011-02-011-0/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-0/+134
* to_xml with :include should skip_instruct on the included records [#4506 stat...Lawrence Pit2010-04-301-0/+7
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+47