Was looking to update the development installation steps with the
steps marked with # new step.
1. git clone git://
github.com/redcar/redcar.git
2. cd redcar
3. bundle init # new step
4. edit the Gemfile and add the line gemspec # new step
5. jruby -S bundle install
That was what I needed to do to get redcar to work for me. Could
someone confirm the steps so I can go and update the Wiki then.
~Antall Fernandes