-
Notifications
You must be signed in to change notification settings - Fork 526
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
rails console command fails if using Rails 5 #698
Comments
…:TestRequest.new fixes drapergem#698
…:TestRequest.new Fixes drapergem#698
Still happening with Rails To reproduce: here is an app where the error occurs: https://github.com/arnlen/github-api-explorer
|
Still there? Rails 5.0 stable is now out, so should become more of a priority. Or should use rails-5 branch instead of master? |
Still not working with Rails 5.0 stable |
Hi everyone, please give #752 a try. |
This should be fixed in master now. |
In Rails 5,
ActionController::TestRequest.new
expects args for env and session, but Draper could be usingActionController::TestRequest.create
instead, which provides these.The text was updated successfully, but these errors were encountered: