Skip to content

Instantly share code, notes, and snippets.

View tarun-delish's full-sized avatar

Tarun Mookhey tarun-delish

View GitHub Profile
This file has been truncated, but you can view the full file.
[
{
"id": 1,
"suburb": "Abbotsbury",
"postal_code": "2176",
"monday": "",
"tuesday": "01:00-07:00",
"wednesday": "12:00-20:00",
"thursday": "",
"friday": "",
@tarun-delish
tarun-delish / shortcuts_to_be_added.rb
Created May 14, 2022 05:46
shortcuts_to_be_added
# text.split(".").first.split("_").map(&:capitalize).join
# PostgreSQL. Versions 9.3 and up are supported.
#
# Install the pg driver:
# gem install pg
# On macOS with Homebrew:
# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
# On macOS with MacPorts:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg