donegarden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Dec-31 16:26 UTC
Generate a fixture tempate
Hi all, I just coded a little rails plugin to generate the fixture template of a given model. Example:> rake db:fixtures:template Model=Jobwill return: job: id: category_id: company: description: instructions: language: location: status: title: url: It will ease the bootstrapping of your fixture files. If you think it might help you, you can install this plugin with: ./script/plugin install svn://donegarden.com/repo_public/plugins/fixture_template/ -- Donegarden: http://blog.donegarden.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 -~----------~----~----~----~------~----~------~--~---