Ryusuke Fuda's Tech Blog

Softweare Enginier about Web, iOS, Android.

ruby

Ruby ハッシュソート

■ こういうハッシュをdateでソートする p dataHash { { title: "aaaaaa" article_url "http://bbbbbb" date: 2014-07-22T19:38:29.000Z }, { title: "ccccccc" article_url "http://dddddd" date: 2014-07-26T19:38:29.000Z }, { title: "eeeeeee" article_u…

Heroku デプロイ

Herokuの登録からrailsアプリのデプロイまで ■ Herokuのページから登録デプロイまで https://dashboard.heroku.com/■ Heroku Toolbeltインストール Heroku登録後ダウンロードURLが出る■ ターミナルからアカウント認証 $ heroku login Enter your Heroku cred…

Ruby install Mac

MacへRubyインストール ■ まず、Ruby Version Manager(RVM)をインストールする $ curl -sSL https://get.rvm.io | bash -s stable In case of problems: http://rvm.io/help and https://twitter.com/rvm_io * WARNING: You have '~/.profile' file, you mig…