-
Hello everyone
after submitting a topic from the website or the admin panel the page returns the rails 500er page.
-
When trying to run the tests I get an error with the Nokogori gem.
The only previous command I ran was: `docker-compose up -d` and wait for all the gems to be installed. Then when running the comma…
-
I want to use Attachinary in combination with rails_admin in Rails 4. I am using MongoID.
My problem is, that the upload is working fine, but when trying to save a record through rails_admin I get a v…
-
I honestly don't know if this is a bug or an issue with my implementation, but I followed all the instructions and still can't figure out a solution. I'm on Rails 5 and I use pundit with devise.
![ra…
btazi updated
6 years ago
-
This issue was originally reported at https://github.com/activeadmin/activeadmin/issues/2908
Current workarounds (from the engine) are:
- Rename `Base` classes
- Add an empty `Base` class
``…
-
While using:
- ruby `3.1.2`
- rails `6.1.7`
- rails_admin `3.0.0`
- rails_admin_globalize_field `1.2.0`
I'm getting the following error while trying to edit any model:
```
ActionView::Missi…
-
* What would you like to be able to do? Can you provide some examples?
The job to be done for me is to use Administrate not only for administrators. I would like to use Administrate both for the admi…
-
### Descriptive summary
Non-work models fail to conform to expected rails routing causing `polymorphic_path` to produce non-existing paths causing callers of this method to fail. This was seen whi…
-
Hi
Firstly, I would like to say thanks for developing this gem.
I followed the the instructions on Installation and Usage sections of README
After running the server and refreshing page, I got th…
-
RailsAdmin basically now has the exact same code but with tests since https://github.com/sferik/rails_admin/pull/2399 has been merged
Update README and recommend using the RailsAdmin pundit authoriza…