I recently noticed some SASS variables in the compiled CSS output of our Rails app. I looked all over the place, trying to determine how I broke compilation, to no avail. The answer ended up being obscure but rather simple:... continue reading
Posts tagged under Ruby on Rails
I recently noticed some SASS variables in the compiled CSS output of our Rails app. I looked all over the place, trying to determine how I broke compilation, to no avail. The answer ended up being obscure but rather simple:... continue reading
Update: The creator of Sidekiq, Mike Perham, quickly and correctly pointed out that standard ActiveRecord use inside Sidekiq should include automatic connection pool checkins when jobs are complete. I failed to realize that using ActiveRecord::Base.connection checks out a... continue reading