-
Notifications
You must be signed in to change notification settings - Fork 143
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
Conflict With ActionMailer? #9
Comments
Hi, could you please provide a minimal way to reproduce this problem? |
Create a new rails (3.2) project. Update the Gemfile to use prototype. Create the following mailer class:
Calling |
This solves the problem (tests didn't run easily, so I'm afraid I skipped that). |
+1 for the problem and caifaras solution. Please integrate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While setting up actionmailer and testing it, I have been running into an error. It appears to be caused by prototype-rails, since my example works when I use jquery. I don't know enough about the internals to track the source of the bug down.
The text was updated successfully, but these errors were encountered: