ruby-haml-js icon indicating copy to clipboard operation
ruby-haml-js copied to clipboard

HAML-JS Tile and Rails 3.1 Template

Results 3 ruby-haml-js issues
Sort by recently updated
recently updated
newest added

gem version: ruby-haml-js (0.0.5) Error happens with `sprockets-rails, '= 3.0.1'` When you downgrades it to `2.3.3` - all works

I saw the undocumented custom filter hacks referred to by #9 but those `:if` and `:loop` constructs are one of the gripes I have with jade, these are not required...

Rails 3.2.2 gem 'ruby-haml-js', git: 'https://github.com/dnagir/ruby-haml-js.git' When you require the templates (or views), the request turns into file.hamljs.js -- while sprockets will actually serve it as file.js. For instance: ```...