Skip to content

Instantly share code, notes, and snippets.

@iwazer
Created August 18, 2011 11:33
Show Gist options
  • Save iwazer/1153890 to your computer and use it in GitHub Desktop.
Save iwazer/1153890 to your computer and use it in GitHub Desktop.
Ruby1.9でmongrelをインストールするにはpre release版じゃないとコンパイルできないよ(2011-08-18現在)
# Rails3の場合Gemfileの修正も忘れずに…
gem 'mongrel', '>= 1.2.0.pre2'
ruby -v
# => ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
gem install mongrel --pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment