-
Notifications
You must be signed in to change notification settings - Fork 273
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
Add support for Rails 4.1 #480
Comments
i've tried it today and works just fine on rails 4.1.4 |
I'm having trouble because the gem specifies "~> 3.0" which means that it won't let me install it with rails 4.1... |
Weird... the gemspec says ">= 3.2" but rubygems says "~> 3.0" |
Rails 4.2 is out, I would appreciate support there. I have it working but there were some asset pain points and I'm getting a |
Any suggestion for an addition to the SurveyorController to permit responses and avoid ForbiddenAttribute errors? Update: According to #456 and the changelog, Rails4 support with strong params should be available in v1.5 but there's no such tag. There's also no Rails4 branch and I'm using master. |
The NUBIC/rails4 branch (last commit @f2328b4) has already been merged in. I am planning to fork the repo, get latest master to pass on Travis, and then decide how to proceed further. |
I would suggest starting with the simple_form branch |
No description provided.
The text was updated successfully, but these errors were encountered: