|
|
|
Ask HN: What would I gain from using Rails over Codeigniter?
|
|
8 points
by therustytracks
5037 days ago
|
|
I have a few ideas I've been kicking around for a while and I'm having trouble deciding on backend technologies. The backend is going to need to handle authentication/registration, CRUD using mongodb, and have a restful architecture. Most of my experience lies in PHP and Codeigniter. I'd like to know if it's worth it to learn Ruby and Rails. If so, what benefits would I gain using Rails over Codeigniter? |
|
Here's what you should look into: auth: devise gem, crud: Rails defaults + mongoid gem, rest: by default in Rails.