Sha256: bd8cd12b840f421d5b4fb7d51077cb0f5c1fd487ad6c7d358dab5499c5bfee6b
Contents?: true
Size: 1.88 KB
Versions: 11
Compression:
Stored size: 1.88 KB
Contents
h1. Installation via RubyGems * Daily builds: @gem install rango --pre@ _(Daily builds currently doesn't work, I'm going to fix it till end of this week.)_ * Stable version: @gem install rango@ * JRuby: @jruby --1.9 -S gem install rango@ _We were using option @--development@ for installing development dependencies, unfortunately Rack has Mongrel as a development dependency and Mongrel compilation fails on Ruby 1.9, so I put everything into normal dependencies for now._ h1. Installation via "Rip":http://hellorip.com * Install edge version: @rip install git://github.com/botanicus/rango.git@ * Install tagged version: @rip install git://github.com/botanicus/rango.git 0.1@ h1. 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: <pre> # 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 </pre> h1. Documentation * "Wiki":http://wiki.github.com/botanicus/rango * "Tutorial":http://wiki.github.com/botanicus/rango/tutorial * "RDoc.info API Docs":http://rdoc.info/projects/botanicus/rango * "Yardoc.org API Docs":http://yardoc.org/docs/botanicus-rango * "Examples":http://github.com/botanicus/rango-examples * "Bug reporting":http://github.com/botanicus/rango/issues h1. Community * "Google Group":http://groups.google.com/group/rango-project * "Rango Blog":http://botanicus.github.com/rango * "Twitter":https://twitter.com/RangoProject * IRC: #rango at irc://irc.freenode.net
Version data entries
11 entries across 11 versions & 1 rubygems