Ruby on Rails Tutorial
61–70 of 82 posts
Re: Ruby on Rails Tutorial
#62Love this tutorial. Michael is one of the best teachers I've encountered. It's such a great tutorial that I hesitate to ask, but I'm not the biggest fan of the Cloud9 IDE stuff that was added in the later versions, though. Anyone else?
Re: Ruby on Rails Tutorial
#63Re: Ruby on Rails Tutorial
#64Re: Ruby on Rails Tutorial
#65Earlier quoted context omitted.
It's also amazing for non-programmer tech people like designers and marketers who want to start building their own side projects.
Hopefully they know Ruby first.
Re: Ruby on Rails Tutorial
#66Beginner question, having heard rails is not a hot thing anymore and SPAs being the new hot stuff, where do you guys draw the line between a SPA and a server rendered web app? I can see the extreme side cases, the highly interactive web app vs content-heavy-but-not-that interactive web app. But for example, github doesn't have complex interactions and is not content heavy (in the walls of text sense) but its doing ju…
> Would a site like github benefit much from being a SPA instead of being server side rendered with some JS on the top? I don't think so. Perhaps there could be some areas they could make the UI richer (say a dynamic code viewer that doesn't require page refreshes, etc) However, bring it back to the beginning of your comment: > having heard rails is not a hot thing anymore and SPAs being the new hot stuff Github does…
Re: Ruby on Rails Tutorial
#67Love this tutorial. Michael is one of the best teachers I've encountered. It's such a great tutorial that I hesitate to ask, but I'm not the biggest fan of the Cloud9 IDE stuff that was added in the later versions, though. Anyone else?
The whole "setup your environment" phase is tricky for someone new especially if you're on Windows and probably caused a lot of people to stop reading before they even touched a line of Ruby code.
Way too hard to really get going, but maybe it's an OK patience screener.
Re: Ruby on Rails Tutorial
#68Re: Ruby on Rails Tutorial
#69Re: Ruby on Rails Tutorial
#70I defy anyone to point me to a more complete treatment of a modern development environment. Hartl's work is ridiculously good. Almost wish I were still using RoR...