|
|
|
|
|
by wapz
3386 days ago
|
|
Oh don't worry I'm not trying to defend the positions of those I talked to. I started learning Laravel for a small project I'm doing (I wrote some native iOS and Android apps and want to make a web interface for users to get their data). Do you recommend rails for that? I know close to no web (just basic html/css/javascript). |
|
Rails works great for every web task except the very big and the very small. Very small being anything you'd want to put on a Raspberry Pi.
The learning curve is reasonable, and can be made easier if you get the basics of both Ruby and MVC down by using a simpler Ruby framework like Sinatra to build out a few toy apps before jumping into Rails. Once you feel like you need more out of a framework than Sinatra can give, it's time to switch to Rails.
Ruby and the web go together like Captain and Coke.