RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Domain Driven Design for Rails Developers. Part 3: Aggregates.

You start with nicely designed groups of objects. All the objects have clear responsibilities, and all interactions among them are explicit. Then, you have to consider additional requirements, such as transactions, integration with external systems, event generation. Soon you end up with a bunch of interconnected objects without clear boundaries. Maintaining this mess becomes harder and harder. Thankfully, Domain Driven Design provides a good remedy for this situation: Aggregates. Read more

Like i said on twitter… if you wrote a book, i’d buy it! Your articles on RubyS…

My Giant List of Ruby Questions

This is my workflow (to date) for learning Ruby. Ruby Questions My goal is to have a mastery over both Ruby and the Rails framework. Previously I have felt “OK” with both the Ruby language and Rails framework, but I am not a heavy hitter with either. My workflow has been to read the books listed below creating questions based on what I felt was important material. Much of it I knew but just wanted it documented so I can review the language every few months or so. Much of it comes in and out of memory depending on the current program I am developing. [more inside]

:-D …

Mixins: A refactoring anti-pattern.

I’ve often seen people say that mixins simplify their code. In my latest blog post, I demonstrate that while mixins may make things more DRY, they don’t make it more simple.

As they say… one learns throughout life, but you cannot turn back in time. You …

RConfig 0.4.3 Released

I just released RConfig 0.4.3! It’s the most stable version yet! Thanks to Valentin Andries and Leif Gensert for contributing bug fixes! For anyone who haven’t heard of it, check it out! It’s the best ruby app configuration library around, and it works with Rails and non-Rails applications.

Loading older posts