Skip to content

Commit

Permalink
Merge pull request #367 from 3scale/gitignore-and-asdf-instructions
Browse files Browse the repository at this point in the history
Update .gitignore and development instructions
  • Loading branch information
mayorova authored Mar 3, 2024
2 parents 51825f1 + 332e4cc commit 195793c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ bench.txt
3scale_backend.sock

.env
/tmp

# JetBrains IDE
/.idea
/.run

# asdf
.tool-versions
1 change: 1 addition & 0 deletions .tool-versions.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.0.2
10 changes: 10 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ The first thing you will need is cloning the project:
Next cd into the directory, `cd apisonator`.

### Ruby version management

In order to manage Ruby versions for local development, we recommend using [asdf](https://asdf-vm.com/guide/getting-started.html).

Once installed, use the provided `.tool-versions.sample` file to get the appropriate versions.

```
cp .tool-versions.sample .tool-versions
```

### Containerized environment

#### With Docker
Expand Down

0 comments on commit 195793c

Please sign in to comment.