Ruby on Rails Friday, November 28, 2014

Colin Law wrote in post #1163577:
> rails generate migration ...
> from the command line. That will generate the migration file in
> db/migrate, then you have a look there to make sure it is correct and
> then run
> rake db:migrate
> to apply the migration.
>
> I recommend working right through a good tutorial such as
> railstutorial.org (which is free to use online). That will show you
> the basics of rails, including how to use migrations.
>
> Colin

Thanks Colin for the resource and help!

My problem is resolved.

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8073050f41a468b712277e964c67efb4%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment