The Camping Omnibus
While Camping itself is quite small, I recommend a handful of other libraries which complement Camping well.
The Camping Omnibus gem will install these recommended libraries:
- SQLite3, a small database. (See BeAlertWhenOnSqlite3, if you need help.)
- ActiveRecord, stores objects in the database, popularized by Ruby on Rails.
- Mongrel, a fast web server.
- RedCloth, simple markup for text.
- acts_as_versioned, for versioning the objects in your database.
You must have the omnibus libs installed to run the Camping examples.
To install the Camping Omnibus gem, use the following command:
gem install camping-omnibus --source http://code.whytheluckystiff.net
