Commit 4effb5f
committed
Enable frozen string literals across the project
https://docs.rubocop.org/rubocop/cops_style.html#stylefrozenstringliteralcomment
This feature is designed to help transition from mutable string literals
to frozen string literals. The "frozen_string_literal: true" magic
comment was added to the top of all files to enable frozen string
literals. Frozen string literals may be default in future Ruby. Using
frozen string literals is good practice and easier to reason about.1 parent a95b177 commit 4effb5f
423 files changed
Lines changed: 828 additions & 6 deletions
File tree
- app
- controllers/rails_admin
- helpers/rails_admin
- config
- initializers
- lib
- generators/rails_admin
- rails_admin
- adapters
- active_record
- mongoid
- config
- actions
- fields
- factories
- types
- proxyable
- sections
- extensions
- cancancan
- paper_trail
- pundit
- support
- tasks
- spec
- controllers/rails_admin
- dummy_app
- app
- active_record
- cms
- comment
- concerns
- eager_loaded
- paper_trail_test
- two_level
- namespaced
- user
- controllers
- jobs
- mongoid
- cms
- comment
- concerns
- eager_loaded
- two_level/namespaced
- user
- config
- environments
- initializers
- db
- migrate
- lib
- helpers/rails_admin
- integration
- actions
- auditing
- authorization
- fields
- widgets
- orm
- rails_admin
- adapters
- active_record
- mongoid
- config
- actions
- fields
- types
- sections
- extentions/paper_trail
- support
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 171 | | |
175 | 172 | | |
176 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments