heimdull wrote:
> If you need let's say the countries for a select statement I would
> just create this in a migrations/country model that loads the data
> into an array on startup. 

This is extremely unreliable, not to mention conceptually wrong. 
Migrations do not necessarily get run for new installations, and anyway 
constant data like this has nothing to do with DB migration.  Use 
seed_fu or similar.


Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to