-
It would help enormously if we had better documentation on the incompatibilities with `sassc-rails` and known workarounds for them. I'm willing to create a `README.md` or `docs/migrating.md` PR, but …
-
**Describe the bug**
Upgrading from 0.27.x -> 0.28.x using 0.11.1 of `decidim-awesome`.
```
decidim@foo:~/decidim$ bin/rails decidim:upgrade
rails aborted!
NameError: uninitialized constant D…
-
How is it possible to search in a rails admin list with "OR" multiple filters ?
It possible to add conditions but only with "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 …
-
Hi All,
Seem to be getting this error whilst creating a page in my Rails Admin CMS -
```
Unauthorized assignment to lft: it's an internal field handled by acts_as_nested_set code, use move_to_* met…
-
**Describe the bug**
I have an application using Rails 6 and Rails-Admin. Upgrading searchkick to 5.x makes all rails_admin pages fail with "search must be called on model, not relation" (because rai…
-
I have just downloaded stable version of rails_admin (0.4.6) and stable version of rich (1.4.6)
I made:
`bundle install`
`rails generate rich:install`
and
`rake db:migrate`
Everything works well…
-
I use Rails Admin and I wanted to setup Rich with it. After bundle install I've run:
```
rails generate rich:install
rake db:migrate
```
I use Devise with model name Admin, so I modified `/config/in…
-
Subscription generator isn't working out of the box with stock Solidus starter starter frontend.
**Solidus Version**:
4.3.5
Installed with starter frontend on Ruby 3.3.5 with Rails 7.1.4
**To …
-
- it seems to be RA's issue
- can't reproduce it, tho ...