| Commit message (Expand) | Author | Age | Files | Lines |
* | descriptive error message when fixtures contian a missing column. | Yves Senn | 2015-08-13 | 1 | -0/+2 |
* | Fix spelling of `Thoughtleadering` | eileencodes | 2015-07-02 | 1 | -1/+1 |
* | Use default model enum in fixtures if not defined | eileencodes | 2015-07-02 | 1 | -0/+5 |
* | Add pending test for the great-grandparent touching bug from #19324 | David Heinemeier Hansson | 2015-06-25 | 2 | -0/+32 |
* | Add enum prefix/suffix option to enum definition | Igor Kapkov | 2015-06-12 | 1 | -0/+4 |
* | Fix crash when loading fixture with belongs_to association defined in abstrac... | Victor Costan | 2015-06-04 | 1 | -0/+3 |
* | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 1 | -0/+11 |
* | Fixes #18492 | Vipul A M | 2015-01-14 | 2 | -0/+9 |
* | Fix lookup of fixtures with non-string label | Prathamesh Sonpatki | 2015-01-06 | 1 | -0/+3 |
* | 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 |