|
|
|
|
|
by TheAceOfHearts
2920 days ago
|
|
I love Rails for certain projects, but it's definitely true that at a certain point things start to break down. Maintaining a large complex application with Rails is not fun at all. ActiveRecord is amazing, until it's not. IMO, you can still learn tons of great practices with Rails, and for certain projects I still think it's a great choice... But you have to know when to drop it and move on to more robust solutions. Like most engineering tools, it makes certain tradeoffs, and you have to know how to pick the right one for your job. |
|