Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Ruby - Derailed
### By Eric Wood

The 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)