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)
New Rails 7 app with -j esbuild, JavaScript seems to be “disabled”
I tried this exact approach to create a new Rails 7 app in How to install jQuery and bootstrap in rails 7 app using esbuild (without webpacker) , but now it seems like my rails app is just ignoring ja...
Navin Gupta
Votes: 0
Answers: 1
Rails 7 Delayed Job invoking an engines rake task causes Application has already been initialized
How to correctly invoke a rake task? In an engine I have a rake task and a delayed_job_active_record job. The task will run perfectly in any environment independently of the delayed_job_active_record ...

jamesc
Votes: 0
Answers: 0
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 Dynamic Nested Forms with hotwire/turbo frames
I'm very new to Rails. I've started right from Rails 7 so there is still very little information regarding my problem.
Here is what I have:
app/models/cocktail.rb
class Cocktail < ApplicationRecord...
zdebyman
Votes: 0
Answers: 1