Skip to content

Instantly share code, notes, and snippets.

@kedarmhaswade
Created April 27, 2012 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kedarmhaswade/2506938 to your computer and use it in GitHub Desktop.
Save kedarmhaswade/2506938 to your computer and use it in GitHub Desktop.
rake -T and :git on gem in Gemfile ...
source 'https://rubygems.org'
# details omitted ...
#1
gem 'rdoc_rest', :git => 'git://github.com/kedarmhaswade/rdoc_rest.git'
#2
#gem 'rdoc_rest'
# 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
group :development do
gem 'ruby-debug19', :require => 'ruby-debug'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment