Josh Farneman

Results 8 comments of Josh Farneman

@Boldewyn would this be something that you would consider adding?

I've updated this branch to sync with the current master.

@Boldewyn Any chance you would be able to look at this sometime soon?

Updated to fix conflicts with the current master.

If I try this with the un-minified `dist/hyperform.js` locally it seems to do the right thing. However, it does fail when using the minified version. I wonder if the minification...

I'd like to see this feature to. In my case I'm using [svgeezy](https://github.com/benhowdle89/svgeezy) to replace svg image with a png in browsers that don't support svg (IE8, etc). svgeezy works...

According to the docs at http://instagram.com/developer/authentication/ using only http://www.yourdomain.com/admin.php is enough.

To make asset versioning easier in the meantime you could set an ENV variable like (taken from [thoughtbot's suspenders](https://github.com/thoughtbot/suspenders)): `Rails.application.config.assets.version = (ENV["ASSETS_VERSION"] || "1.0")`