Newer
Older
gem 'rails', '~> 4.1.0.rc1'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more:
# https://github.com/rails/turbolinks
gem 'jquery-turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# Spring speeds up development by keeping your application running in the
# background. Read more: https://github.com/rails/spring
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# Use debugger
# gem 'debugger', group: [:development, :test]
# Patch older browsers so they do understand html5
gem 'webshims-rails'
# Store some specific content, like application name and static pages contents
gem 'i18n-active_record',
git: 'git://github.com/svenfuchs/i18n-active_record.git',
require: 'i18n/active_record'
# A superb font to use as icons
gem 'font-awesome-rails'
# To display a patched diff for event descriptions
gem 'differ'
# The central piece of this application: the month calendar view
# A generic library to administrate the tool
gem 'activeadmin', github: 'gregbell/active_admin'
# A nicer markdown editor in active admin
gem 'activeadmin_pagedown'
# Markdown display
# email adress obfuscation
gem 'actionview-encoded_mail_to'
echarp
a validé
# Carte openstreetmap
gem 'leaflet-rails'
echarp
a validé
# Tiny MCE integration
gem 'tinymce-rails'
gem 'tinymce-rails-langs'
# SEO optimisations
gem 'meta-tags'
echarp
a validé
gem 'guard-rubocop'
# Security checks
gem 'brakeman', require: false
gem 'guard-brakeman'