yehudakatz.com
Rails 2.3 has a ton of really nice functionality locked up in monolithic components. I’ve posted quite a bit...
apidock.com
All ActiveRecord associations except for has_many :through support callbacks for pre- and post-insertion/deletion via the following, self...
Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...
Best results in other decks
With Ubuntu 24.04 it's not longer possible to setup FDE with BTRFS The new installer won't offer you...
github.com
Ever needed to migrate data between Redis instances? Give RIOT - Redis Input/Output Tools a try. It supports migration to different...