[Radiant] Re: install with rvm

2015-10-07 Thread Miljenko Jakovljevic
Hello! When I try this recipe I get: ERROR: Error installing radiant: rack-cache requires Ruby version >= 2.0.0. Radiant 1.4. can currently be installed from rvm: ruby 2.0.0 as well as the default rails 2.3.18. But trying to create a radiant test project then gives an error: $ radiant t

[Radiant] Re: install with rvm

2014-08-18 Thread Andrew vonderLuft
Hi Pascal, You would need to install the radiant gem while rvm'd to whatever particular ruby you want to use. Radiant release is currently good >= 1.9.3 So for example: $ rvm use 1.9.3 $ gem install radiant You can catch me 'avonderluft' on the Radiant IRC channel if you need more help. An