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.
