Padrino

Padrino-sproketsでハマる

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

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…