Skip to content

Instantly share code, notes, and snippets.

@simmogs
Created April 4, 2011 13:15

Revisions

  1. simmogs created this gist Apr 4, 2011.
    38 changes: 38 additions & 0 deletions Gemfile.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    source 'http://rubygems.org'

    gem 'rails', '3.0.5'

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

    gem 'mysql2'
    gem 'devise', '~>1.2', :git => 'https://github.com/plataformatec/devise.git', :branch => "v1.2"
    gem "oa-oauth", :require => "omniauth/oauth"
    gem "calendar_date_select"
    gem "geokit-rails3"
    gem 'geokit'
    gem "prawn"
    gem "cancan"
    gem 'will_paginate'
    gem "sanitize", "2.0.0"
    gem "uuid"
    gem "haml", ">= 3.0.0"
    gem "haml-rails"
    gem 'formtastic', '1.2.3'
    gem "bhm-google-maps", :git => "git://github.com/YouthTree/bhm-google-maps.git"



    group :development do
    gem "jquery-rails"
    gem "mongrel"
    gem "heroku"
    gem "capistrano"
    gem 'capistrano-ext'
    gem 'ruby-debug'
    gem "rails-upgrade"
    end

    group :test do
    gem "ci_reporter"
    end
    7 changes: 7 additions & 0 deletions command line output
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    [WARNING] Could not load generator "generators/haml/controller/controller_generator". Error: Haml is not missing constant Generators!.

    .................

    script/rails:6:in `require'
    script/rails:6
    error haml [not found]