Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative Ajax Transport (no textarea) #113

Open
matiasgali opened this issue Aug 2, 2014 · 0 comments
Open

Alternative Ajax Transport (no textarea) #113

matiasgali opened this issue Aug 2, 2014 · 0 comments

Comments

@matiasgali
Copy link

In case you find it useful for remotipart, Bifröst is an alternative implementation of a jQuery Ajax transport that allows to send both files and data asynchronously using the iframe technique, but it doesn't need the responses to be wrapped up by a textarea to parse data, so you can work with regular Rails responses (html, json, txt, etc.).

It has a set of built-in unit tests you can run to verify that data is parsed properly on different browsers. It uses Jaqen to test different types of requests and responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant