This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jakub Stastny aka Botanicus (author)
Thu Dec 24 15:20:49 -0800 2009
rango /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 21 15:05:05 -0800 2009 | |
| |
.gitmodules | Thu Dec 17 08:16:38 -0800 2009 | |
| |
.rvmrc | Thu Dec 24 08:26:47 -0800 2009 | |
| |
CHANGELOG | Thu Dec 24 07:21:47 -0800 2009 | |
| |
CONTRIBUTORS | Fri Dec 04 05:06:19 -0800 2009 | |
| |
Gemfile | Thu Dec 24 07:47:49 -0800 2009 | |
| |
LICENSE | Fri Mar 27 15:44:20 -0700 2009 | |
| |
README.textile | Sun Dec 13 08:03:23 -0800 2009 | |
| |
Rakefile | Thu Dec 24 15:04:51 -0800 2009 | |
| |
benchmarks/ | Fri Jul 24 03:57:22 -0700 2009 | |
| |
bin/ | Thu Dec 24 07:47:49 -0800 2009 | |
| |
deps.rip | Sun Dec 20 14:00:43 -0800 2009 | |
| |
deps.rip.rbe | Sun Dec 20 14:00:43 -0800 2009 | |
| |
examples - 18d724b | Tue Nov 24 08:19:21 -0800 2009 | |
| |
lib/ | Thu Dec 24 09:01:06 -0800 2009 | |
| |
rango.gemspec | Thu Dec 24 15:20:49 -0800 2009 | |
| |
script/ | Sun Dec 20 15:17:13 -0800 2009 | |
| |
simple-templater.scope | Wed Nov 18 08:58:28 -0800 2009 | |
| |
spec/ | Thu Dec 24 05:57:08 -0800 2009 | |
| |
stubs/ | Thu Dec 24 08:27:55 -0800 2009 | |
| |
support/ | Sun Dec 20 15:18:22 -0800 2009 | |
| |
tasks/ | Tue Dec 22 13:48:28 -0800 2009 |
README.textile
Installation via RubyGems
- Daily builds:
gem install rango --pre - Stable version:
gem install rango - JRuby:
jruby --1.9 -S gem install rango
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.1
How to Contribute To Rango
Contributions to Rango is easy, you don’t have to create a ticket or something, the only thing you really have to do is write good code. Before you send a pull request, please ensure that you:
- Wrote YARD documentation
- Wrote specs and run them under at least under Ruby 1.9.1, ideally under all the supported Ruby platforms:
# run all the specs under Ruby 1.9.1 and Ruby 1.9.2 rvm specs 1.9.1,1.9.2 # run given spec under all installed Ruby implementations rvm ruby ./script/spec spec/rango/mixins/message_spec.rb # run given spec under Ruby 1.9.1 rvm 1.9.1 ruby ./script/spec spec/rango/mixins/message_spec.rb
Documentation
- Wiki
- Presentation Introduction to Rango
- Tutorial
- RDoc.info API Docs
- Yardoc.org API Docs
- Examples
- Bug reporting
- Caliper Code Metrics
Community
- Google Group
- Rango Blog
- IRC: #rango at irc://irc.freenode.net








