Skip to content

Instantly share code, notes, and snippets.

View randsina's full-sized avatar

Roman Vakulchik randsina

  • Studytube
  • Amsterdam, Netherlands
View GitHub Profile
@jamtur01
jamtur01 / ladder.md
Last active May 17, 2024 07:29
Kickstarter Engineering Ladder
source :rubygems
# We are not loading Active Record, nor Active Resources etc.
# We can do this in any app by simply replacing the rails gem
# by the parts we want to use.
gem "actionpack", "~> 4.0"
gem "railties", "~> 4.0"
gem "tzinfo"
# Let's use thin