python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rails 7 controller decorator uninitialised constant error in production only
I am getting the following error zeitwerk/loader/helpers.rb:95:in const_get': uninitialized constant Controllers::BasePublicDecorator (NameError)
This is an error in a local production console using r...

jamesc
Votes: 0
Answers: 1
Rails 7 engine how to make uncompiled stylesheets available to host app?
So I have a file not found problem.
I have an engine that works in development mode in the engines test/dummy app, the engine allows the editing of sass variables and stores them in a theme table, the...

jamesc
Votes: 0
Answers: 1
In a Rails engine Is it possible for Rspec to make use of Rspec support system helpers from another engine?
Given a Rails engine_one that has a spec support file engine_one/spec/support/system/order_functions.rb, containing functionality to support the testing of various order system tests such as simulatin...

jamesc
Votes: 0
Answers: 1
How to use tailwind css gem in a rails 7 engine?
How to use tailwind in a rails engine? According to the documentation supplying a css argument to the Rails generator should work
Rails 7.0.2.2 engine generated using
rails plugin new tailtest --mount...

jamesc
Votes: 0
Answers: 2