aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixture_set
Commit message (Expand)AuthorAgeFilesLines
* Allow specify fixtures to be ignoredTongfei Gao2019-07-271-1/+5
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Move `resolve_sti_reflections` which is table row related code into `TableRow`Ryuta Kamizono2018-11-032-89/+78
* Don't pass useless `table_name` to `ModelMetadata.new`Ryuta Kamizono2018-11-032-10/+3
* Avoid violating key constraints in fixture HABTM associationsJames Le Cuirot2018-10-291-0/+3
* Move FixtureSet::ReflectionProxy and FixtureSet::HasManyThroughProxy to Fixtu...Gannon McGibbon2018-10-051-0/+32
* Introduce FixtureSet::TableRows and FixtureSet::TableRowGannon McGibbon2018-10-052-0/+176
* Introduce FixtureSet::ModelMetadataGannon McGibbon2018-10-051-0/+40
* Move test_fixtures and render_context to separate filesGannon McGibbon2018-10-031-0/+17
* 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
* Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-2/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-6/+6
* provide file name for fixture ERBDennis Ushakov2016-03-301-1/+7
* Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-301-4/+19
|\
| * Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-111-2/+13
|/
* Introduce a context for rendering fixtures ERB.Victor Costan2013-12-031-1/+2
* drop errors constantVipul A M2013-03-271-2/+1
* Move/rename files to follow naming conventionsAlexey Muranov2012-10-071-0/+56