An open API service indexing awesome lists of open source software.

https://github.com/agilecreativity/design-patterns-in-ruby-examples

Collection of common design patterns in ruby
https://github.com/agilecreativity/design-patterns-in-ruby-examples

Last synced: over 1 year ago
JSON representation

Collection of common design patterns in ruby

Awesome Lists containing this project

README

          

## Design patterns example from the web

First thing first, not all of these examples are mine.
My credit goes to the following sites for good example of design patterns in Ruby.

* [Strategy Patterns Example](http://www.gembalabs.com/2009/07/03/comparing-design-patterns-in-ruby-and-c-the-strategy-pattern/)
* [Observer Patterns Example](http://www.gembalabs.com/2009/07/15/compare-design-patterns-in-ruby-and-c-the-observer-pattern/)
* [Composite Patterns Example](http://www.gembalabs.com/2009/07/22/comparing-design-patterns-in-ruby-and-c-the-composite-pattern/)
* [Command Patterns Example](https://github.com/johnmiller/CommandPattern)

## Useful links
* [Github search 'design paterns Ruby'](https://github.com/search?q=design+patterns+ruby&nwo=leandog%2Fpuppies-android&search_target=global&ref=cmdform)
* [https://github.com/shvets/design_patterns_in_ruby](https://github.com/shvets/design_patterns_in_ruby)
* [https://github.com/adomokos/DesignPatterns-Ruby](https://github.com/adomokos/DesignPatterns-Ruby)
* [Design Patterns in Ruby Github Source by Russ Olsen](https://github.com/russolsen/design_patterns_in_ruby_code)
* [Design Patterns in ruby by Russ Olsen (Table of Content)](http://my.safaribooksonline.com/book/web-development/ruby/9780321490452)
* [Best example of how to use State pattern in ruby, with PDF slides](https://github.com/abramhindle/ruby-design-patterns)
* [Example from Neal Ford's talks](https://github.com/nealford/conf_ruby_patterns)