|
|
|
@ -27,12 +27,12 @@ gem 'haml-rails'
|
|
|
|
|
|
|
|
|
|
gem 'devise' |
|
|
|
|
gem 'devise-i18n' |
|
|
|
|
gem 'http_accept_language' |
|
|
|
|
gem 'rails-i18n' |
|
|
|
|
# Store some specific content, like application name and static pages contents |
|
|
|
|
gem 'i18n-active_record', |
|
|
|
|
github: 'svenfuchs/i18n-active_record', |
|
|
|
|
require: 'i18n/active_record' |
|
|
|
|
gem 'http_accept_language' |
|
|
|
|
# Remove leading and trailing white spaces |
|
|
|
|
gem 'strip_attributes' |
|
|
|
|
# Track changes to models' data |
|
|
|
@ -42,14 +42,15 @@ gem 'piwik_analytics'
|
|
|
|
|
# Validate mails submitted |
|
|
|
|
gem 'email_validator' |
|
|
|
|
# Email address obfuscation |
|
|
|
|
gem 'actionview-encoded_mail_to' |
|
|
|
|
# require is necessary to actually use this feature |
|
|
|
|
# see https://github.com/reed/actionview-encoded_mail_to/issues/15 |
|
|
|
|
gem 'actionview-encoded_mail_to', |
|
|
|
|
require: 'action_view/encoded_mail_to/mail_to_with_encoding' |
|
|
|
|
# To display a patched diff for event descriptions |
|
|
|
|
gem 'differ' |
|
|
|
|
|
|
|
|
|
# A generic library to administrate the tool |
|
|
|
|
gem 'activeadmin', '~> 1.0.0.pre4' |
|
|
|
|
# A nicer markdown editor in active admin |
|
|
|
|
gem 'activeadmin_pagedown' |
|
|
|
|
gem 'activeadmin', github: 'activeadmin' |
|
|
|
|
|
|
|
|
|
gem 'jquery-sparkline-rails', github: 'cubus/jquery-sparkline-rails' |
|
|
|
|
|
|
|
|
@ -57,8 +58,8 @@ gem 'jquery-sparkline-rails', github: 'cubus/jquery-sparkline-rails'
|
|
|
|
|
gem 'redcarpet' |
|
|
|
|
|
|
|
|
|
# Carte openstreetmap |
|
|
|
|
gem 'leaflet-rails' |
|
|
|
|
gem 'leaflet-markercluster-rails' |
|
|
|
|
gem 'leaflet-rails' |
|
|
|
|
|
|
|
|
|
gem 'geocoder' |
|
|
|
|
|
|
|
|
@ -66,15 +67,18 @@ gem 'geocoder'
|
|
|
|
|
gem 'tinymce-rails' |
|
|
|
|
gem 'tinymce-rails-langs' |
|
|
|
|
|
|
|
|
|
gem 'acts-as-taggable-on' |
|
|
|
|
gem 'tagsinput-rails' |
|
|
|
|
|
|
|
|
|
# SEO optimisations |
|
|
|
|
gem 'meta-tags' |
|
|
|
|
|
|
|
|
|
gem 'twitter' |
|
|
|
|
|
|
|
|
|
group :development do |
|
|
|
|
gem 'quiet_assets' |
|
|
|
|
gem 'sqlite3' |
|
|
|
|
gem 'webrick' |
|
|
|
|
gem 'quiet_assets' |
|
|
|
|
|
|
|
|
|
# Access an IRB console on exception pages or by using <%= console %> in views |
|
|
|
|
gem 'web-console' |
|
|
|
@ -86,17 +90,17 @@ group :development do
|
|
|
|
|
# Scanning the Gemfile for insecure dependencies based on published CVEs |
|
|
|
|
gem 'bundler-audit' |
|
|
|
|
|
|
|
|
|
gem 'guard-rails', require: false |
|
|
|
|
gem 'guard-migrate', require: false |
|
|
|
|
gem 'guard-bundler', require: false |
|
|
|
|
gem 'guard-rubocop', require: false |
|
|
|
|
gem 'guard-minitest', require: false |
|
|
|
|
gem 'guard-livereload', require: false |
|
|
|
|
gem 'rack-livereload' |
|
|
|
|
gem 'guard-migrate', require: false |
|
|
|
|
gem 'guard-minitest', require: false |
|
|
|
|
gem 'guard-rubocop', require: false |
|
|
|
|
gem 'haml_lint' |
|
|
|
|
gem 'rack-livereload' |
|
|
|
|
# Security checks |
|
|
|
|
gem 'brakeman', require: false |
|
|
|
|
gem 'guard-brakeman', require: false |
|
|
|
|
gem 'guard-rails', require: false |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
group :test do |
|
|
|
@ -116,8 +120,7 @@ group :development, :test, :assets do
|
|
|
|
|
gem 'coffee-rails' |
|
|
|
|
|
|
|
|
|
# Use jquery as the JavaScript library |
|
|
|
|
# Limited to before 4.1, because later version breaks the date/time selector |
|
|
|
|
gem 'jquery-rails', '< 4.1' |
|
|
|
|
gem 'jquery-rails' |
|
|
|
|
# Turbolinks makes following links in your web application |
|
|
|
|
# faster. Read more: https://github.com/rails/turbolinks |
|
|
|
|
gem 'turbolinks' |
|
|
|
@ -126,13 +129,6 @@ group :development, :test, :assets do
|
|
|
|
|
|
|
|
|
|
gem 'modernizr-rails' |
|
|
|
|
|
|
|
|
|
# Patch older browsers so they do understand html5 |
|
|
|
|
gem 'webshims-rails' |
|
|
|
|
|
|
|
|
|
# Improve the html select element |
|
|
|
|
# Later version disabled the tag selector... |
|
|
|
|
gem 'select2-rails', '< 4' |
|
|
|
|
|
|
|
|
|
# A superb font to use as icons |
|
|
|
|
gem 'font-awesome-sass' |
|
|
|
|
end |
|
|
|
|