-
mount FullcalendarEngine::Engine => "/fullcalendar_engine"
I have an existing app, with Devise, RailsAdmin etc, I installed the gem and mounted in routes.rb I then have broken routes for the rest of …
-
I get the same error for "excluded_fields".
Everything else works like a charm so far :)
Below is my exact code. I want to exclude the updated_by_id/created_by_id fields since they didn't work for …
-
To make RailsAdmin development sustainable!
-
you may interest in https://www.ruby-toolbox.com/categories/rails_admin_interfaces
-
Hello,
When I try to run the rails generate for RailsAdmin I'm getting this exception. I'm trying to add this to an existing site. Rails 4.2.2.
```
/.rbenv/versions/2.2.0-dev/lib/ruby/gems/2.3.0/gem…
-
### [Pull Request #]()
http://blog.kangkyu.com/authorization-with-pundit
# [CanCanCan](https://github.com/sferik/rails_admin/wiki/CanCanCan)
---
### SuperAdmin
- Can Create User
- Can Modif…
-
**Describe the bug**
If I create a new rails 7 app and follow the install instructions, the application will not run. It fails with this error
**Reproduction steps**
Create a new rails 7 app and…
-
In MODEL:
accepts_nested_attributes_for :seo
IN RAILS_ADMIN
config.model Conteudo do
```
edit do
field :titulo
field :conteudo, :text do
ckeditor true
end
nested_fields …
-
I’ve got a model attribute whose type is ‘json’ that I’d like to edit within RailsAdmin’s interface. Based on the name of your gem it seems like a good fit - but I don’t know how to use it ? I did t…
-
With the aim of improve the app, here go some proposals for future releases:
- [x] Code clean up and refactoring!
- [ ] Finish all translations
- [ ] Add a new mixed event (talk & workshop)
- [ ]…