I'm using MacOS and I'm getting the following error when trying to run rails s or rails routes against a Ruby on Rails repo. I don't know what should be changed
I have Projects model: class Project < ApplicationRecord acts_as_tenant :account has_rich_text :description validates :name, :progress, :priority, :st
In Rails console when I write Something like: City.human_attribute_name("model") it's work correctly, a return value, but when I try to use it in .haml in Optio
I'm currently upgrading my rails app to 7. I was just testing it for a while then I have issues on Foundation Rails. I installed it and followed all the steps e
Using Savon 2.0 to make a SOAP request, I'm getting an env:Client fault code with the fault string Internal Error (from client): D, [2020-06-09T05:37:51.323537
While deploying code using capistrano gem - Rails couldn't infer whether you are using multiple databases from your database.yml and can't generate the tasks fo
Getting this error when using searchkick with elasticsearch on mac. Searchkick version: searchkick (4.5.2) $ elasticsearch --version warning: no-jdk distributio
Looking for a RAILS solution for OCI Object Storage, we currently are using paperclip on AWS with S3. Paperclip is depreciated and Active storage has no documen
Is it possible to have a different devise config for a specific model? I want to have the minimum password length for all user models set to 8 characters, But f
The turbo:load event is not fired after a turbo visit (as the documentation says it should). It works as expected after the initial full-page load. I can catch
I am trying to use Select2 on a new Rails 7 app and am struggling as follows: I have pinned it into my import maps and imported it like so: pin "application", p
I have been having serious troubles to get ssh-agent forwarded into the docker container (with my docker-compose installation). I have Mac running Catalina, wit
I am trying to upgrade solidus_core to 3.1.5 (lates version till date) causing issue with solidus_braintree as this gem is deprecated on arrival of solidus_payp
I have an error when trying to install the libmysqlclient-dev package together with npm for some reason when installing libmysqlclient-dev it removes npm Step 1
I'm trying to integrate with ariba with my rails application.ariba uses cXML to punchout the data i needed. I found the gem https://github.com/officeluv/cxml-ru
I'm trying to use Omniauth with Facebook for a project but whenever I try to log in with Facebook I get a blank page with just "Not found. Authentication passth
I have a model called Company, this model is used for both companies and clients, I know this is not the best approach for companies/clients but the software I'
I am using audited gem and I have the following rails query and I want to make it by using IN, at least without OR condition. audited_changes contain a hash wit
I've noticed this strange behavior of turbo frames loading lazily via src attribute setting: nav = turbo_frame_tag 'primary_menu', src: primary_menu_path :
The current project adopts the front-end and back-end separation architecture, the front-end is realized by VUE, and the back-end adopts RAILS. Now we need to s