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.
I also note that just using $ rails g nifty:layout
that the application.html.erb includes the following line:
<%= javascript_include_tag :default %>
I believe it should now be:
<%= javascript_include_tag "application" %>
at least that is the change I had to make, in order to get the "delete" option, which used javascript calls, to work.
Ryan: Perhaps you are not using the nifty-generators any longer? (or at least not using the layout feature?) I imagine this issue crept in a while ago.
Same issue with .erb template, nifty generator put application.css in /public folder, which should be in /assets folder, manually move the file, it works with the blue/white page.
This command:
generates this file:
However, in rails 3.2 this file is expected to be in this location:
The text was updated successfully, but these errors were encountered: