Component-based Ruby and Rails Architectures @ Mountain West Ruby 2013
How to organize Ruby and Rails codebases into small(er) components. The 8 steps can be found as tags in the sample repository: github.com/shageman/the_next_big_thing
apps. Break your applications into small pieces. Then, assemble those testable, bite- sized pieces into your big application Justin Meyer Saturday, April 6, 13
subset of functionality and share it with other applications or within a larger packaged application. http://edgeapi.rubyonrails.org/classes/ Rails/Engine.html Saturday, April 6, 13