Newer
Older
dmpopidor / Gemfile
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 1 KB DMPonline4 - RAILS 4.0 (#4)
source 'https://rubygems.org'
#
#      RAILS
#
gem 'rails', '4.0.0'

# additional gems for rails 4
gem 'turbolinks'
gem 'railties', '= 4.0.0'
# add these gems to help with the transition:
gem 'protected_attributes'
gem 'rails-observers'
gem 'actionpack-page_caching'
gem 'actionpack-action_caching'

gem 'uglifier', '>= 1.3.0'

# Gems used only for assets and not required in production environments by default.
#group :assets do
 # gem 'coffee-rails'
#end
# Use SCSS for stylesheets
gem 'sass-rails'
#gem 'sass' 


# Use SCSS for stylesheets
gem 'less-rails'
gem 'twitter-bootstrap-rails', '2.2.8'
gem 'therubyracer', '0.11.4', platforms: :ruby

gem 'libv8'

# To use debugger
gem 'ledermann-rails-settings'
gem 'jbuilder'
#to notify admin of errors
gem 'exception_notification'

#to allow cloning of objects
gem 'amoeba'

group :development do
  gem 'web-console', '~>2.0'
  gem "better_errors"
  gem "binding_of_caller"
end

#
#      USERS
#
# devise for user authentication
gem 'devise'
gem 'devise_invitable'
gem 'omniauth'
gem 'omniauth-shibboleth'
#rolify for roles
gem 'rolify'
# Gems for repository integration
gem 'email_validator'
gem 'validate_url'

#
#    DATABASE/SERVER
#
gem 'mysql2', '~> 0.3.10'
# Use unicorn as the app server
# gem 'unicorn'
#cancan for usergroups
gem 'cancancan'

#
#    VIEWS
#
gem 'jquery-rails'
gem 'tinymce-rails'
gem 'friendly_id', '~> 5.0.1'
gem 'contact_us'
gem 'recaptcha'
gem 'turbolinks'
#implementation of forms
gem 'activeadmin', github: 'activeadmin'

#
#     EXPORTING PLANS
#
gem 'thin'
gem 'wicked_pdf'
gem 'htmltoword'
gem 'feedjira'
# WORD DOC EXPORTING
gem 'caracal'
gem 'caracal-rails'