Thanks for the info Bryan, and thanks Owen for getting me to re-install my gems the third time.
For some reason the third time was what did it. I did install and compile nodejs before I installed my gems the third time, so perhaps that was it. Cheers, Jet On Monday, January 28, 2013 5:33:44 PM UTC-8, Bryan Larsen wrote: > > > > > Your bundle is complete! Use `bundle show [gemname]` to see where a > bundled > > gem is installed. > > > > > /home/jet/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.5/lib/bundler/runtime.rb:74:in > > > > `require': no such file to load -- coffee/rails (LoadError) > > Hobo itself does not require coffeescript, but the default Rails > generator adds a dependency to it in your Gemfile. You can try > removing that and rerunning bundle; things should still work. > > > > > > > Also, is there a big downside to using nodejs? There seem to be some > > strong opinions against it. > > There certainly are strong opinions on both side about using nodejs > for one of your own applications. However, Rails just uses node as a > convenient way to get a Javascript command line on machines that don't > have a default javascript environment; it's not actually using node > for what it was designed for. > > Bryan > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
