Resque is a small redis backed queuing library written in Ruby by Chris Wanstrath. Using Resque, you can create background jobs that can be placed in multiple queues to be processed later. It also allows you to monitor your queues, workers, a... 続きを読む
Archives Browse the post archives. Subscribe Subscribe to the full-text RSS feed or the comments feed. Last summer, Heroku became a polyglot platform, with official support for Ruby, Node.js, Clojure, Java, Python, and Scala. Building a platf... 続きを読む
Heroku is an invaluable resource for quickly deploying apps without having to do the dev-ops heavy lifting, allowing development to move fast. One of Heroku's great features is on-demand scaling of dynos (additional processes). To take advant... 続きを読む
Last Updated: 16 March 2012 bamboo cedar Table of Contents Create git topic branch Ensure Ruby 1.9.2 compatibility Specify dependencies Create Procfile Create Cedar app Deploy Reprovision Add-ons Copy configuration variables Make Cedar app li... 続きを読む
2012年05月02日11:02 heroku tapsを使って開発環境のデータベースをHerokuにインポートする まず、tapsというライブラリをインストールします。これはリモートサーバのデータベースへのデータのインポート/エクスポートを行うためのライブラリです。 gem instal... 続きを読む
Last Updated: 23 March 2012 routing Table of Contents The herokuapp.com HTTP Stack The Heroku platform automatically routes HTTP requests sent to your app’s hostname(s) through to all of your web dynos. Applications on the Cedar stack use th... 続きを読む
Using Rack::Cache with Memcached for Static Asset Caching in Rails 3.1+ Last Updated: 03 April 2012 Table of Contents Understanding Rack Rack::Cache storage Install Memcache locally Configure Rails cache-store Configure Rack::Cache Serve stat... 続きを読む
herokuでSSLを使う場合、以下の4つのプランがあります。 Piggyback SSL (無料) SNI SSL ($5/月) Hostname Based SSL ($20/月) IP Based Custom SSL ($100/月) herokuで動かすアプリケーションが、heroku.comドメインで良い場合はPiggyback SSLを使うことができ... 続きを読む
Last Updated: 07 June 2011 hostname piggyback ssl Table of Contents Piggyback SSL (myapp.heroku.com only) Custom-domain SSL (www.yourdomain.com) Frequently Asked Questions SSL is a cryptographic protocol that provides end-to-end data encrypti... 続きを読む
A while back I had to install a few SSL certificates on Heroku so I came up with my own system for doing it, a combination of several different sets of directions. It can be a bit confusing if you don't have much experience with SSL, so I'm p... 続きを読む
node.js, Heroku | 22:57本日、開催された Heroku JP Meetup #3 で話してきた内容です。内容としては去年の12月の東京Node学園3時限目のLTの進化版で、package.json の engines の指定を変えることで、Node.js のバージョンを切り替えられる公式の versions ブ... 続きを読む
勉強会補欠から繰り上がっていたので参加してきました。Heroku JP Meetup #3 : ATND触ってみようと思いつつも結局ほとんどマトモに触ったことの無いheroku。すごいしっかりしたビジョンの話や開発者コミュニティで盛り上げて行って欲しいという想いも聴いたし、... 続きを読む
node.js普段自分はHeroku+Sinatra+Slim+SassでWebアプリを作っているんだけど、Node.jsやCoffeeScriptについてちょっと調べてたら、Heroku+Node.js(Express)+Jade+Sassという組み合わせでCoffeeScriptで書けば、前述のSinatraアプリとほぼ同じような感覚で書け... 続きを読む