|
|
|
|
|
by orangethirty
5044 days ago
|
|
Is it worth learning? Depends. Do you want to get gigs doing Rails? What attracts you to it? What benefits over CI does RoR have? Right now, none. You dont know Rails, but you know CI. The time it takes you to learn RoR and its use of "magic" might be better spent writing your application and testing if there is demand for it. Sure, RoR has a lot of "reusable code", but you don't hknow the framework. And that will just kill your project. Build your basic app with CI, and then translate it into something else. I wouldnt stray away from PHP if you are proficient with it. You may try other frameworks like Laravel, which is very nice and is more modern that CI. It is also dead-easy to work with. You might also want to check out Python/Flask or even Django, since they are a bit easier to work with than Rails. Im not saying they are better, so put your pitchforks back in the barnyard. |
|