disabling MetaWhere feature and making Acitve Record fixture that is always loaded

This commit is contained in:
Ryan Bates
2012-04-22 16:06:59 -07:00
parent 8c72ab40a4
commit 1ff1b70de4
7 changed files with 46 additions and 61 deletions

View File

@@ -4,8 +4,6 @@ case ENV["MODEL_ADAPTER"]
when nil, "active_record"
gem "sqlite3"
gem "activerecord", '~> 3.0.9', :require => "active_record"
gem "with_model", '~> 0.1.5'
gem "meta_where"
when "data_mapper"
gem "dm-core", "~> 1.0.2"
gem "dm-sqlite-adapter", "~> 1.0.2"