Earlier quoted context omitted.
Agreed. Unfortunately I think it's becoming more difficult for beginners to get up and running with Rails. Perhaps that's how a community evolves... or perhaps I'm no longer the target audience ;)
I agree, what he doesn't say is how much effort is often needed to get all of the moving parts working together. For example, integrating Devise with RSpec and Cucumber. And then switching to an ORM such as Mongoid. A good tutorial like Michael Hartl's teaches the basics of Rails but putting together your basic starter app can get complicated. Sometimes it takes combing through a dozen (mostly outdated) blog posts to…
Rails 3 - Fully Loaded
31–33 of 33 posts
Re: Rails 3 - Fully Loaded
#32I'd be surprised if anyone that has built a few significant rails applications with devise would continue to use it. Unless you're going to have the most vanilla session/user/authentication management ever, fighting against devise gets downright nasty. Have had moderate success with https://github.com/NoamB/sorcery lately, however I'm not yet confident in calling this a solved problem. edit: Devise is great for getti…
(Also, it works fine with CanCan, which is brilliant and does a good job at staying out of your way.)
Re: Rails 3 - Fully Loaded
#33This is an awesome resource, there is an overwhelming amount of choice for people that are new to Rails development (I am encountering this myself at the moment). While I hope to eventually be able to pick which gems I like to use best, for a beginner this kind of guidance is really valuable.
Agreed. Unfortunately I think it's becoming more difficult for beginners to get up and running with Rails. Perhaps that's how a community evolves... or perhaps I'm no longer the target audience ;)
The alure once was how quickly developers can build web apps. It seems to be becoming more limited to how quickly experienced Rails developers can build web apps.