ruby - I am using rails-api and I my rake db:seed command doesn't seem to work, what has been removed that contained this functionality? -


this gemfile:

enter image description here

this schema

enter image description here

this seed file (i aware of semicolon typo)

enter image description here

i new rails , not sure function of bundled gems wondering gem seeded database? or why way wrote seed.rb file causing rake aborts.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -