Hi there,
anybody else this issue ?
Missing the Radiant 0.7.1 gem. Please gem install -v=0.7.1 rails
,
update your RADIANT_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RADIANT_GEM_VERSION
to use the latest version installed.
What I did:
like suggested here:
Missing the Radiant 0.7.1 gem. Please gem install -v=0.7.1 rails
,
update your RADIANT_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RADIANT_GEM_VERSION
to use the latest version installed.
I modified environment.rb, adding:
RADIANT_GEM_VERSION = ‘0.7.1’
…
removing the above line results in:
Missing the Radiant gem. Please gem install -v= rails
, update your
RADIANT_GEM_VERSION setting in config/environment.rb for the Rails
version you do have installed, or comment out RADIANT_GEM_VERSION to use
the latest version installed.
…
I runinng on Ubuntu/RubyEnterprise/Phusion/Nginx - all things installed
with the suggested default installation choices, so things are at
directory /opt/…
Thanx!
Benedikt E. wrote:
Hi there,
anybody else this issue ?
Missing the Radiant 0.7.1 gem. Please gem install -v=0.7.1 rails
,
update your RADIANT_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RADIANT_GEM_VERSION
to use the latest version installed.
What I did:
like suggested here:
Missing the Radiant 0.7.1 gem. Please gem install -v=0.7.1 rails
,
update your RADIANT_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RADIANT_GEM_VERSION
to use the latest version installed.
I modified environment.rb, adding:
RADIANT_GEM_VERSION = ‘0.7.1’
…
removing the above line results in:
Missing the Radiant gem. Please gem install -v= rails
, update your
RADIANT_GEM_VERSION setting in config/environment.rb for the Rails
version you do have installed, or comment out RADIANT_GEM_VERSION to use
the latest version installed.
…
I runinng on Ubuntu/RubyEnterprise/Phusion/Nginx - all things installed
with the suggested default installation choices, so things are at
directory /opt/…
Thanx!
Sorry cut and paste error:
like suggested here:
http://www.ruby-forum.com/topic/151509
B.