Skip to content

Instantly share code, notes, and snippets.

# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
ko:
errors:
messages:
expired: "가(이) 만료되었습니다. 새로 요청해 주십시오"
not_found: "를(을) 찾을 수 없습니다"
already_confirmed: "이미 확인되었습니다, 다시 로그인 해 주십시오"
not_locked: "가(이) 잠기지 않았습니다"
not_saved:
@chrisb
chrisb / gist:4d6a09c6cc1ca2e1b14e
Last active November 25, 2022 04:15
Homebrew, Ruby, and Rails on OS X 10.10

OS X 10.10 Guide

Here's what I did to get things working.

1. Install Xcode 6

Yep, over at: https://developer.apple.com

2. Install the Command Line Tools (CLT)

@linjunpop
linjunpop / deploy-rails-4-app-with-dokku-on-digital-ocean.md
Last active May 30, 2023 08:20
Deploy Rails 4 app with Dokku on DigitalOcean

Deploy Rails 4 app with Dokku on DigitalOcean

Install dokku

First create a Ubuntu 13.04 x64 droplet on DigitalOcean Control Panel

Then ssh with root account, run this in termianl:

$ wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | sudo bash