Files
grecia/config/initializers
Javi Martín 9f394c6c61 Do not require Pronto when running the application
Pronto is an external tool which is use to check code conventions and is
not needed to run the application, just like rubocop or scss-lint.

Loading it caused a couple of issues. First, it loaded BetterHtml, and
we had to disable it in order to avoid crashes in the development
environment.

Second, it loaded ruby-progressbar, which loads the ProgressBar class,
which conflicts with our own ProgressBar class. This made the
application crash whenever the ProgressBar class was used.
2021-03-09 14:31:37 +01:00
..
2021-01-08 15:18:01 +01:00
2015-07-15 13:32:13 +02:00
2020-06-16 13:47:38 +02:00
2019-04-16 17:28:06 +02:00
2015-07-15 13:32:13 +02:00
2020-12-02 12:13:02 +01:00
2017-04-03 12:30:57 +02:00
2015-07-15 13:32:13 +02:00
2019-04-16 17:28:06 +02:00