This commit is contained in:
albert
2010-10-08 18:42:26 -04:00
parent 6bc469b05d
commit f051e04550
88 changed files with 2865 additions and 699 deletions

View File

@@ -1,4 +1,3 @@
# Edit this Gemfile to bundle your application's dependencies.
source 'http://gemcutter.org'
group :test do
@@ -8,8 +7,13 @@ group :test do
gem "faker"
end
gem "rails", "3.0.0.rc2"
gem "rails", "3.0.0"
gem "pg"
gem "memcache-client", :require => "memcache"
gem "imagesize", :require => "image_size"
gem "delayed_job"
gem "super_exception_notifier"
gem "haml"
gem "simple_form"
gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"