| Commit message (Expand) | Author | Age | Files | Lines |
* | Unused csv fixture file | Akira Matsuda | 2014-12-09 | 1 | -1/+0 |
* | make it possible to access fixtures excluded by a `default_scope`. | Yves Senn | 2014-11-21 | 1 | -0/+5 |
* | Ensure HABTM relationships produce valid class names (Fixes #17119) | Sammy Larbi | 2014-11-09 | 2 | -0/+6 |
* | Fix query with nested array in Active Record | Cristian Bica | 2014-09-06 | 1 | -1/+1 |
* | fk: use random digest names | Yves Senn | 2014-06-26 | 1 | -1/+1 |
* | Deprecate automatic counter caches on has_many :through | Sean Griffin | 2014-06-26 | 1 | -2/+0 |
* | Update test data which doesn't reflect expected usage | Sean Griffin | 2014-06-12 | 1 | -5/+5 |
* | Fixed serialization for records with an attribute named `format`. | Godfrey Chan | 2014-05-22 | 1 | -0/+2 |
* | Revert "Merge pull request #14544 from jefflai2/named_scope_sti" | Rafael Mendonça França | 2014-05-21 | 1 | -10/+0 |
* | Merge pull request #14544 from jefflai2/named_scope_sti | Rafael Mendonça França | 2014-05-20 | 1 | -0/+10 |
|\ |
|
| * | Fixes Issue #13466. | Jefferson Lai | 2014-04-23 | 1 | -0/+10 |
* | | Merge pull request #12016 from roderickvd/uuid_fixes | Rafael Mendonça França | 2014-04-04 | 2 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Auto-generate stable fixture UUIDs on PostgreSQL. | Roderick van Domburg | 2014-01-07 | 2 | -0/+5 |
* | | Extend fixture label replacement to allow string interpolation | Eric Steele | 2014-03-15 | 1 | -0/+3 |
* | | Fixed STI classes not defining an attribute method if there is a | Godfrey Chan | 2014-02-23 | 1 | -0/+1 |
* | | Ensure AR #second, #third, etc. finders work through associations | Jason Meller | 2014-01-21 | 1 | -0/+8 |
* | | Ensure #second acts like #first AR finder | Jason Meller | 2014-01-20 | 1 | -0/+7 |
|/ |
|
* | Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+1 |
* | we should have unique sponsorable ids in the fixtures at least | Aaron Patterson | 2013-10-14 | 1 | -1/+1 |
* | Fix broken link to Fixtures documentation on guides | David Padilla | 2013-08-29 | 1 | -1/+1 |
* | load fixtures from linked folders | Kassio Borges | 2013-08-05 | 3 | -0/+13 |
* | has_many through obeys order on through association | Neeraj Singh | 2013-04-04 | 2 | -0/+11 |
* | Merge pull request #9141 from adamgamble/issue-9091 | David Heinemeier Hansson | 2013-04-03 | 1 | -0/+4 |
|\ |
|
| * | + Add test for auto timestamps update of both old & new parent records | PikachuEXE | 2013-03-14 | 1 | -0/+4 |
* | | Update other counter caches on destroy | Ian Young | 2013-03-20 | 2 | -0/+4 |
* | | Refactor Person/Friendship relationships to be more intuitive | Mack Earnhardt | 2013-03-17 | 2 | -2/+5 |
|/ |
|
* | test case for `serialize` default values. | Yves Senn | 2013-03-07 | 1 | -0/+4 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 1 | -1/+3 |
* | Rename "Fixtures" class to "FixtureSet" | Alexey Muranov | 2012-10-07 | 3 | -8/+8 |
* | test cleanup, remove ruby_type because it's no longer needed | Yves Senn | 2012-09-03 | 1 | -6/+0 |
* | rewrite inheritance tests with a custom inheritance_column | Yves Senn | 2012-09-03 | 1 | -1/+12 |
* | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 1 | -0/+9 |
* | reset_counters() was crashing when there were multiple belongs_to association... | Dave Desrochers | 2012-08-21 | 2 | -0/+7 |
* | Fix occasional microsecond conversion inaccuracy | Ari Pollak | 2012-08-15 | 1 | -1/+1 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -3/+3 |
* | Fix backward compatibility with stored Hash values. Wrap coders to convert se... | Jeremy Kemper | 2012-05-30 | 1 | -0/+3 |
* | Tests for removing a HABTM association when optimistic locking is enabled. | Nick Rogers | 2012-03-07 | 1 | -0/+3 |
* | added test for #3732 | Rick Martinez | 2012-02-10 | 2 | -0/+4 |
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -1/+1 |
* | Fix bug where reset_counters resets the wrong counter cache. | David Peter | 2012-01-16 | 2 | -0/+7 |
* | Test fixtures with custom model and table names | Alexey Muranov | 2011-12-30 | 3 | -0/+21 |
* | Fix a fixtures test case with table prefix/suffix | Alexey Muranov | 2011-12-27 | 1 | -0/+42 |
* | Fixtures support for ActiveRecord::Model | Jon Leighton | 2011-12-24 | 1 | -0/+3 |
* | Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_... | Jon Leighton | 2011-12-22 | 1 | -42/+0 |
* | Fix a fixtures test case with table prefix/suffix | Alexey Muranov | 2011-12-22 | 1 | -0/+42 |
* | restores the API docs of AR::Fixtures, made a quick pass over them, revises l... | Xavier Noria | 2011-09-03 | 1 | -1/+1 |
* | Quote these dates to prevent intermittent test failure. Suppose local time is... | Jon Leighton | 2011-08-04 | 1 | -2/+2 |
* | Revert "this fixes a brittle test in fixtures_test.rb which fails when you ar... | Aaron Patterson | 2011-07-20 | 1 | -2/+2 |
* | this fixes a brittle test in fixtures_test.rb which fails when you are in a t... | Josh Kalderimis | 2011-07-20 | 1 | -2/+2 |
* | Revert "Fix failure in test_preserves_existing_fixture_data from test/cases/f... | Jon Leighton | 2011-07-17 | 1 | -2/+2 |