OSCON 2008 Advanced ActiveRecord Workshop Challenges
by Jason on Jul 14, 2008
We highly recommend you download these challenges ahead of time. Don't try to do them yet though, we'll be working through them during the tutorial.
http://www.railsenvy.com/assets/2008/7/14/code_challenges.zip
In order to run them you'll need Ruby installed (duh), SQLite 3 (http://www.sqlite.org/download.html), and the SQLite Ruby gem (sudo gem install sqlite).
For SQLite on windows (if you don't have it):
- Download sqlite3 and the sqlitedll from http://www.sqlite.org/download.html
- Unzip both to your path. C:\ruby\bin works too.
- gem install sqlite3-ruby --source http://code.whytheluckystiff.net
For SQLite on Mac version less than 10.5.0 (if you don't have it):
- Go to http://www.sqlite.org/download.html and download a precompiled binary.
- gem install sqlite
To be absolutely sure the code we've supplied can run, go into the 1-named_scope directory and run "ruby user_spec.rb". If the tests pass, you're good to go!
Sections: oscon Speaking |
Meta:
0 comments |
permalink
RSS
iTunes
