Pragun Joshi

Results 3 comments of Pragun Joshi

This worked for me (ruby 2.6.10 on M1 mac Ventura 13.2.1): - uninstall rvm & install asdf - export optflags="-w" - asdf install ruby 2.6.6 Source: https://github.com/asdf-vm/asdf-ruby/issues/301#issuecomment-1447506587

@sebastianiorga I replaced the `ActiveSupport::Reloader.to_complete` callback with `ActiveSupport::Reloader.to_prepare` and removed the `config.after_initialize` block because `to_prepare` callback runs every time the code is reloaded and also during the application startup ([doc...

@grantmca i feel like [this line](https://github.com/jhund/filterrific/blob/master/lib/filterrific/active_record_extension.rb#L62) should be addressed too?