Team QametaIdentify unused Routes in Ruby on RailsRails routes maps URLs of a Ruby on Rails application to controller actions. As a project grows, many new routes get added and older ones…May 17May 17
Team QametaUse Geocoder and Maxmind DB to Geocode IP AddressesUsing IP addresses to communicate is an essential part of most web applications using HTTP(S) as protocol. This is especially interesting…Nov 29, 2023Nov 29, 2023
Team QametaDefault URL Options in Ruby on RailsLike most Ruby developers you have to set a default_url_options on a Ruby on Rails project. Depending on the use case you have to set…Sep 1, 2023Sep 1, 2023
Team QametaWorking with Legacy Ruby on Rails: spring.gem fork() CrashWorking with legacy Ruby on Rails applications is for most developers a problem, as they have a lot of extra work to do:Aug 17, 2023Aug 17, 2023
Team QametaAnalyzing SassC::SyntaxError in Ruby on Rails 7.0I was running a up to date Ruby on Rails 7.0 project using cssbundling-rails. The project was in production for several months. After…Jun 29, 2023Jun 29, 2023
Team QametaDeploy Ruby on Rails 7.0 to Dokku micro PaaSDeploying a Ruby on Rails application to a Dokku instance is pretty forward. There are only a few things you have to consider. In this…Jun 22, 2023Jun 22, 2023
Team QametaFixing require LoadError as an example for the matrix gemSome gems like matrix or rexml were added at some point to ruby becoming so-called default gems. But they may be removed from being default…Jun 15, 2023Jun 15, 2023
Team QametaFix Flaky Rails System Tests caused by slow scrolling or animationsFlakiness on browser-based system tests (integration tests) in Ruby on Rails may have a lot of different reasons. One is scrolling, which…Mar 3, 2023Mar 3, 2023
Team QametaHowto migrate from Webpacker to jsbundling-rails in Ruby on RailsMigrating an existing Ruby on Rails Application using webpacker to jsbundling-rails. Sunset webpacker now.Feb 23, 20231Feb 23, 20231
Team QametaHowto migrate from Webpacker to cssbundling-rails in Ruby on Rails for CSSMigrating an existing Ruby on Rails Application using webpacker to cssbundling-rails for CSS bundling. Easy steps explained for your…Feb 15, 2023Feb 15, 2023