Hey, 

thanks, no, that´s fixed.
I had a problem with different versions of certain gems, but this was out 
of a mistake of mine.

Best regards

Am Mittwoch, 24. Oktober 2012 19:34:47 UTC+2 schrieb Tobi:
>
> Hello to everybody,
>
> i´ve been trying all day long to get started with ruote with rails.
> I followed the instructions under: 
> http://ruote.rubyforge.org/with_rails.html
>
> So, first i updated my Gemfile and routes.rb
>
> But this way i wasn´t able to run the bundle install command:
>
> Fetching git://github.com/jmettraux/ruote.git
> Unfortunately, a fatal error has occurred. Please see the Bundler
> troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/source.rb:582:in
>  
> ``': No such file or directory - git clone "git://
> github.com/jmettraux/ruote.git" "C:/Ruby1
> 93/lib/ruby/gems/1.9.1/cache/bundler/git/ruote-328ff7d4702b753a6aac9fdd65ec2408c8be5455"
>  
> --bare --no-hardlinks (Errno::ENOENT)
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/source.rb:582:in
>  
> `git'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/source.rb:543:in
>  
> `checkout'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/source.rb:769:in
>  
> `specs'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:491:in
>  
> `block in converge_locked_specs'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:480:in
>  
> `each'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:480:in
>  
> `converge_locked_specs'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:166:in
>  
> `resolve'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:113:in
>  
> `specs'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/definition.rb:108:in
>  
> `resolve_remotely!'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/installer.rb:81:in
>  
> `run'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/installer.rb:14:in
>  
> `install'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/cli.rb:230:in 
> `install'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/vendor/thor/task.rb:27:in
>  
> `run'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/vendor/thor/invocation.rb:120:in
>  
> `invoke_task'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/vendor/thor.rb:275:in
>  
> `dispatch'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/vendor/thor/base.rb:408:in
>  
> `start'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/bin/bundle:14:in `block 
> in <top (required)>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundler/friendly_errors.rb:4:in
>  
> `with_friendly_errors'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/bin/bundle:14:in `<top 
> (required)>'
>         from C:/Ruby193/bin/bundle:23:in `load'
>         from C:/Ruby193/bin/bundle:23:in `<main>'
>
> Then i thought, i could change the gemfile to just install the gems from 
> rubygems.org:
>
> Gemfile:
>
> source 'https://rubygems.org'
> ...
> gem 'ruote'
> gem 'ruote-redis'
>
> But this didn´t really solve the problem. Ok, i could install the bundle 
> without problems (jippie!).
> But when i tried to start the server: rails s:
>
> => Booting WEBrick
> => Rails 3.2.8 application starting in development on http://0.0.0.0:3000
> => Call with -d to detach
> => Ctrl-C to shutdown server
> Exiting
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in
>  
> `require': cannot load such file -- redis (LoadError)
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in
>  
> `block in require'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in
>  
> `load_dependency'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in
>  
> `require'
>         from c:/BeispielApps/versuch_1/config/routes.rb:3:in `block in 
> <top (required)>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:282:in
>  
> `instance_exec'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:282:in
>  
> `eval_block'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:260:in
>  
> `draw'
>         from c:/BeispielApps/versuch_1/config/routes.rb:1:in `<top 
> (required)>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in
>  
> `load'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in
>  
> `block in load'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in
>  
> `load_dependency'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in
>  
> `load'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:40:in
>  
> `block in load_paths'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:40:in
>  
> `each'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:40:in
>  
> `load_paths'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:16:in
>  
> `reload!'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:26:in
>  
> `block in updater'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_update_checker.rb:78:in
>  
> `call'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_update_checker.rb:78:in
>  
> `execute'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/routes_reloader.rb:27:in
>  
> `updater'
>         from C:in `execute_if_updated'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application/finisher.rb:66:in
>  
> `block in <module:Finisher>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:30:in
>  
> `instance_exec'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:30:in
>  
> `run'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:55:in
>  
> `block in run_initializers'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:54:in
>  
> `each'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:54:in
>  
> `run_initializers'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application.rb:136:in
>  
> `initialize!'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in
>  
> `method_missing'
>         from c:/BeispielApps/versuch_1/config/environment.rb:5:in `<top 
> (required)>'
>         from c:/BeispielApps/versuch_1/config.ru:4:in `require'
>         from c:/BeispielApps/versuch_1/config.ru:4:in `block in <main>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in 
> `instance_eval'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in 
> `initialize'
>         from c:/BeispielApps/versuch_1/config.ru:1:in `new'
>         from c:/BeispielApps/versuch_1/config.ru:1:in `<main>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in 
> `eval'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in 
> `parse_file'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:200:in 
> `app'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/commands/server.rb:46:in
>  
> `app'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:301:in 
> `wrapped_app'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:252:in 
> `start'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/commands/server.rb:70:in
>  
> `start'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:55:in
>  
> `block in <top (required)>'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
>  
> `tap'
>         from 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
>  
> `<top (required)>'
>         from script/rails:6:in `require'
>         from script/rails:6:in `<main>'
>
> I don´t know what to do... i just installed the gems which are required, 
> but what´s that error about?
> I´m really desperate, i just want to get ruote running :-(
>
> Btw, I´m using Windows 7 64 Bit (but i don´t think this is important 
> here...
>
> Do you have any advice for me? Are there other / better / easier ways to 
> get started with ruote on rails??
>
> Thanks so much in advance!
>
>

-- 
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

Reply via email to