We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I have a following problem. I'm using HAML views in my rails app and i wanted to use some coffeescript in them. I added Barista to my gemfile:
gem 'haml' gem 'therubyracer' gem 'barista'
and ran bundle install. But when I try to use :coffeescriptfilter I get:
Haml::Error in carts#index
Showing /home/jesha/ror/prefab/app/views/carts/index.html.haml where line #7 raised:
Filter "coffeescript" is not defined. Extracted source (around line #7):
4: 5: %br 6: 7: :coffeescript 8: alert("test") 9: 10: %table
Do you know what am I doing wrong?
The text was updated successfully, but these errors were encountered:
Facing the same problem on Heroku. Any luck?
Sorry, something went wrong.
No branches or pull requests
Hello
I have a following problem. I'm using HAML views in my rails app and i wanted to use some coffeescript in them. I added Barista to my gemfile:
gem 'haml'
gem 'therubyracer'
gem 'barista'
and ran bundle install.
But when I try to use :coffeescriptfilter I get:
Haml::Error in carts#index
Showing /home/jesha/ror/prefab/app/views/carts/index.html.haml where line #7 raised:
Filter "coffeescript" is not defined.
Extracted source (around line #7):
4:
5: %br
6:
7: :coffeescript
8: alert("test")
9:
10: %table
Do you know what am I doing wrong?
The text was updated successfully, but these errors were encountered: