Mike Bethany
Mike Bethany
That fixes it but it shouldn't be a separate step. Since nifty:layout is required by nifty:authentication it should be run automatically.
Thanks for the reply Ryan. The issue is I had not run the nifty:layout method since I wasn't interested in the layout code. I just wanted to look at the...
Same problem here. It appears to be a conflict, oddly enough, with dm-aggregates. You can test this by changing your gem file to `gem 'dm-core'` see if it works, then...
This is because of turbolink (aka turbo-break-everything-ever). You need to trap the ajax:success event on the field you want to display correctly. You also have to make sure you're looking...
They aren't Javascript files but here's how to do it: 1) Create two new files `_upload_template.html` and `_download_template.html`. 2) Cut and past the upload and download template code from index...