ruby on rails - Devise gem is adding Responders gem. How to remove it? -
This is for my gemfile information: gem 'devise', branch: 'LM-rail-4-2'
I am using Rail 4.2.0 and after bundling, whenever I try to make some scrape, then I am getting something like this:
Response_to: html def index @assets = Asset All respond_with (@assets) end This is due to the respondents gem how do I delete it?
Use of Ruby 2.1.2
If you want to get rid of it And if you use planning at the same time, then you need to:
- Fork develops
- Removing dependencies and referencing all the respondents from codebase Link your fork into your projects gemfile with
-
github: "yourname / devise"
I really I would recommend doing this. / P>
Comments
Post a Comment