DG MS IZ; Status message renders to and from xml; Friend model in place

This commit is contained in:
maxwell
2010-06-14 16:20:57 -07:00
parent db44081186
commit 1f73c2351e
10 changed files with 49 additions and 44 deletions

16
Gemfile
View File

@@ -1,22 +1,13 @@
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta4'
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem "mongoid", :git => "http://github.com/durran/mongoid.git"
gem "bson_ext", "1.0.1"
gem "nifty-generators"
gem "haml"
gem "devise", :git => "git://github.com/plataformatec/devise.git"
gem 'roxml', :git => "git://github.com/Empact/roxml.git"
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
gem 'ruby-debug'
group :test do
gem 'rspec', '>= 2.0.0.beta.10'
@@ -27,3 +18,8 @@ group :test do
gem 'autotest'
end
group :development do
gem "nifty-generators"
gem 'ruby-debug'
end