For #1: You could try the Fixture Sets plugin, although I haven''t
needed
this personally. One set is enough to worry about, but to each his own:
http://thatswhatimtalkingabout.org/news/2006/8/31/fixture-sets-for-rails
For #2: Fixtures are evaluated with ERB. Just put some ruby between <% %>
and it will execute.
For #3: Try the Fixture References plugin:
http://wiki.pluginaweek.org/Fixture_references
Also if you want to dump your existing database tables to yaml fixtures, try
the AR Fixtures plugin - http://agilewebdevelopment.com/plugins/ar_fixtures
--
Scott Becker
Electro Interactive, Inc.
Office: 813-333-5508
http://www.ElectroInteractive.com
On 4/17/07, Roger Pack
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
>
> I''m sure this has been mentioned on the group before,
but...here''s my
> fixtures wish-list
>
> 1) per "test" fixtures
> 2) within the fixtures be able to run some arbitrary Ruby code (like a
> function at the bottom of the yaml code that is run after loading up the
> fixtures--that would be nice).
> 3) "cross-linking" among fixtures ala
> CoolEntry:
> id: 3
> user: User(:bob)
>
> ahh that would be so nice.
> Any thots?
> -Roger
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---