Hello Karsten, Karsten wrote:
> sorry that this doesn't seem to be a ruote-topic anymore... It's about ruote-on-rails, so you're perfectly on topic. > I added some sources to the Gemfile and bundle install installed some > gems missing. But there is still one error called: > > Could not find gem 'rails (= 3.0.0.beta3, runtime)' in any of the gem > sources. > > The Gemfile looks like the following (without the comments): You're Gemfile seems to lack a "source" entry. > > gem "rails", "3.0.0.beta3" > gem "rails", :git => "git://github.com/rails/rails.git" I don't know, but I suppose having "rails" listed two times in a Gemfile is probably a bad idea. > gem "sqlite3-ruby", :require => "sqlite3" > gem "ruote-kit", "2.1.8" Why don't you use the Gemfile provided by ruote-on-rails rails3 branch and adapt it to your needs? Have a look at <http://github.com/tosch/ruote-on-rails/blob/rails3/Gemfile>. Btw: I just updated the branch to use the latest Rails beta4 on that occasion. HTH, Torsten -- 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
