You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development tools for the SchemaPlus family of gems.
9
8
10
-
Provides support for working with multiple ruby versions, ActiveRecord, and db versions. In particular provides a command `schema_dev` for running rspec (or whatever) on the matrix or a slice or element of it. It also auto-generates the `.travis.yml` file for [travis-ci](https://travis-ci.org) testing.
9
+
Provides support for working with multiple ruby versions, ActiveRecord, and db versions. In particular provides a command `schema_dev` for running rspec (or whatever) on the matrix or a slice or element of it. It also auto-generates the `.github/workflows/prs.yml` file for [github actions](https://docs.github.com/en/actions) testing.
11
10
12
11
## Creating a new gem for the SchemaPlus family
13
12
@@ -99,9 +98,9 @@ Note that freshening the gemfiles happens automatically whenever you run a schem
99
98
100
99
If you need to include extra specifications in the Gemfile (e.g. to specify a path for a gem), you can create a file `Gemfile.local` in the project root, and its contents will be included in the Gemfile.
101
100
102
-
### .travis.yml
101
+
### .github/workflows/prs.yml
103
102
104
-
The `.travis.yml` file gets created automatically. Don't edit it by hand.
103
+
The `.github/workflows/prs.yml` file gets created automatically. Don't edit it by hand.
105
104
106
105
### README.md
107
106
@@ -131,9 +130,9 @@ The client gem's `Rakefile` includes:
131
130
132
131
require 'schema_dev/tasks'
133
132
134
-
Which defines the rake task `create_databases` and also a task for travis-ci
133
+
Which defines the rake task `create_databases` and also a task for github actions
0 commit comments