Open tripplesteel opened 1 month ago
@tripplesteel, thank you for your feedback. It looks like the helpers aren’t loading correctly. Could you provide a bit more information about your app? Is it API-only? Also, could you share your Gemfile
with me?
@akodkod Yes of cource. Its not API only. The app is new, running ruby 3.3.5 and rails 7.2.1. It's still in development phase, because of migration from old rails 4 app. Here you are the Gemfile
source 'https://rubygems.org'
ruby '3.3.5'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '= 7.2.1'
gem "pg"
# Use Puma as the app server
gem 'puma'
gem 'kamal'
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
gem 'sassc-rails'
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails"
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "stimulus-rails"
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
gem "cssbundling-rails"
gem 'haml'
gem 'haml-rails'
gem 'htmlentities'
gem 'nokogiri'
gem "bootsnap", require: false
gem 'devise'
gem 'httpclient'
gem 'rails-i18n'
gem 'multi_json'
gem 'lru_redux'
gem 'rack-attack'
gem 'net-sftp'
gem 'http-cookie'
gem 'sitemap_generator'
gem 'audited'
gem 'scenic'
gem 'dotenv'
gem "image_processing"
gem "solid_queue"
gem "solid_queue_dashboard"
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console'
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler'
gem 'listen'
gem 'rainbow'
gem 'terminal-table'
gem 'brakeman'
gem 'foreman'
end
I decided to try out the gem but when i try to enter the dashboard i get this error:
undefined method `job_status_circle_class' for an instance of #