Thanks for the quick reply. I still trying to find the "right" way to integrate this into my existing ( 2.3.4 ruby 1.9.1) application. Its pretty clear that "gem install ruote-kit" is not going to get it done. I am a little confused by how to deploy the gem to use middleware instead of the sinatra on port 9292. There is a little magic which I cant see yet.
Thanks for updating the gemspec. On Sep 24, 8:37 am, Torsten Schönebaum <[email protected]> wrote: > Hello Eric! > > Eric wrote: > > Anyway I tried to install the gems using "gem install ruote-kit" and > > it installed 2.1.10, subsequently found out that 2.1.11 is the latest > > version, so I pulled down the source and installed using bundle and it > > worked like a charm, however bundle does not actually install the gem > > so i tried to build from the gemspec and install it locally. > > Yes, when there's a git repository referenced in the Gemfile, Bundler > does some magic and the gem won't appear when calling "gem list". See > the Bundler docu for more info. > > > I received the following error: > > > ERROR: While executing gem ... (Gem::InvalidSpecificationException) > > ["lib/ruote-kit/views/process_failed_to_launch.html.haml", "lib/ > > ruote-kit/views/process_new.html.haml", "lib/ruote-kit/views/ > > resource_not_found.html.haml"] are not files > > > I removed the missing files from the gemspec and the install worked > > without issue. > > Sorry, the gemspec was outdated. I did update that > (http://github.com/tosch/ruote-kit/commit/d6ef3bb27217caf0564e0116c7c2...), > thanks for the hint. > > > Hope this helps someone, or if there is a better way let me know > > Why is using Bundler not enough for you? Will you use Rails 2.3 or 3? > Bundler is amazing for using ruote and ruote-kit at the moment, as > you're just a 'bundle install' away from the latest magic developed by > John ;-) > > Anyway, building the gem by yourself is perfectly ok. > > Cheers, > 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
