Henne Vogelsang
|
ddcd8dfc69
|
Drop Rails.application.secrets usage
That feature is gone and we already use environment variables...
https://github.com/rails/rails/pull/47801
|
2025-08-12 17:27:25 +02:00 |
|
Henne Vogelsang
|
36b23ce25d
|
Make use of ENV.fetch
|
2022-05-06 14:53:57 +02:00 |
|
Henne Vogelsang
|
350b1ebbbe
|
Consider OmniAuth test_mode in omniauth_configured
There are not secrets for providers in test_mode...
|
2022-02-23 14:36:08 +01:00 |
|
James Mason
|
6d31dfeef4
|
Add frozen_string_literal magic comment
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
|
2018-05-09 06:54:26 -07:00 |
|
Sidharth
|
020dae3d49
|
Fix Style/ReductantReturn rubocop
Exclusions from .rubocop_todo.yml deleted.This cop checks for redundant return expressions.
Fixes #1824
|
2017-12-04 16:01:18 +05:30 |
|
Agrim Mittal
|
255744268b
|
shift relevant functions to versions_helper
|
2017-05-26 15:47:01 +03:00 |
|
hitman
|
2e0f7e9b42
|
relocate some functions
|
2017-05-26 15:47:01 +03:00 |
|
hitman
|
e2657bb10d
|
refractor code into different files
|
2017-05-26 15:47:01 +03:00 |
|