Skip to content

Commit 281fece

Browse files
authored
Merge pull request #903 from ksss/rails-readme
Documentation for Rails maintenance policy
2 parents 482d34c + 70cb577 commit 281fece

File tree

10 files changed

+150
-0
lines changed

10 files changed

+150
-0
lines changed

gems/actioncable/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
6+
7+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
8+
9+
This is a measure to reduce maintenance costs.
10+
11+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
12+
13+
## Target gems
14+
15+
- actioncable
16+
- actionmailer
17+
- actionpack
18+
- actiontext
19+
- actionview
20+
- activejob
21+
- activemodel
22+
- activerecord
23+
- activestorage
24+
- activesupport
25+
- railties
26+
27+
## See also
28+
29+
https://github.com/ruby/gem_rbs_collection/issues/788

gems/actionmailer/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
6+
7+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
8+
9+
This is a measure to reduce maintenance costs.
10+
11+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
12+
13+
## Target gems
14+
15+
- actioncable
16+
- actionmailer
17+
- actionpack
18+
- actiontext
19+
- actionview
20+
- activejob
21+
- activemodel
22+
- activerecord
23+
- activestorage
24+
- activesupport
25+
- railties
26+
27+
## See also
28+
29+
https://github.com/ruby/gem_rbs_collection/issues/788

gems/actionpack/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Maintenance policy for RBS of Rails
22
===
33

44
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
56

67
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
78

gems/actionview/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
6+
7+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
8+
9+
This is a measure to reduce maintenance costs.
10+
11+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
12+
13+
## Target gems
14+
15+
- actioncable
16+
- actionmailer
17+
- actionpack
18+
- actiontext
19+
- actionview
20+
- activejob
21+
- activemodel
22+
- activerecord
23+
- activestorage
24+
- activesupport
25+
- railties
26+
27+
## See also
28+
29+
https://github.com/ruby/gem_rbs_collection/issues/788

gems/activejob/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
6+
7+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
8+
9+
This is a measure to reduce maintenance costs.
10+
11+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
12+
13+
## Target gems
14+
15+
- actioncable
16+
- actionmailer
17+
- actionpack
18+
- actiontext
19+
- actionview
20+
- activejob
21+
- activemodel
22+
- activerecord
23+
- activestorage
24+
- activesupport
25+
- railties
26+
27+
## See also
28+
29+
https://github.com/ruby/gem_rbs_collection/issues/788

gems/activemodel/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Maintenance policy for RBS of Rails
22
===
33

44
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
56

67
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
78

gems/activerecord/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Maintenance policy for RBS of Rails
22
===
33

44
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
56

67
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
78

gems/activestorage/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Maintenance policy for RBS of Rails
22
===
33

44
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
56

67
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
78

gems/activesupport/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Maintenance policy for RBS of Rails
22
===
33

44
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
56

67
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
78

gems/railties/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Maintenance policy for RBS of Rails
2+
===
3+
4+
We basically only accept changes for the versions listed under the **"List of currently supported releases"** in the [Rails' maintenance policy](https://rubyonrails.org/maintenance).
5+
Or support the last version maintained in this repository.
6+
7+
Versions outside of that are generally not accepted for changes. We do not run tests for them, nor do we include them in format detection.
8+
9+
This is a measure to reduce maintenance costs.
10+
11+
If you have any questions, please contact the maintainers. Refer to `_reviewers.yaml` for the list of maintainers.
12+
13+
## Target gems
14+
15+
- actioncable
16+
- actionmailer
17+
- actionpack
18+
- actiontext
19+
- actionview
20+
- activejob
21+
- activemodel
22+
- activerecord
23+
- activestorage
24+
- activesupport
25+
- railties
26+
27+
## See also
28+
29+
https://github.com/ruby/gem_rbs_collection/issues/788

0 commit comments

Comments
 (0)