changes for windows

This commit is contained in:
unknown 2011-06-14 15:04:37 +08:00
parent a695b9ad29
commit 7215b56f7e
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,6 @@ source 'http://rubygems.org'
gem 'rails', '3.0.6'
gem 'yajl-ruby', :require => 'yajl'
gem 'nokogiri'
gem 'bson_ext'
gem 'carrierwave'

View File

@ -29,7 +29,7 @@ GEM
activesupport (= 3.0.6)
activesupport (3.0.6)
arel (2.0.10)
bcrypt-ruby (2.1.4)
bcrypt-ruby (2.1.4-x86-mingw32)
bson (1.3.1)
bson_ext (1.3.1)
builder (2.1.2)
@ -67,7 +67,6 @@ GEM
mongo (~> 1.2)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
nokogiri (1.4.4)
orm_adapter (0.0.5)
polyglot (0.3.1)
rack (1.2.3)
@ -116,7 +115,7 @@ GEM
yajl-ruby (0.8.2)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
bson_ext
@ -127,7 +126,6 @@ DEPENDENCIES
factory_girl_rails
mini_magick
mongoid (= 2.0.0)
nokogiri
rails (= 3.0.6)
rake (= 0.8.7)
rcov

View File

@ -1,5 +1,7 @@
# Load the rails application
require File.expand_path('../application', __FILE__)
require 'yaml'
YAML::ENGINE.yamler = 'syck'
# Initialize the rails application
PrototypeR4::Application.initialize!