2012-08-01から1ヶ月間の記事一覧

Padrino-sproketsでハマる

Padrino-sprocketsを下記の説明の通りインストールして、GitHub - nightsailer/padrino-sprockets: Integrate sprockets with padrion/assets/javascript/application.jsにアクセスしたらNot foundと言われる。なんでだ、と思って色々2時間くらいやってたら…

Ubuntu 12.04 + rvm + Gitlab 2.7.0 インストールメモ

さくらVPSのUbuntu12.04にGitlabをインストールしてみたのでメモっておく。 rvmのインストール(sudoでインストール)とRuby 1.9.2のインストール $ sudo curl -L https://get.rvm.io | sudo bash -s stable/etc/profile.d/rvm.shができ、/usr/local/rvmあた…

PadrinoでResque-webを動かす

Gemfileに下記を追加し、bundle install。 gem 'resque' 下記のURLにあるようにconfig.ruを編集。https://github.com/padrino/padrino-framework/wiki/Using-Padrino-With-Resque #!/usr/bin/env rackup # encoding: utf-8 # This file can be used to start…