dnagir / ruby-haml-js

HAML-JS Tile and Rails 3.1 Template
MIT License
86 stars 13 forks source link

Rails 4 compatibility #16

Closed ttp closed 11 years ago

ttp commented 11 years ago

I'm not sure why but Sprockets.register_engine does not work in rails 4.

Using app.assets.register_engine to add hamljs engine, handlebars uses the same way, see https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets/engine.rb

dnagir commented 11 years ago

Thanks. I'll merge this. But can you please also confirm that it works with Rails 3? If yes, I'll release the gem.

ttp commented 11 years ago

Yes, it works fine with my rails 3.2 app

dnagir commented 11 years ago

Thanks @ttp. The new gem version (0.0.5) has been released.