2011-01-30 22:59:32 +01:00
|
|
|
# A sample Gemfile
|
2012-09-30 21:38:52 +02:00
|
|
|
source "https://rubygems.org"
|
2014-02-20 15:04:53 +01:00
|
|
|
ruby "2.0.0"
|
|
|
|
|
|
|
|
gem "rails", '~> 4.0.0'
|
|
|
|
|
|
|
|
|
|
|
|
gem 'sass-rails', '~> 4.0.0'
|
|
|
|
gem 'coffee-rails', '~> 4.0.0'
|
|
|
|
gem 'less-rails'
|
|
|
|
gem 'uglifier', '>= 1.0.3'
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
|
|
gem 'therubyracer', platforms: :ruby
|
|
|
|
|
2012-09-30 21:15:55 +02:00
|
|
|
|
|
|
|
gem 'jquery-rails'
|
2013-06-17 16:05:23 +02:00
|
|
|
gem 'select2-rails'
|
2013-07-07 01:47:22 +02:00
|
|
|
gem 'bootstrap-datepicker-rails'
|
2013-10-04 18:28:45 +02:00
|
|
|
gem 'rails-assets-listjs', '0.2.0.beta.4' # remember to maintain list.*.js plugins and template engines on update
|
2013-10-04 14:53:22 +02:00
|
|
|
gem 'i18n-js', git: 'git://github.com/fnando/i18n-js.git' # to avoid US-ASCII js.erb error
|
2013-10-17 16:20:51 +02:00
|
|
|
gem 'rails-i18n'
|
2013-05-25 20:31:15 +02:00
|
|
|
|
|
|
|
gem 'mysql2'
|
2012-10-02 02:50:48 +02:00
|
|
|
gem 'prawn'
|
2012-09-30 21:15:55 +02:00
|
|
|
gem 'haml-rails'
|
2012-10-08 15:24:32 +02:00
|
|
|
gem 'kaminari'
|
2011-05-14 17:06:32 +02:00
|
|
|
gem 'simple_form'
|
2014-02-20 15:04:53 +01:00
|
|
|
gem 'client_side_validations', git: 'git://github.com/bcardarella/client_side_validations.git', branch: '4-0-beta'
|
|
|
|
gem 'client_side_validations-simple_form', git: 'git://github.com/saveritemedical/client_side_validations-simple_form.git'
|
2011-05-18 16:10:30 +02:00
|
|
|
gem 'inherited_resources'
|
2013-05-25 15:03:31 +02:00
|
|
|
gem 'localize_input', git: "git://github.com/bennibu/localize_input.git"
|
2012-08-24 13:48:45 +02:00
|
|
|
gem 'daemons'
|
2012-10-06 17:14:57 +02:00
|
|
|
gem 'twitter-bootstrap-rails'
|
|
|
|
gem 'simple-navigation'
|
|
|
|
gem 'simple-navigation-bootstrap'
|
2014-02-20 15:04:53 +01:00
|
|
|
gem 'ransack'
|
2012-11-24 16:41:34 +01:00
|
|
|
gem 'acts_as_tree'
|
2014-02-20 15:04:53 +01:00
|
|
|
gem "rails-settings-cached", "0.3.1"
|
2013-09-17 15:02:58 +02:00
|
|
|
gem 'resque'
|
2013-05-25 15:03:31 +02:00
|
|
|
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
2014-02-20 15:04:53 +01:00
|
|
|
gem 'protected_attributes'
|
2013-12-06 18:14:32 +01:00
|
|
|
gem 'ruby-units'
|
2011-05-07 20:50:39 +02:00
|
|
|
|
2013-10-29 22:42:06 +01:00
|
|
|
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
|
|
|
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git'
|
2013-10-29 22:23:17 +01:00
|
|
|
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
|
|
|
|
|
2011-05-11 11:01:47 +02:00
|
|
|
group :production do
|
2013-07-13 23:06:30 +02:00
|
|
|
gem 'exception_notification'
|
2012-10-15 17:31:12 +02:00
|
|
|
end
|
2012-11-24 15:27:48 +01:00
|
|
|
|
|
|
|
group :development do
|
|
|
|
gem 'sqlite3'
|
2013-05-29 12:35:16 +02:00
|
|
|
gem 'mailcatcher'
|
|
|
|
|
2012-12-16 13:47:45 +01:00
|
|
|
# Better error output
|
|
|
|
gem 'better_errors'
|
|
|
|
gem 'binding_of_caller'
|
2013-06-06 03:21:44 +02:00
|
|
|
# gem "rails-i18n-debug"
|
|
|
|
|
2013-01-26 16:16:50 +01:00
|
|
|
# Get infos when not using proper eager loading
|
|
|
|
gem 'bullet'
|
2013-04-08 15:08:18 +02:00
|
|
|
|
|
|
|
# Hide assets requests in log
|
|
|
|
gem 'quiet_assets'
|
2013-05-25 19:38:14 +02:00
|
|
|
|
|
|
|
# Deploy with Capistrano
|
2014-01-15 13:51:24 +01:00
|
|
|
gem 'capistrano', '~> 3.0', require: false
|
|
|
|
# https://github.com/capistrano/rails/issues/48#issuecomment-31443739
|
|
|
|
gem 'capistrano-rvm', github: 'capistrano/rvm', require: false
|
|
|
|
gem 'capistrano-bundler', '>= 1.1.0', require: false
|
|
|
|
gem 'capistrano-rails', require: false
|
2013-06-09 17:33:11 +02:00
|
|
|
# Avoid having content-length warnings
|
|
|
|
gem 'thin'
|
2012-11-24 15:27:48 +01:00
|
|
|
end
|
2013-07-12 20:06:49 +02:00
|
|
|
|
|
|
|
group :development, :test do
|
2013-12-17 23:03:48 +01:00
|
|
|
gem 'ruby-prof', require: false
|
2013-07-25 14:46:25 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
group :test do
|
2013-07-12 20:06:49 +02:00
|
|
|
gem 'rspec-rails'
|
|
|
|
gem 'factory_girl_rails', '~> 4.0'
|
2013-07-14 02:49:40 +02:00
|
|
|
gem 'faker'
|
2013-10-29 21:31:07 +01:00
|
|
|
gem 'capybara'
|
2013-07-24 12:37:20 +02:00
|
|
|
# webkit and poltergeist don't seem to work yet
|
2013-10-29 21:31:07 +01:00
|
|
|
gem 'selenium-webdriver'
|
2013-07-24 02:57:45 +02:00
|
|
|
gem 'database_cleaner'
|
2013-12-07 15:10:13 +01:00
|
|
|
gem 'connection_pool'
|
2013-07-25 14:46:25 +02:00
|
|
|
# need to include rspec components before i18n-spec or rake fails in test environment
|
|
|
|
gem 'rspec-core'
|
|
|
|
gem 'rspec-expectations'
|
2013-11-21 00:29:24 +01:00
|
|
|
gem 'rspec-rerun'
|
2013-07-25 14:46:25 +02:00
|
|
|
gem 'i18n-spec'
|
2013-12-16 23:11:39 +01:00
|
|
|
# code coverage
|
|
|
|
gem 'simplecov', require: false
|
|
|
|
gem 'coveralls', require: false
|
2013-07-12 20:06:49 +02:00
|
|
|
end
|