This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
botanicus edited this page Sep 13, 2010
·
83 revisions
This page is up to date for Rango 0.2.
- Daily builds:
gem install rango --pre
andgem install simple-templater
. RubyGems don’t work with prerelease gems properly, so you can’t just rungem install rango --pre --development
. The trouble is when you are installing with--pre
, RubyGems are looking just for prerelease gems, but Erubis, which is dependency of simple-templater, doesn’t have any prerelease gem. - Stable version:
gem install rango --development
- JRuby:
jruby --1.9 -S gem install rango --development
is how you should install Rango for JRuby. Unfortunately I’m getting strange errors here. You can’t omit the--1.9
argument, because Rango can be installed just on Ruby 1.9.
Rango itself doesn’t define any runtime dependencies, since you may want to use just a subset of Rango, i. e. just template layer. If you are using stack generator, you get Gemfile
with usual dependencies, so gem bundle
will take care about it.
Installation via Rip
- Install edge version:
rip install git://github.com/botanicus/rango.git
- Install tagged version:
rip install git://github.com/botanicus/rango.git 0.2
- Introduction to Rack
- Rack Middlewares
- Subdomains Handling
- Routers
- Generic Views
- Cache
- Authentication
- Errors Handling
Pull requests, wiki updates, tutorials and blog posts are really welcomed!
- Presentation Introduction to Rango
- Tutorial
- API Docs
- Rango Development
- Bug reporting
- Caliper Code Metrics
- Google Group
- Rango Blog
- IRC: #rango at irc://irc.freenode.net