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
- Host: GitHub
- URL: https://github.com/agilecreativity/design-patterns-in-ruby-examples
- Owner: agilecreativity
- Created: 2013-07-04T04:35:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T22:05:42.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T05:01:56.922Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)