タグ

2012年5月14日のブックマーク (2件)

  • 223Soft -

    Document Data Structure in MongoDB Express MongoDB lets you easily store structured and unstructured data in a flexible and dynamic database schema. It supports CRUD operations on complex data objects using JSON as the main data type. Its an open source solution so it may not be as robust or well supported as commercial management tools. However it is easy to deploy and works well for most use cas

  • うぶ毛プリン: rvmからrbenvに移行した

    2011-08-17 rvmからrbenvに移行した rbenvとは何か Rubyバージョン管理ツール。Sam Stephenson(37signals)が作った。 そもそもrvmという便利なツールがあるが、rbenvはより少ない機能でより軽く動く。 覚え書きです 競合するといけないので、まずrvmを削除する $ rvm implode .bash_profile等の記述を消しておく。 rbenvをインストールする $ cd $ git clone git://github.com/sstephenson/rbenv.git .rbenv ↑homebrewを導入している人は「brew install rbenv」でもいいかも。homebrewの導入の仕方は前の記事で書いた。 .bash_profile等に追記 $ echo 'export PATH="$HOME/.rb