Rails – The Missing Parts
eng.joingrouper.com
Rails – The Missing Parts
1–10 of 173 posts
Re: Rails – The Missing Parts
#2[1] http://www.amazon.com/Domain-Driven-Design-Tackling-Complexi...
Re: Rails – The Missing Parts
#3Perhaps because it's written with examples in java but I often feel like no one in the rails community has ever read Eric Evan's Domain Driven Design[1]. It's far and away the best material I've ever seen on how to organise large code bases. It covers pretty much every suggestion that I've seen from the rails community. Sometimes the rails community can feel like the fitness industry, everybody just rebranding things…
Re: Rails – The Missing Parts
#4Perhaps because it's written with examples in java but I often feel like no one in the rails community has ever read Eric Evan's Domain Driven Design[1]. It's far and away the best material I've ever seen on how to organise large code bases. It covers pretty much every suggestion that I've seen from the rails community. Sometimes the rails community can feel like the fitness industry, everybody just rebranding things…
Re: Rails – The Missing Parts
#5Perhaps because it's written with examples in java but I often feel like no one in the rails community has ever read Eric Evan's Domain Driven Design[1]. It's far and away the best material I've ever seen on how to organise large code bases. It covers pretty much every suggestion that I've seen from the rails community. Sometimes the rails community can feel like the fitness industry, everybody just rebranding things…
Re: Rails – The Missing Parts
#6Perhaps because it's written with examples in java but I often feel like no one in the rails community has ever read Eric Evan's Domain Driven Design[1]. It's far and away the best material I've ever seen on how to organise large code bases. It covers pretty much every suggestion that I've seen from the rails community. Sometimes the rails community can feel like the fitness industry, everybody just rebranding things…
The problem is that Rails ships with a very limited set of core architectural concepts, and many inexperienced Rails developers feel like they've got to cram all of their code into a Model, View or Controller.
Once your codebase reaches a certain complexity, principles from other programming paradigms are extremely useful.
Re: Rails – The Missing Parts
#7Re: Rails – The Missing Parts
#8Responds in much the same way active record does, allowing validations, errors, forms built from interaction objects, etc.
Re: Rails – The Missing Parts
#9Rails is easy to extend, people often forget that. Great post.
Re: Rails – The Missing Parts
#10https://github.com/orgsync/active_interaction https://github.com/cypriss/mutations