(issue reported on IRC, since the person had to leave, now replying to the mailing list)
---8<--- jmettr...@siamese ~/tmp/ruote-kit (master) $ warble config rake aborted! no such file to load -- jruby-jars /Users/jmettraux/.rvm/gems/ruby-1.8.7-p72%eddies/gems/warbler-0.9.14/lib/warbler/config.rb:151:in `require' (See full trace by running task with --trace) --->8--- In order to get warble to run (at least the first step) with ruote-kit, simply add "gem 'jruby-jars'" to Gemfile, like : ---8<--- # Dependencies for ruote-kit source :gemcutter gem 'jruby-jars' # ruote-kit itself gem 'bundler' gem 'sinatra' gem 'sinatra-respond_to' gem 'haml' gem 'json' # ruote #gem 'ruote', :git => "git://github.com/kennethkalmer/ruote", :branch => "ruote-kit" gem 'ruote', '>= 2.1.8' # Testing environment requirements group :test do gem 'rspec' gem 'jeweler' end --->8--- Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- 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 To unsubscribe from this group, send email to openwferu-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
