Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Sep 20, 2011
2 parents 40c95ab + 8c7926c commit 0bd01f7
Show file tree
Hide file tree
Showing 25 changed files with 322 additions and 782 deletions.
39 changes: 13 additions & 26 deletions Gemfile
@@ -1,44 +1,31 @@
source 'http://rubygems.org'

# Rails 3.1, Asset Pipeline and Javascript
gem 'rails', '3.1.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

#gem "couchbase-ruby-client", :git => "git://github.com/couchbase/couchbase-ruby-client.git", :require => "couchbase"
gem "validate_url"
gem "couchbase-ruby-client", :require => "couchbase"
# gem "couchbase-ruby-client", :path => "~/active/couchbase-ruby-client", :require => "couchbase"

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0"
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end

gem 'jquery-rails'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
# Required to give an executable JS environment
# in Production on Heroku
group :production do
gem 'therubyracer-heroku', '0.8.1.pre3'
end

group :development do
# Development / Test only.
group :development, :test do
gem 'ruby-debug'
gem 'foreman'
end

group :test do
# Pretty printed test output
gem 'turn', :require => false
end

group :production do
gem 'therubyracer-heroku', '0.8.1.pre3'
end
# Squish Application Dependancies
gem "couchbase-ruby-client", :require => "couchbase"
gem "validate_url"


335 changes: 0 additions & 335 deletions app/assets/stylesheets/base.css

This file was deleted.

0 comments on commit 0bd01f7

Please sign in to comment.