Hi all,
I've dived into rails to try and learn as much as possible. I've installed ruby, rails and all the other bits and bobs but I'm stuck as where to go next.
I have a simple app generated and the server runs. Where do I go now? I'm trying to get my head around this MVC business.
Is there a workflow as such? Should I create a model, then a route and then a view?
I know what I'd like to create in my head but don't know how to apply it.
Thank you
I think the official Getting started is a great place to start:
http://guides.rubyonrails.org/getting_started.html
Build a simple blog using that and then consider if you want to jump into something more intensive like the Hartl book.
http://railsapps.github.io/
https://gorails.com/