Commit graph

121 commits

Author SHA1 Message Date
gregoirenovel
2e5a0f5026 Remove the newrelic gem and configuration 2017-12-04 10:33:41 +01:00
Mathieu Magnin
ff44fbe523 Add carrierwave i18n gem 2017-11-28 15:07:09 +01:00
gregoirenovel
84ba3f7ac0 Add the skylight gem 2017-11-16 17:52:02 +01:00
gregoirenovel
b2f63f7f38 Delete redis and actioncable 2017-10-12 07:21:02 +02:00
Mathieu Magnin
7b20395b63 Remove sidekiq traces 2017-09-27 16:47:32 +02:00
Mathieu Magnin
b9869d861f Add and install delayed_job_web gem 2017-09-27 16:47:32 +02:00
Mathieu Magnin
68506fe2c7 Add and install daemons gem 2017-09-27 16:47:32 +02:00
Mathieu Magnin
8965c668d9 Add and install delayed_cron_job gem 2017-09-27 16:47:32 +02:00
Mathieu Magnin
608419701e Add and install delayed_job gem 2017-09-27 16:47:32 +02:00
Mathieu Magnin
47db8f9c7d Add Kaminari gem for pagination 2017-09-22 10:19:25 +02:00
Simon Lehericey
0a1edce5e0 Add rack_mini_profiler 2017-07-25 14:35:54 +02:00
gregoirenovel
a11e2a7180 Add brakeman to the gemfile 2017-07-20 18:28:20 +02:00
Simon Lehericey
9d48249660 Attestation: uninterlaced png file to be compatible with Prawn 2017-07-10 10:52:27 +02:00
Simon Lehericey
e60ce35ae8 [Fix #196] Attestation: join the attestation to the closed mail
Add a upper limit to the attachment size as it could be a problem with Mailjet and receiver
(https://www.mailjet.com/support/what-is-the-size-limit-for-attachments-files-sent-via-mailjet,289.htm)

If the attestation cannot be sent, it is logged in sentry
2017-06-16 12:11:10 +02:00
Simon Lehericey
d7ff3d6139 [Fix #196] AttestationTemplate: add model 2017-06-16 11:35:13 +02:00
Simon Lehericey
5855c2552a [Fix #196] Config: install prawn 2017-06-14 11:43:19 +02:00
gregoirenovel
6f884e9740 Add the rubocop gem 2017-06-13 11:29:02 +02:00
gregoirenovel
250c47e145 [Fix #126] Remove the now useless as_csv gem 2017-05-04 17:01:24 +02:00
gregoirenovel
5937e2a35f Add the scss_lint gem 2017-04-20 10:35:54 +02:00
gregoirenovel
c54f95ecbb Add haml-lint to the Gemfile 2017-04-10 17:55:55 +02:00
gregoirenovel
beea66ad30 Remove the sqlite3 gem
We now run tests with PostgreSQL
2017-04-10 17:54:29 +02:00
gregoirenovel
074c6fe72b Use scenic in all environments 2017-04-10 16:17:33 +02:00
Mathieu Magnin
08442e64a3 Update turbolinks 2017-04-03 15:43:41 +02:00
Mathieu Magnin
6a8ca67a83 Merge branch 'develop' into auto_archive_on_date 2017-03-27 15:35:52 +02:00
gregoirenovel
5910d28a02 Revert "Remove therubyracer gem (unused)"
This reverts commit acc5fff05d.
2017-03-22 14:37:14 +01:00
Mathieu Magnin
c2a27c6f6a Merge branch 'develop' into auto_archive_on_date 2017-03-22 11:32:56 +01:00
gregoirenovel
9c91cbe78d Group the scenic gem declaration 2017-03-22 11:07:49 +01:00
gregoirenovel
ed11b66778 Remove brakeman for now 2017-03-22 11:07:48 +01:00
gregoirenovel
f393b96dea Remove rubocop for now 2017-03-22 11:07:48 +01:00
gregoirenovel
d41dabe00a Remove the simplecov gem (unused) 2017-03-22 11:07:47 +01:00
gregoirenovel
6404c7a422 Remove the selenium-webdriver gem (unused) 2017-03-22 11:07:47 +01:00
gregoirenovel
3eef853d59 Use single-quotes everywhere in the Gemfile 2017-03-21 19:07:42 +01:00
gregoirenovel
4dc4f669e8 Improve the Gemfile comments’ formatting 2017-03-21 19:07:41 +01:00
gregoirenovel
4675a84f9e Add spacing in the Gemfile 2017-03-21 19:07:41 +01:00
gregoirenovel
4c3e5a6fad Remove the jbuilder gem (unused) 2017-03-21 19:07:41 +01:00
gregoirenovel
acc5fff05d Remove therubyracer gem (unused) 2017-03-21 19:07:41 +01:00
gregoirenovel
ff1709468a Move dotenv-rails directly into the dev/test Gemfile group 2017-03-21 19:07:40 +01:00
gregoirenovel
abfb6772cf Remove commented instructions in the Gemfile 2017-03-21 19:07:40 +01:00
gregoirenovel
0483fe028f Remove the parallel_test gem 2017-03-21 19:07:40 +01:00
gregoirenovel
f1b1f5102e Remove the railroady gem (unused) 2017-03-21 19:07:40 +01:00
Simon Lehericey
1fa1e9e8e8 select_multiple: add select2 2017-03-15 17:51:34 +01:00
Mathieu Magnin
6f9edbd36c Fix routes.rb require order 2017-03-15 15:09:43 +01:00
Mathieu Magnin
24d17dc0f3 Sidekiq worker to archive procedures automatically + tests 2017-03-15 12:40:59 +01:00
Mathieu Magnin
e501c2f23b Merge pull request #37 from sgmap/add_new_relic
Add new relic
2017-03-09 18:15:23 +01:00
Mathieu Magnin
19e3d336e9 Using dotenv for local env variables 2017-03-09 17:38:20 +01:00
Mathieu Magnin
53b8c4aaa4 Add new relic 2017-03-07 11:34:25 +01:00
Simon Lehericey
6be76095c6 Conf: reactivate spring and guard 2017-03-05 22:17:17 +01:00
Simon Lehericey
8bccf375e1 Tests: adapt migration to sqlite
Add sqlite
Remove scenic from tests
2017-02-28 17:01:58 +01:00
Mathieu Magnin
8a3df4979b remove byebug and guard until it works 2017-02-14 12:05:08 +01:00
Mathieu Magnin
308a037f19 Add clickable links in champ description and use bootstrap layout for forms 2017-02-14 11:13:48 +01:00