Leaving this here in case anyone is losing sleep over their lack of FactoryBot knowledge 🛌 😁
https://www.honeybadger.io/blog/factorybot-for-rails-testing-md/
#ruby #rails #factorybot
| www | https://www.honeybadger.io |
| uptime | https://uptime.honeybadger.io |
| creatures | https://www.exceptionalcreatures.com |
| birdsite | https://twitter.com/honeybadgerapp |
Leaving this here in case anyone is losing sleep over their lack of FactoryBot knowledge 🛌 😁
https://www.honeybadger.io/blog/factorybot-for-rails-testing-md/
#ruby #rails #factorybot
Just gave our website a light design refresh as we prepare for a big announcement coming later this fall. 👀
What do you think?
@getajobmike we have you on the Rails page! But you're right, we should probably have your quote on the homepage as well—it's a favorite.
Just gave our website a light design refresh as we prepare for a big announcement coming later this fall. 👀
What do you think?
Automatic active job check ins to @honeybadger.
Just setup the check in honeybadger and then configure an ENV var based on the name of the job.
This is for maintenance/cron style jobs that run ever N minutes, hours, or days (not high throughput jobs).
You want to do this because if you don't that job will stop running at some point and you'll never know. With check ins you will.
We're using this on @flipper and on Box Out and it's handy. Enjoy!
https://gist.github.com/jnunemaker/d418d266ceba958bb637367970ee20ee
Automatic honey badger check ins for active job. Just setup the check in with honey badger and configure an env var to the identifier they provide. - active_job_checkins.rb
Cross-cluster Associations in Rails 7
In this article Julie Kent discusses using associations in Rails when the underlying data model spans multiple databases.
#ruby #rails
https://www.honeybadger.io/blog/cross-cluster-associations-rails/
Business Intelligence on Rails With Blazer 📊
Our latest blog post shows how you can use the blazer gem in Ruby on Rails to gather and display business metrics!
#rails #rubyonrails
https://www.honeybadger.io/blog/blazer-business-intelligence-ruby-on-rails/