Project

General

Profile

Fixtures handling with plugins

Added by Benjamin FRAUD over 13 years ago

Hi!

This is a very simple question, but I just don't know how to do it, so here it is :
I'm trying to group all of the changes that I've made into one single plugin, and this implies adding several configurable settings to my database. But as I'm testing my changes, it appears that I need to add these settings to the settings table, without doing it by the application itself (through a form). I understand fixtures are made for that purpose, but how do I "rake" them for a plugin, since rake db:fixtures:load won't work?

Thanks!