
Version 1.1.1
The Ruby web framework designed for clarity, flexibility and effectiveness.
If you've built something interesting with Vesper, let us know.
Installation
Set Up Your Dev Environment
Vesper includes almost everything required to write a web app, but first you have to set up your dev environment. Here's what you'll need to get started:
Ruby 1.9.3 or above: http://www.ruby-lang.org/
Pro Tip: Using rbenv and ruby-build should make this simpler.
RubyGems: https://rubygems.org/
SQLite: http://www.sqlite.org/
You can use a different database (or none at all) -- SQLite is just the default.
A text editor and web browser also help. I recommend TextMate and Safari.
Download the Gem
Now that you're all set up, installation should be simple.
You may need to sudo this.
gem install vesper
That's it! You're ready to start writing web apps with Vesper.
Vesper was created by Jarrod Taylor and Richard Rissanen.