File tree
405 files changed
+8919
-6742
lines changed- .github
- workflows
- bin
- lib
- annotate
- annotate_models
- annotate_routes
- generators/annotate/templates
- tasks
- spec
- annotate
- fixtures
- integration
- rails_2.3_with_bundler
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- unit
- rails_3.2.2
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- fixtures
- unit
- rails_3.2.8
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- fixtures
- unit
- rails_3.2_autoloading_factory_girl
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- factories
- unit
- rails_3.2_custom_inflections
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- fixtures
- unit
- rails_3.2_with_asset_pipeline
- app/models
- config
- environments
- initializers
- db
- migrate
- script
- test
- fixtures
- unit
- rails_4.1.1
- app/models
- sub1
- sub2/sub3
- config
- environments
- initializers
- db
- migrate
- lib/tasks
- test/models
- rails_4.2.0
- app/models
- sub1
- sub2/sub3
- config
- environments
- initializers
- db
- migrate
- lib/tasks
- test/models
- rails_5.2.4.1
- app
- assets
- config
- images
- javascripts
- channels
- stylesheets
- channels/application_cable
- controllers
- concerns
- helpers
- jobs
- mailers
- models
- concerns
- views/layouts
- bin
- config
- environments
- initializers
- locales
- db
- migrate
- lib
- assets
- tasks
- log
- public
- storage
- test
- controllers
- fixtures
- files
- helpers
- integration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
405 files changed
+8919
-6742
lines changedDiff for: .dockerignore
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Diff for: .document
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Diff for: .github/release-drafter.yml
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Diff for: .github/workflows/ci.yml
+37
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Diff for: .github/workflows/codeql-analysis.yml
+54
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + |
Diff for: .github/workflows/release-drafter.yml
+17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Diff for: .github/workflows/release.yml
+36
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + |
Diff for: .gitignore
-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
| |||
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 17 |
|
Diff for: .rubocop.yml
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
0 commit comments