For debugging purposes I need to remove the query string timestamp
I have set ENV['RAILS_ASSET_ID'] = "" in both environment.rb and
development.rb and restarted Apache after each change. But the
timestamp is still be appended to my uploaded file names.
As it turns out the ENV['RAILS_ASSET_ID'] = "" is working as planned.
The mtime stamp is getting appended via Paperclip it seems. I just
need to find out how to disable that now.