We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems impossible to install Refinery on a Rails application which contain the rails_admin gem pre-installed
Here is my conversation with Philip Arndt about this problem:
http://groups.google.com/group/refinery-cms/browse_thread/thread/a06e272db30a52a3
Would be interesting to have both gem working together
The text was updated successfully, but these errors were encountered:
tl;dr the solution is to rename all template files containing erb tags from .rb to .rb.erb so that this isn't a problem.
.rb
.rb.erb
Sorry, something went wrong.
@friofool can you try again with this in your Gemfile:
gem 'refinerycms', :github => 'resolve/refinerycms', :branch => 'issue_1749'
bundle & please let us know whether the generator works now.
Fixed by #1750.
No branches or pull requests
It seems impossible to install Refinery on a Rails application which contain the rails_admin gem pre-installed
Here is my conversation with Philip Arndt about this problem:
http://groups.google.com/group/refinery-cms/browse_thread/thread/a06e272db30a52a3
Would be interesting to have both gem working together
The text was updated successfully, but these errors were encountered: