You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
"rails g nifty:layout" generates an application.html.erb with invalid javascript_include_tag.
When manually changed to "<%= javascript_include_tag 'application' %>" instead of
"<%= javascript_include_tag :defaults %>" it works for me.
The text was updated successfully, but these errors were encountered:
Yes, I just encountered this problem too in Rails 3.2. A commit (#157) has been provided but has not been included in the master yet.
Considering that I generated my app with the standard Rails generator and the :defaults symbol is not recognised from this, it would be better to change to follow the standard wouldn't it? How does one get the :defaults symbol working anyway?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"rails g nifty:layout" generates an application.html.erb with invalid javascript_include_tag.
When manually changed to "<%= javascript_include_tag 'application' %>" instead of
"<%= javascript_include_tag :defaults %>" it works for me.
The text was updated successfully, but these errors were encountered: