| Commit message (Expand) | Author | Age | Files | Lines |
* | include_root_in_json allows inheritance. | kennyj | 2012-10-31 | 1 | -0/+16 |
* | Move test to the correct file | Rafael Mendonça França | 2012-08-26 | 1 | -12/+0 |
* | Use instance_accessor: false instead of instance_writer. | kennyj | 2012-08-21 | 1 | -4/+3 |
* | Added *instance_writer: false* for stored/serialized attributes. | kennyj | 2012-07-07 | 1 | -0/+7 |
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -3/+3 |
* | The primary key is always initialized in the @attributes hash to nil (unless | Aaron Patterson | 2012-01-25 | 1 | -1/+2 |
* | Raise error when using write_attribute with a non-existent attribute. | Jon Leighton | 2011-09-13 | 1 | -6/+7 |
* | Move to_xml tests to xml_serialization_test.rb | John Firebaugh | 2011-07-17 | 1 | -142/+0 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | make sure de-serialization happens on object instantiation | Aaron Patterson | 2011-02-01 | 1 | -0/+6 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Making Active Record base_test.rb thinner by moving tests | Neeraj Singh | 2010-08-03 | 1 | -0/+134 |
* | to_xml with :include should skip_instruct on the included records [#4506 stat... | Lawrence Pit | 2010-04-30 | 1 | -0/+7 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -2/+2 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -2/+2 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+47 |