We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like it's pointing to some missing assets. I can't use rails admin because of that. Found no resource on stack or with chatGPT
rails
rails_admin
Here are some of my gems :
gem "sassc-rails" gem "graphql" gem "faraday" gem 'faker' gem "bootstrap", "> 5.2" gem "devise" gem "autoprefixer-rails" gem "font-awesome-sass", "> 6.1" gem "simple_form", github: "heartcombo/simple_form" gem "rack-cors" gem "geocoder" gem "cloudinary" gem 'omniauth' gem "omniauth-google-oauth2" gem "omniauth-rails_csrf_protection", '> 1.0' gem 'rails_admin', '> 3.0'
The text was updated successfully, but these errors were encountered:
Hey @Etx17 I faced the same problem as you. But in my case this #3648 (comment) was helpful
Sorry, something went wrong.
Hi @Etx17 setup application using rails new app_name -d mysql -j esbuild --css bootstrap
No branches or pull requests
Looks like it's pointing to some missing assets. I can't use rails admin because of that.
Found no resource on stack or with chatGPT
rails
version: 7.0.4rails_admin
version: 3Here are some of my gems :
gem "sassc-rails"
gem "graphql"
gem "faraday"
gem 'faker'
gem "bootstrap", "> 5.2"
gem "devise"
gem "autoprefixer-rails"
gem "font-awesome-sass", "> 6.1"
gem "simple_form", github: "heartcombo/simple_form"
gem "rack-cors"
gem "geocoder"
gem "cloudinary"
gem 'omniauth'
gem "omniauth-google-oauth2"
gem "omniauth-rails_csrf_protection", '> 1.0'
gem 'rails_admin', '> 3.0'
The text was updated successfully, but these errors were encountered: