18 Commits

Author SHA1 Message Date
b7ef4a6a95 Migrate linter to rubocop-rails-omakase 2025-03-23 16:49:27 +01:00
b925110ecb Adds a production ready docker environment (#730) 2024-02-12 23:50:29 +01:00
e2aeba75d6 [NZ changes] reset password fixes, translatable terms, Inquiry -> Request, max hours in transfers removed (#678)
Co-authored-by: Marc Anguera Insa <srmarc.ai@gmail.com>
2023-04-01 21:59:10 +02:00
3685563d87 i18n: add keys related to avatar upload; minor code style adjustments 2021-05-21 21:42:38 +02:00
608680ffef avatar upload refactoring and cleanup 2021-05-20 22:08:45 +02:00
b768c425b9 Merge branch 'develop' into feat/profile-photos to update this branch. 2021-05-06 16:45:38 +02:00
64438a015b tests: image upload methods are covered. Issue #627. 2021-05-06 15:13:48 +02:00
76887b532c moving to helpers (+specs) a couple of too complex expressions in views 2021-05-04 01:32:57 +02:00
70db0b6d00 dry some code + more specs 2021-03-13 02:25:00 +01:00
ea4f9deb70 add Transfers report 2021-03-13 01:05:25 +01:00
05c2228c28 [specs] DRY initialization by using the .rspec file 2020-12-21 21:40:23 +01:00
761c7ff9d3 move alert_class to ApplicationHelper (+ minor refactor); use valid css class in show_error_messages! helper 2018-06-21 21:57:31 +02:00
898d6feb35 Partially revert 727a865314:
- return to RSpec.describe as per https://github.com/coopdevs/timeoverflow/issues/362
- manually print seed as we don't use "config.order = 'random'" (we're using a custom ordering) ~> more info. 94c50fbec0
- [EXTRA] remove sudo in Travis
2018-06-21 21:33:07 +02:00
dd2170f793 RSpec.describe => describe for consistency across the suite; minor spec_helper.rb edits 2018-06-21 21:33:07 +02:00
b0c872ed3c Helpers cleanup:
- remove empty helpers to avoid load unnecessary constants (can be added on demand easily)
- add some tests for ApplicationHelper and GlyphHelper
2018-06-21 21:33:07 +02:00
90325e14a0 Remove some deprecation messages 2015-10-17 17:17:17 +02:00
4887c437dc Let user choose language 2014-11-14 09:48:51 +01:00
6e09519ef0 using angular for typeahead. working with fixed array but not with asyncSelected 2014-10-07 03:21:53 +02:00