aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixture_set
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a context for rendering fixtures ERB.Victor Costan2013-12-031-1/+2
| | | | | | | | | | Fixture files are passed through an ERB renderer before being read as YAML. The rendering is currently done in the context of the main object, so method definitons leak into other fixtures, and there is no clean place to define fixture helpers. After this commit, the ERB renderer will use a new subclass of ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
* drop errors constantVipul A M2013-03-271-2/+1
|
* Move/rename files to follow naming conventionsAlexey Muranov2012-10-071-0/+56