ruby on rails 4 - How to check the progress of the rake db:seed -


i have data in seeds.rb, populate table. inside seeds.rb file, using create! methods, when goes wrong error message. when type rake db:seed don't confirmation saying things "data loaded success". mean, have go rails db, , check table again. fine, know if there way add success message rake db:seed.

edit db/seed.rb, add following in bottom

puts "data loaded success" 

Comments

Popular posts from this blog

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -