-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
ewernli edited this page Oct 2, 2012
·
18 revisions
- Programming Ruby PDF (available within unibe network) or online
- RubyMine IDE
- Ruby in 20 Minutes
- Ruby cheat sheets
- Understanding how self is bound
- Ruby idioms: here, here, here, optional parameters with hashes, bang methods, Struct vs. OpenStruct vs. Hash
- The Wikipedia page with examples
- Ruby features in comparison to other languages and A comparision of some Ruby idioms
- Coding Style: here and here
- Design Patterns in Ruby
- JQuery homepage and API
- Modal dialogs with reveal model, simple modal, or NyroModal, slightly more complicated but customizable.