|
|
|
|
|
by dasil003
3833 days ago
|
|
I guess it depends on how active development is on your project. My feeling is Rails is only suitable for actively developed projects, if you are building a small project and then handing off to a client without a budget for maintenance than Rails is worse than probably anything else (except arguably Node) in terms of long-term stability. But if your project is actively developed the gem upgrade dance is not too bad. |
|
- actively developed framework -> upgrade fun
- not actively developed framework -> security issues, trouble hiring devs, missing features, et cetera
- no framework, (also known as roll your own) -> much harder for new team to come up to speed on the code base
I contend that the first is the best of the bad choices.