Skip to content

Instantly share code, notes, and snippets.

View Joseph-Reece's full-sized avatar

Joseph Ndirangu Joseph-Reece

  • Nairobi, Kenya
  • 13:18 (UTC +03:00)
View GitHub Profile
@Joseph-Reece
Joseph-Reece / Common-Currency.json
Created November 23, 2021 10:40 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
@Joseph-Reece
Joseph-Reece / RAILS_CHEATSHEET.md
Created December 11, 2021 05:53 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before