Skip to content

Instantly share code, notes, and snippets.

@drale2k
Created March 15, 2012 18:19
Show Gist options
  • Save drale2k/2045800 to your computer and use it in GitHub Desktop.
Save drale2k/2045800 to your computer and use it in GitHub Desktop.
# Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# PostgreSQL
gem 'pg'
# Geocoder https://github.com/alexreisner/geocoder
gem "geocoder"
# CarrierWave for File Uploads
gem 'carrierwave'
# Fog adds Amazon S3 support for CarrierWave
gem 'fog'
# Rmagick for Image Manipulation
gem 'rmagick'
# Backbone-on-Rails to integrate Backbone with Rails
gem 'backbone-on-rails'
# Rails Admin
gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
# Twitter Boostrap
gem "bootstrap-sass", '~> 2.0.1'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
end
gem 'sprockets'
gem 'jquery-rails'
gem 'json'
gem 'rabl'
group :development do
gem 'annotate'
gem 'rails-erd' # Generates Entity-Relationship Diagrams
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
gem "devise"
#Gemfile.lock
GIT
remote: git://github.com/sferik/rails_admin.git
revision: 349a3e1a55c995b69e9068e94cd59fcde598fa0d
specs:
rails_admin (0.0.1)
bbenezech-nested_form (~> 0.0)
bootstrap-sass (~> 1.4, >= 1.4.1)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (>= 1.0)
kaminari (~> 0.12)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.0)
actionpack (= 3.2.0)
mail (~> 2.4.0)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.0)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
annotate (2.4.1.beta1)
arel (3.0.0)
backbone-on-rails (0.9.1.0)
eco (~> 1.0.0)
ejs (~> 1.0.0)
jquery-rails
railties (>= 3.1)
bbenezech-nested_form (0.0.2)
bcrypt-ruby (3.0.1)
bootstrap-sass (1.4.4)
sass-rails (~> 3.1)
builder (3.0.0)
carrierwave (0.5.8)
activesupport (~> 3.0)
coffee-rails (3.2.1)
coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
devise (1.5.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.1)
eco (1.0.0)
coffee-script
eco-source
execjs
eco-source (1.1.0.rc.1)
ejs (1.0.0)
erubis (2.7.0)
excon (0.9.5)
execjs (1.3.0)
multi_json (~> 1.0)
fog (1.1.2)
builder
excon (~> 0.9.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0.3)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.1)
geocoder (1.1.0)
haml (3.1.4)
hike (1.2.1)
hpricot (0.8.6)
i18n (0.6.0)
journey (1.0.0)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
json (1.6.5)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
mail (2.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.3.0)
nokogiri (1.5.0)
orm_adapter (0.0.6)
pg (0.12.2)
polyglot (0.3.3)
rabl (0.5.3)
activesupport (>= 2.3.14)
multi_json (~> 1.0.3)
rack (1.4.0)
rack-cache (1.1)
rack (>= 0.4)
rack-pjax (0.5.7)
hpricot (~> 0.8.6)
rack (~> 1.3)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.0)
actionmailer (= 3.2.0)
actionpack (= 3.2.0)
activerecord (= 3.2.0)
activeresource (= 3.2.0)
activesupport (= 3.2.0)
bundler (~> 1.0)
railties (= 3.2.0)
rails-erd (0.4.5)
activerecord (~> 3.0)
activesupport (~> 3.0)
ruby-graphviz (~> 0.9.18)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
remotipart (1.0.1)
rmagick (2.13.1)
ruby-graphviz (0.9.21)
ruby-hmac (0.4.0)
sass (3.1.12)
sass-rails (3.2.3)
railties (~> 3.2.0.beta)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.2)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.0)
rack (>= 1.0)
PLATFORMS
ruby
DEPENDENCIES
annotate
backbone-on-rails
bootstrap-sass
carrierwave
coffee-rails (~> 3.2.1)
devise
fog
geocoder
jquery-rails
json
pg
rabl
rails (= 3.2.0)
rails-erd
rails_admin!
rmagick
sass-rails (~> 3.2.3)
sprockets
uglifier (>= 1.0.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment