So it looks like the problem was with gem install route-kit, I had multiple copies of the gem loaded. But it seems like there may be a problem with the gemspec. anyway I added the following to my gemfile and delete the gems from the .rvm/gems/ruby-1.9.2-p180/gems and everything seems fine.
E gem "ruote", :git=>'git://github.com/jmettraux/ruote.git' gem "ruote-kit", :git=>'git://github.com/kennethkalmer/ruote-kit' On Mar 2, 3:24 pm, Eric <[email protected]> wrote: > I am sure that someone has already reported this but here are a couple > of issues installing ruote-kit 2.2.0.2 > I was trying to lay down ruote-kit on on a fresh install of ruby > 1.9.2/ rails 3.0.5 and ran into a couple of issues. > first i tried: > > rails new foo > -mhttp://github.com/tosch/ruote-kit/raw/master/rails-template.rb > > and it complained about redirects to https not allowed. > > So i changed it to: > > rails new foo > -mhttps://github.com/tosch/ruote-kit/raw/master/rails-template.rb > > and the script installed. > > Next issue is weird, when installing with bundle only part of the gem > was installed. > the following directories did not get laid down: > public > view > > Finally the script did not add the middleware to the config.ru > > I will keep playing and let you know if I find anything else. > > Eric Smith -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
