Displaying 4 results from an estimated 4 matches for "seed_fu".
2010 Mar 26
7
seed data
Hi
I am using seed_fu to seed initial data to tables
(http://github.com/mbleigh/seed-fu) . And in db/fixtures/state.rb
I have values like (I am filling only two data for simplicity)
State.seed_many(:name, :abbr,:fips,:country_id, [
{ :name => "Alberta", :abbr => ''AB'',:fips =>...
2009 Sep 22
6
Import excel / csv files
Hey,
What way is the best to do imports of CSV files?
2008 May 26
1
Rake db task
Hello,
just wanted to know how to create a rake db task to populate data into
a database.
Thanks
Joel
--~--~---------~--~----~------------~-------~--~----~
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,
2009 Jun 01
0
smart data loading
...'m using fixtures currently but maintaining the
foreign key relationships is getting more difficult as the app grows
larger.
I''d like something that''s aware of my foreign keys constraints and
knows to load the data in the proper order.
I''ve looked at FactoryGirl and seed_fu so far but would love to hear
of any alternatives.
Thanks,
--
Greg Donald
http://destiney.com/