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