diff options
author | Victor Costan <costan@gmail.com> | 2013-11-24 12:52:53 -0500 |
---|---|---|
committer | Victor Costan <costan@gmail.com> | 2013-12-03 02:52:26 -0500 |
commit | ddf27acbc285a892842866cde04951cdad52c5c9 (patch) | |
tree | 9497d0ae23ce1217adb5d21143587c54825dc564 /activesupport/test/autoload_test.rb | |
parent | abc1e5831cae724cfcdf524f62abb71be02d7e86 (diff) | |
download | rails-ddf27acbc285a892842866cde04951cdad52c5c9.tar.gz rails-ddf27acbc285a892842866cde04951cdad52c5c9.tar.bz2 rails-ddf27acbc285a892842866cde04951cdad52c5c9.zip |
Introduce a context for rendering fixtures ERB.
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.
Diffstat (limited to 'activesupport/test/autoload_test.rb')
0 files changed, 0 insertions, 0 deletions