refinerycms icon indicating copy to clipboard operation
refinerycms copied to clipboard

An extendable Ruby on Rails CMS that supports Rails 6.0+

Results 47 refinerycms issues
Sort by recently updated
recently updated
newest added

## What's going on? 1. Create page with pagepart 2. Go to page editing page in refinery admin 3. Click "edit source code button" 4. Write something 5. Submit form...

Hello Refinery! ### What's going on? Reordering custom engines in admin pages >= 2 breaks their position orders. ### Steps to reproduce 1. Create a new rails project with Rails...

When I run a db:rollback to rollback migrations generated by an extension it fails with the exception > wrong number of arguments (given 1, expected 0) triggered by the following...

When browsing at http://localhost:3000/refinery/pages Pages translated to locales not mentioned in the Refinery::I18n.frontend_locales causes: ``` ArgumentError in Refinery::Admin::Pages#index Showing .../refinerycms-pages-3.0.5/app/views/refinery/admin/pages/_page.html.erb where line #28 raised: comparison of Fixnum with nil failed...

Needs discussion

**This Fails** This is work I was doing last July, but it still seems like a good thing to work on. I wasn't happy that the dummy app used a...

Needs Volunteers

I just upgraded to Refinery 4. I'm also using the `refinerycms-inquiries` gem. That gem is still using `refinery_icon_tag` helper to render the action icons in the admin. After I upgraded...

This is a very short PR. It puts in place the basic features needed to implement a **duplicate** action. The default duplicate action is very naive - it copies the...

I'm seeing several dependabot security alerts due to `jquery-ui-rails` version 6's dependency on jQuery UI v1.12 (e.g. https://github.com/jquery/jquery-ui/security/advisories/GHSA-gpqq-952q-5327). These can be fixed by upgrading `jquery-ui-rails` to v7.0.0. There's a slight...

Is Rails 7 support planned or maybe in some kind of Beta? I have a existing Rails webapp built with Rails 7, and I would really really like to use...