Skip to content

Commit

Permalink
Added Marc's Favourite Gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdwdmrbl committed Mar 23, 2013
1 parent 7beeba1 commit f46eb82
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 57 deletions.
55 changes: 28 additions & 27 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
source 'https://rubygems.org'

gem 'rails', '3.2.9'

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

gem 'sqlite3'

gem 'parallel'
gem 'json'
gem 'has_scope'
gem 'simple_form', '2.0.1'
gem 'nested_form', :git => 'https://github.com/ryanb/nested_form.git'
gem 'inherited_resources'
gem 'squeel'
gem 'kaminari'
gem 'guid'
gem 'sentient_user'
gem 'devise'
gem 'omniauth-facebook'

# 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', :platforms => :ruby

gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'
gem 'haml-rails'
gem 'gon'
gem 'js-routes'

group :development do
gem 'pry'
# gem 'pry-nav'
gem 'pry-debugger'
gem 'pry-doc'
gem 'pry-stack_explorer'
gem 'pry-exception_explorer'

gem 'quiet_assets'
gem 'bullet', :git => 'https://github.com/flyerhzm/bullet.git'
gem 'ruby-growl', '~> 3.0'
end
191 changes: 161 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,95 +1,200 @@
GIT
remote: https://github.com/flyerhzm/bullet.git
revision: d8d718f798ed3e9db0c027dd471e22c62b56d927
specs:
bullet (4.4.0)
uniform_notifier

GIT
remote: https://github.com/ryanb/nested_form.git
revision: 6232dd853c273bec50d5f44e0a0dc3ff3802a535
specs:
nested_form (0.3.1)

GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.9)
actionpack (= 3.2.9)
mail (~> 2.4.4)
actionpack (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.9)
activesupport (= 3.2.9)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
activesupport (3.2.9)
i18n (~> 0.6)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
binding_of_caller (0.7.1)
debug_inspector (>= 0.0.1)
builder (3.0.4)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.2)
columnize (0.3.6)
debug_inspector (0.0.2)
debugger (1.5.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.0)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.0)
devise (2.2.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
faraday (0.8.6)
multipart-post (~> 1.1)
gon (4.0.2)
actionpack (>= 2.3.0)
json
guid (0.1.1)
haml (4.0.1)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
has_scope (0.5.1)
hashie (1.2.0)
hike (1.2.1)
i18n (0.6.4)
httpauth (0.2.0)
i18n (0.6.1)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)
journey (1.0.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
js-routes (0.8.7)
rails (>= 3.2)
json (1.7.7)
mail (2.4.4)
jwt (0.1.8)
multi_json (>= 1.5)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.21)
multi_json (1.7.2)
multipart-post (1.2.0)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.1.3)
hashie (~> 1.2)
rack
omniauth-facebook (1.4.1)
omniauth-oauth2 (~> 1.1.0)
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
orm_adapter (0.4.0)
parallel (0.6.3)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-debugger (0.2.2)
debugger (~> 1.3)
pry (~> 0.9.10)
pry-doc (0.4.5)
pry (>= 0.9)
yard (>= 0.8)
pry-exception_explorer (0.2.3)
pry-stack_explorer (>= 0.4.6)
pry-stack_explorer (0.4.9)
binding_of_caller (>= 0.7)
pry (~> 0.9.11)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.9)
actionmailer (= 3.2.9)
actionpack (= 3.2.9)
activerecord (= 3.2.9)
activeresource (= 3.2.9)
activesupport (= 3.2.9)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.9)
railties (3.2.9)
actionpack (= 3.2.9)
activesupport (= 3.2.9)
railties (= 3.2.13)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rdoc (3.12.2)
json (~> 1.4)
responders (0.9.3)
railties (~> 3.1)
ruby-growl (3.0)
sass (3.2.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sentient_user (0.3.2)
simple_form (2.0.1)
actionpack (~> 3.0)
activemodel (~> 3.0)
slop (3.4.4)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
squeel (1.0.18)
activerecord (~> 3.0)
activesupport (~> 3.0)
polyamorous (~> 0.5.0)
thor (0.17.0)
tilt (1.3.6)
treetop (1.4.12)
Expand All @@ -99,15 +204,41 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
uniform_notifier (1.2.0)
warden (1.2.1)
rack (>= 1.0)
yard (0.8.5.2)

PLATFORMS
ruby

DEPENDENCIES
bullet!
coffee-rails (~> 3.2.1)
devise
gon
guid
haml-rails
has_scope
inherited_resources
jquery-rails
js-routes
json
rails (= 3.2.9)
kaminari
nested_form!
omniauth-facebook
parallel
pry
pry-debugger
pry-doc
pry-exception_explorer
pry-stack_explorer
quiet_assets
rails
ruby-growl (~> 3.0)
sass-rails (~> 3.2.3)
sentient_user
simple_form (= 2.0.1)
sqlite3
squeel
uglifier (>= 1.0.3)

0 comments on commit f46eb82

Please sign in to comment.