Skip to content

Instantly share code, notes, and snippets.

@jibing57
jibing57 / experience.rb
Created July 11, 2022 08:39 — forked from mamantoha/experience.rb
Rails API Filtering and Sorting
# app/models/experience.rb
#
# == Schema Information
#
# Table name: experiences
#
# id :integer not null, primary key
# title :string
# description :text
# created_at :datetime not null
@jibing57
jibing57 / rds_download_logfiles.rb
Created November 29, 2017 09:05 — forked from ruckus/rds_download_logfiles.rb
Ruby script to download log files from RDS and archive to S3.
=begin
This script uses the AWS v2 API
Gemfile:
source "https://rubygems.org"
gem "aws-sdk", "2.0.17.pre"