Hi,
This book is simply great.
I am running into trouble with RedCloth gem isntall. Similarly with the mislav-will_paginate.
here are the two lines in /config/environment.rb
config.gem "RedCloth", :version => ">=3.301", :source => "http://code.whytheluckystiff.net"
config.gem 'mislav-will_paginate', :version => '>2.3.2', :lib => 'will_paginate', :source => 'http://gems.github.com'
And here is the sad reply:
C:\Ruby\projects\blog>rake gems:install
(in C:/Ruby/projects/blog)
gem.bat install RedCloth --version ">= 3.301" --source
http://code.whytheluckystiff.net
ERROR:
http://code.whytheluckystiff.net/ does not appear to be a repository
ERROR: could not find gem RedCloth locally or in a repository
gem.bat install mislav-will_paginate --version "> 2.3.2" --source
http://gems.github.com
ERROR:
http://gems.github.com/ does not appear to be a repository
ERROR: could not find gem mislav-will_paginate locally or in a repository
Granted i tried to change the RedCloth address to rubyforge's but same problem.
Can anyone help?.
It sort of stalls my learning!
ah one last thing the versions are:
C:\Ruby\projects\blog>ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
C:\Ruby\projects\blog>gem -v
1.3.5