Advertisements
Category Archives: Uncategorized
rake db:seed in rails
Originally posted on codedecoder:
rake command is explained in this post . writing custom rake task is explained in this post. db:seed is inbuilt rake task defined by rails. The rake db:seed command, basically execute whatever code you write in db/seeds.rb…
Posted in Uncategorized
Leave a comment