Open jacek213 opened 9 years ago
I solve this with following step
replace
gem 'rich'
to
gem 'rich', github: 'bastiaanterhorst/rich'
and if you are using heroku do this too
https://github.com/bastiaanterhorst/rich/wiki/Troubleshooting
I had the same problem with rails_admin 0.7.0. Sourcing the directly from github solved it.
Can this be done without specifying the repo?
The same problem fixed using the answer of @zackexplosion, thanks.
@zackexplosion how did you fix this problem? I still fight with it ;(
I configured
rich
just as shown on wiki page to work withrails_admin
, however when I try to edit a resource which should use rich I get:Is
rich
compatible withrails_admin 0.6.5
?