Commit graph

71 commits

Author SHA1 Message Date
Alex Sherman
49e08f5e21 Add staging config file & trusted proxies for all application 2021-04-26 14:49:30 +05:00
Alex Sherman
929ada8fd0 Add sidekiq as a job backend 2021-04-12 17:22:36 +05:00
Alex Sherman
313731232e Move jobs from Que to ActiveJob 2021-04-12 17:22:35 +05:00
Alex Sherman
43b3033991 Fix namespaces for Zeitwerk class loader 2021-03-05 19:09:24 +05:00
Alex Sherman
1d5c46e6a0 Move ToStdout to /app/lib folder and include it in app.rb 2021-01-06 21:38:11 +05:00
Alex Sherman
bce39e3404 Move interactor from Interactor gem to ActiveInteraction 2020-11-11 21:07:22 +05:00
Karl Erik Õunapuu
e8bb305893 Disable Zeitwerk 2020-05-29 16:34:24 +03:00
Karl Erik Õunapuu
17489a8670 Load rails 6.0 defaults 2020-05-29 14:02:03 +03:00
Alex Sherman
95ad3086b0 Change deprecated usage of strings in if blocks 2020-02-05 12:43:25 +05:00
Alex Sherman
af57711dc0 Pump rails version, fix tests 2020-02-05 12:43:25 +05:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
b77ced6b24 Send exception details lo standard log
Fixes #1371
2019-11-10 18:12:15 +02:00
Artur Beljajev
3fb6ccc67c Remove rspec-rails gem 2019-10-07 15:44:17 +03:00
Artur Beljajev
4274d533c6 Remove jbuilder gem
There are no .jbuilder views.
2019-09-13 13:24:36 +03:00
Artur Beljajev
bff2d88036 Remove unnecessary require (#1254) 2019-07-08 13:46:25 +03:00
Artur Beljajev
86b7b1d19f Encode domain parts of all addresses in mailers as punycode 2019-04-25 13:45:57 +03:00
Artur Beljajev
a113d75ec5 Remove hardcoded default email sender
And make it configurable via `action_mailer_default_from` config.

Closes #243
2019-04-18 19:01:59 +03:00
Artur Beljajev
70cf7f0e75 Revamp action_mailer config
`registrant_url` setting in `application.yml` is misnamed. In fact,
it has nothing to do with Registrant Portal. The intention is to
provide default URL options for `action_mailer`, therefore
`registrant_url` is removed, and new settings are introduced instead:

- `action_mailer_default_protocol`
- `action_mailer_default_host`
- `action_mailer_default_port`
2019-04-13 17:47:34 +03:00
Artur Beljajev
b06b99ab5f Add mailers' preview 2019-03-28 15:26:44 +02:00
Maciej Szlosarczyk
d67e777ea8
Create a Registrant auth controller 2018-07-18 16:24:55 +03:00
Artur Beljajev
30ac973f96 Remove lib folder from autoload path
- Load extensions explicitly
2018-06-05 17:26:14 +03:00
Maciej Szlosarczyk
5ad5491fc1
Fix syntax error that came from merge 2018-04-13 15:50:51 +03:00
Maciej Szlosarczyk
359e444839
Config for test and development docker containers 2018-04-13 15:44:19 +03:00
Artur Beljajev
ea305618a5 Add Registry model
#623
2018-02-28 09:53:53 +02:00
Artur Beljajev
21f8e15f65 Disable unit test generation
g.test_framework = :testunit (or test_unit) does not work
out of the box.

https://stackoverflow.com/questions/12148611/rails-generators-not-
generating-the-proper-test-templates
2017-10-30 10:43:51 +02:00
Artur Beljajev
5e9862cdd6 Add minitest config 2017-10-26 19:31:53 +03:00
Artur Beljajev
d899dd5b91 Disable generators 2017-09-05 22:49:55 +03:00
Artur Beljajev
e3faac3d44 Set "secret_key_base" config key from Figaro
#508
2017-05-11 18:16:14 +03:00
Artur Beljajev
53de03bd2e Add default form builder 2017-03-05 18:35:02 +02:00
Artur Beljajev
a5c0333a5d Add email validator
#186
2016-11-23 18:09:55 +02:00
Artur Beljajev
7e11c3a3dd Merge branch 'master' into registry-186 2016-11-10 00:52:58 +02:00
Artur Beljajev
d0b7168d32 Revert "Load all translation files from config/locales"
This reverts commit 8c474b2465.
2016-11-10 00:52:16 +02:00
Artur Beljajev
c9530a42cb Load all translation files from config/locales 2016-11-09 16:07:00 +02:00
Artur Beljajev
e52c747946 Merge branch 'master' into registry-186 2016-11-03 18:29:42 +02:00
Artur Beljajev
dc90ec519c Use "registrant_url" from env for all mailers 2016-11-03 18:26:21 +02:00
Artur Beljajev
8c474b2465 Load all translation files from config/locales
#186
2016-10-26 17:46:14 +03:00
Stas
2748f3be55 105842700-download_list_added 2015-12-06 20:47:34 +02:00
Priit Tark
c637d3f856 require email format gem when testing 2015-08-10 14:16:16 +03:00
Priit Tark
59c73fca9e Rubocop syntax updates #2711 2015-06-26 17:06:34 +03:00
Priit Tark
1b66e74108 Remove custom money fixes and upgrade money gem to latest 2015-06-16 22:22:42 +03:00
Priit Tark
0ec635f42b Added money helper to rspec 2015-06-16 17:47:38 +03:00
Priit Tark
c3fc38d2e2 time_zone config added to application.yml #2488 2015-06-16 13:26:30 +03:00
Priit Tark
51d22af52b Added que #2557 2015-06-12 12:35:50 +03:00
Priit Tark
0ddd2b6f32 Update registrant 2015-05-14 16:29:51 +03:00
Priit Tark
fdcad95683 Added basic Registrant portal 2015-05-14 14:54:56 +03:00
Priit Tark
762054e5f1 Added more smtp settings into application-example.yml 2015-05-14 14:53:43 +03:00
Priit Tark
beb921d94a Added new smtp attribute for STARTTLS 2015-05-14 14:35:44 +03:00
Priit Tark
2ec7e09ba5 typo fix 2015-05-14 12:45:19 +03:00
Priit Tark
ec70d1ab21 Updated smtp env variables 2015-05-14 11:15:21 +03:00
Martin Lensment
49be49ea63 Add invoice mailer 2015-04-22 12:56:14 +03:00