Hi Donald, You can try this branch in your Gemfile. We took some steps to replace Erubis. I also fixed a couple of small bugs today so at least "rails g hobo:user_model" worked in a vanilla Rails 5.2 app:
gem 'hobo', git: 'https://github.com/Hobo/hobo.git', :branch => 'rails5_new2' On 18 June 2018 at 22:31, Ed Gomolka <[email protected]> wrote: > Erubis is the ERB template engine that Rails 4 used. Rails 5 replaces > Erubis with Erubi. I assume that you are using ERB files to reference your > Angular code, in which case I don't see how you can avoid it. > > > On Saturday, June 16, 2018 at 12:18:19 PM UTC-6, donz wrote: >> >> Hi again! >> >> It did not take long :'(. >> >> Gemfile: >> >> gem 'hobo' >> >> bundle install >> >> >> # rails g hobo:user_model >> >> ... >> .rvm/gems/ruby-2.5.1/gems/bootsnap-1.3.0/lib/bootsnap/load_ >> path_cache/core_ext/kernel_require.rb:32:in >> `require': cannot load such file -- erubis (LoadError) >> >> I looked up erubis and it seems to be something to generate html, which >> I don't need. Any workarounds? >> >> Don >> >> -- > 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 https://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. > -- +45 42 997 196 -- 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 https://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
