#rails (12 articles)
Saturday, August 3, 2024
OmniAI now supports the generation of embeddings for both Mistral and OpenAI. In conjunction with pgvector, this is an excellent option for indexing and searching data to pass through an LLM prompt within a Ruby on Rails application.
Friday, October 27, 2017
A few examples of when using a transaction in Ruby on Rails doesn't work as expected.
Wednesday, August 23, 2017
A tutorial on eager loading polymorphic associations with Ruby on Rails avoiding "n-plus-one" queries.
Saturday, August 12, 2017
A deep dive into the performance of Fabrication and FactoryGirl.
Saturday, April 29, 2017
How to use rake, rails, convert and sketch to generate a favicon.
Tuesday, October 4, 2016
Managing sockets, handling HTTP parsing and generation, and integrating with Rack to build a simple web server from scratch.
Wednesday, September 7, 2016
A lightweight approach to integrating Vue.js into a Ruby on Rails application.
Saturday, December 20, 2014
How to load 'N' records per parent record efficiently in Ruby on Rails
Sunday, December 14, 2014
A quick introduction to using mixins with Backbone to extract out common code
Wednesday, May 28, 2014
Concerns offer a reusable way of sharing common code. This can be used to extract URL helpers.
Tuesday, May 6, 2014
Configure SSL/TLS On Heroku Using a CDN
Friday, March 9, 2012
Two awesome tools for speeding up testing are Zeus and Guard. Setting them up allows for automatic execution of tests while coding.