Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicated fixture set names | yuuji.yaginuma | 2016-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | If using namespaced fixtures, get following Ruby warning. ``` activerecord/lib/active_record/fixtures.rb:922: warning: method redefined; discarding old admin_foos activerecord/lib/active_record/fixtures.rb:922: warning: previous definition of admin_foos was here ``` This is happening because of the multiple set the same path when setting the fixture name. Fix to remove the duplicate path. | ||||
* | load fixtures from linked folders | Kassio Borges | 2013-08-05 | 1 | -0/+1 |
| | |||||
* | deprecating CSV fixture support | Aaron Patterson | 2011-05-10 | 1 | -0/+0 |
| | |||||
* | Added fixtures :all to test_helper.rb to assume that most people just want ↵ | David Heinemeier Hansson | 2007-02-25 | 3 | -0/+0 |
all their fixtures loaded all the time [DHH] Added fixtures :all as a way of loading all fixtures in the fixture directory at once (closes #7214) [manfred] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6227 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |