Chase
Chase
https://github.com/fxn/zeitwerk#reloading would this help?
I had the same problem and found a solution. For you, adding "dependent: :destroy" to your "has_many through" statement should make it work: ````ruby class Employee < ApplicationRecord has_many :projects,...
Thank you for the hints, as I was using Cloud9, I had to remove my personal `~/.bundle/config`, install and use Ruby 2.7 and install latest bundler to get it to...
same issue here using Rails 5.2 EDIT: this is my fault, I got it to work now. I 'gem install' instead of putting the gem into my Gemfile.
According to the docs, -S is mostly to allow platforms that don't support the shebang-style script header to emulate it Since irb is #!/usr/bin/env ruby, could it be that Git...
No, I've been using Firefox. I was thinking that on page's unload you can remove the disabled="".