Created
April 4, 2013 07:28
-
-
Save Andrew8xx8/5308514 to your computer and use it in GitHub Desktop.
Best Gemfile created by @akalyaev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source 'https://rubygems.org' | |
| gem 'rails' | |
| # Bundle edge Rails instead: | |
| # gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| gem 'pg' | |
| gem 'jquery-rails' | |
| gem "ckeditor" | |
| gem 'haml-rails' | |
| gem 'twitter-bootstrap-rails' | |
| gem 'configus' | |
| gem 'state_machine' | |
| gem "carrierwave" | |
| gem "mini_magick" | |
| gem 'russian' | |
| gem 'kaminari' | |
| gem 'cocoon' | |
| gem 'capi' | |
| gem 'airbrake' | |
| gem 'simple_form' | |
| gem "backup", "> 3.0.24" | |
| gem 'whenever' | |
| gem 'usefull_scopes' | |
| gem 'to_xls' | |
| gem "draper", "~> 0.18.0" | |
| gem "gon" | |
| # Gems used only for assets and not required | |
| # in production environments by default. | |
| group :assets do | |
| gem 'jquery-ui-rails' | |
| gem 'sass-rails' | |
| gem 'less-rails' | |
| gem 'coffee-rails' | |
| # See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
| gem 'therubyracer', :platform => :ruby | |
| gem 'uglifier' | |
| end | |
| # To use ActiveModel has_secure_password | |
| gem 'bcrypt-ruby' | |
| # To use Jbuilder templates for JSON | |
| # gem 'jbuilder' | |
| # Use unicorn as the app server | |
| gem 'unicorn' | |
| gem 'client_side_validations' | |
| gem 'validates' | |
| gem 'meta_search' | |
| gem 'cocoon' | |
| group :development do | |
| # Deploy with Capistrano | |
| gem 'capistrano' | |
| gem 'rvm-capistrano' | |
| gem 'capistrano-ext' | |
| gem 'capistrano_colors' | |
| end | |
| group :test do | |
| gem 'minitest' | |
| gem 'mocha', :require => false | |
| gem 'simplecov', :require => false | |
| gem 'ci_reporter' | |
| gem 'factory_girl_rails' | |
| gem 'turn' | |
| gem 'tconsole' | |
| gem 'coveralls', require: false | |
| end | |
| # To use debugger | |
| # gem 'ruby-debug19', :require => 'ruby-debug' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment