Joined November 2012
·
Posted to
Installing ruby 2.0.0 with RVM
over 1 year
ago
$ rvm install 2.0.0 worked just fine for me.
Posted to
WBFS partitions on Mountain Lion
over 1 year
ago
Thanks for the tip! But Witgui and Wii Backup Fusion are still not recognizing my partition. Maybe I am not doing it correctly? I'm running "sudo open path".
Edit: I ran "sudo path.app/Contents/MacOS/appfile" and it worked. Thank you!
Achievements
48 Karma
0 Total ProTip Views
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Why wouldn't you just set environment variables inside a ruby file, and initialize it if it exists? Gitignore the file. Set environment variable in production through the server. The YAML just seems like having to do more work to put it into ruby, and then if you gitignore the file so public doesn't have access to your passwords, your app is broken.