a gem for the Apple Push Notification Service. Install sudo gem install apns Setup: Convert your certificate In Keychain access export your certificate as a p12. Then run the following command to convert it to a .pem openssl pkcs12 -in cert.p... 続きを読む
Wednesday, June 10, 2009 RubyGems Best Practice It is unexpectedly difficult To handle RubyGems with multi ruby implementation in one OS. This entry is drawing my best practice of the problem. Principle: Gem in the User Area As far as possibl... 続きを読む
Ruby on Rails 2.3.2 を使える環境を作る手順。何度も同じ失敗をしたので、備忘録として書きます。使用したのは Ubuntu 8.04 日本語リミックスの VMware 仮想マシン(VMware Player 2.5.1 on Windows XP)。http://www.ubuntulinux.jp/products/JA-Localized/vm... 続きを読む
Rubygemsでgemをインストールする際にsudoをつけ忘れたりすると~/.gem以下に配置されてしまって気持ち悪い素直にgemコマンドで入れるときには忘れることはなさそうだが、Railsでrake gems:installするときは毎回sudoを忘れて、しかも忘れたことに気づかないこと... 続きを読む
ネットワークからパッケージを探して一覧で出す hogeってキーワードに引っかかるパッケージ一覧出す gem search --remote hoge 省略形 gem search -r hoge ▲ ▼ 続きを読む