You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that Surfer 3.0.0 on Rails 7.2.2.1, Ruby 3.4.1 works as expected. @justin808 - maybe you want to yank gem version 3.1.0 until this gets sorted?
Also, it might not have been such a smart idea after all to add Assets.compiled_assets to the gemspec. It looks like the consuming app also runs this code (eat least when trying to use the gem directly from github), but it's only supposed to run as a build step. I could move this into a Rake task (?)
Expected behavior
Creating layout, etc. should work in Admin
Even though all tests are passing -- I reckon we need to add some to expose this.
There may be other issues related to sass, but I haven't confirmed that.
Actual behavior
Textarea fields are not writable in the Admin panel
Steps to reproduce
Create a new Rails 8 project, add Surfer, and proceed to try to create layouts, pages, snippets, etc.
System configuration
Rails version: 8.0.1
CMS version: 3.1.0
Ruby version: 3.4.1
/ @justin808 @Judahmeek @langalex
The text was updated successfully, but these errors were encountered: