-
ただの学習用に作成したminiアプリ
-
jquery
-
haml
-
sass
-
sinatra
-
rack
-
mongodb
-
mongomapper
-
webrat
-
shoulda
mongodbをダウンロード
mongodbの実行
cd <mongodb> bin/mongod
bundlerのインストール
gem install bundler export GEM_HOME=~/.bundle/ruby/1.8
git clone
git clone git@github.com:haru01/mini-cards.git cd mini-cards
bundler を使って必要なgem インストール
bundle install
実行
ruby app_test.rb ruby app.rb