Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric-wood/tacs-ruby-presentation
Just a few code examples from my presentation
https://github.com/eric-wood/tacs-ruby-presentation
Last synced: 20 days ago
JSON representation
Just a few code examples from my presentation
- Host: GitHub
- URL: https://github.com/eric-wood/tacs-ruby-presentation
- Owner: eric-wood
- Created: 2012-02-28T03:38:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T14:30:28.000Z (almost 13 years ago)
- Last Synced: 2024-10-16T08:21:57.886Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 283 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby - Derailed
### By Eric WoodThe purpose of this presentation is to teach the audience a thing or two about Ruby...without Rails being involved.
I've been asked in the past if Ruby existed outside of the Rails world (legitimate questions), so this presentation seeks to answer with an emphatic *YES*!
Ruby is fun. Enjoy the silly example code provided here.
## Ruby Resources
### If you'd like to read more about Ruby, I highly recommend the following sites:
* Official Ruby website: [http://www.ruby-lang.org/en/](http://www.ruby-lang.org/en/)
* Official documentation: [http://ruby-doc.org/](http://ruby-doc.org/)
* Why's (poignant) Guide to Ruby [http://mislav.uniqpath.com/poignant-guide/](http://mislav.uniqpath.com/poignant-guide/)
* Wikibooks: [http://en.wikibooks.org/wiki/Ruby_Programming](http://en.wikibooks.org/wiki/Ruby_Programming)