plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

mount Crono::Web, at: '/crono' fails #40

Closed lgs closed 8 years ago

lgs commented 8 years ago

mount Crono::Web, at: '/crono' fails because depending by haml ?

$ rails s
=> Booting Thin
=> Rails 4.2.5 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
Exiting
/home/lsoave/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- haml (LoadError)
...
    from /home/lsoave/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/crono-0.9.0/lib/crono/web.rb:1:in `'
...
lgs commented 8 years ago

Ok, this is explained in the README I didn't see before.