Viktor Schmidt
Viktor Schmidt
We would like to use Prosopite for N+1 detections. For this, I configured Bullet in our project as follows: ```ruby config.after_initialize do ... Bullet.n_plus_one_query_enable = false Bullet.unused_eager_loading_enable = true Bullet.counter_cache_enable...
On Rails 7 (and probably on Rails 6 too) with new app I will get following errors, when I run `bundle exec rails active_record_doctor:undefined_table_references`: ```bash ActionMailbox::InboundEmail references a non-existent table...
What can I do? No idea -_- ```bash $ bundle install Installing hpricot 0.8.6 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: ~/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/hpricot-0.8.6/ext/fast_xs ~/.asdf/installs/ruby/3.3.0/bin/ruby extconf.rb...
Considering the resolution provided in [Ruby Issue #20085](https://bugs.ruby-lang.org/issues/20085), it may be beneficial for the devcontainers project to integrate any necessary patches or workarounds. This could involve updating the Ruby version...
In the Usage section, under [Tests]( https://github.com/svenfuchs/routing-filter#testing), it says that > RoutingFilter should not be enabled in functional tests by default. And if I do so, it breaks the recommended...
#### Summary This pull request introduces a comprehensive Docker-based development environment for the Rideshare application, enhancing developer productivity and ensuring a consistent setup across various environments. Key features include DevContainers...
### Motivation / Background This Pull Request addresses the issue of caching bundler dependencies in a Dev Container setup, which can significantly speed up container startup times by avoiding the...
Install apt dependencies defined in an `Aptfile.dev` file. This feature is inspired by the approach found in [heroku-buildpack-apt](https://github.com/heroku/heroku-buildpack-apt) and [Aptfile Buildpack on App Platform](https://docs.digitalocean.com/products/app-platform/reference/buildpacks/aptfile/). It simplifies the process of managing...