You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I have this js file decimal.min.js which I put in the asset pipeline javascript directory. Whether I require it in the application.js manifest or not, I still get the error below. This is on windows in development mode .. Any ideas or suggestions ? I find it slightly baffling .. The js file itself does get served
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
maybe I should not use a minified js file in the pipeline. I switched to a non minified version .. so far no errors but sometimes it's been intermittent