Hi all finally I have something running in a ruby 1.8.7p302 and Rails 3.0.10 environment. Note: I advise you to be careful when installing ruby 1.9.2 on Debian with rvm, there are missing libraries from the official rvm installation (?? disappeared from ruby as I had to run > sudo apt-get - y install zlib1g-dev libssl-dev libreadline5-dev libyaml-dev build- essential bison checkinstall to have it working...) Anyway the issue was related to the combination of using rubygems and a Gemfile from ruote-on-rails example where the gem is not installed locally as pointed to a git repository.
John, it looks nevertheless that there is a missing file in the master branch on github namely <b>ruote/lib/ruote/log/test_logger.rb</b> which prevents the examples/ruote_quickstart.rb to run successfully. I'll now go back to my initial concern which was...using ruote. Cheers and many tx to John and Kedar On Feb 8, 10:01 pm, kedar mhaswade <[email protected]> wrote: > On Wed, Feb 8, 2012 at 12:16 PM, Christophe Malaurie < > > [email protected]> wrote: > > yep thanks for your time, I never had it as well, I'll investigate more > > and let you know if I find the issue. > > cheers > > The way I ran the ruote quick-start example was by creating a separate > clean gemset in rvm -- something like: > - rvm gemset create ruote_exp > - gem install ruote yajl-ruby > - gem install sinatra haml json ruote > > Hope that helps. > > Regards, > Kedar > > > > > > > > > > > On 8 February 2012 21:14, John Mettraux <[email protected]> wrote: > > >> OK, > > >> sorry, I'm out of ideas, I never had such an issue with Bundler. > > >> John > > >> -- > >> 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 > > > -- > > 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 -- 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
