Okay I subscribed to learn Rails.. but where do I start?
Okay, I might be coming off like a total noob (and I am one by all means when it comes to Rails) but I really need some clarity on how to get strated with learning Rails from the Episodes available.
Can someone help me out with an episode list that I can follow that will get me upto speed?
Thanks!
I would suggest starting with the very first episodes. https://gorails.com/episodes?page=23
Those are some basics about Ruby on Rails then it gets into building a lot of basic features most apps have like login, permissions, likes, etc.
If you're completely new to Rails, GoRails might be a little much at the beginning and I would suggest going through the Rails tutorial as well: https://www.railstutorial.org/book
That said, if you have any questions on things or a topic you would like covered, just let me know and I'll try my best to make some screencasts for you!
And Chris, I think a tutorial on a basic CRUD Rails app with maybe basic login functionality would be a good addition to your episodes!
That could be good beginner content, and possibly a place to begin talking about testing. Both more beginner topics and testing are goals for me to cover more in 2018. 👍