Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(sqlcommenter_rails/README): update marginalia fork to modulitos #99

Merged
merged 1 commit into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ruby/sqlcommenter-ruby/sqlcommenter_rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Powered by [marginalia] and [marginalia-opencensus].
Currently, this gem is not released on rubygems.
But can be installed from source.

The gem requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/89) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [glebm's fork of marginalia](https://github.com/glebm/marginalia) one directory above this folder.
The gem requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/130) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [modulitos's fork of marginalia](https://github.com/modulitos/marginalia) one directory above this folder.

```bash
git clone https://github.com/glebm/marginalia.git ../marginalia
git clone https://github.com/modulitos/marginalia.git ../marginalia
```

Add the following lines to your application's Gemfile:
Expand Down
4 changes: 2 additions & 2 deletions ruby/sqlcommenter-ruby/sqlcommenter_rails_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This is a demo [Rails API] application to demonstrate [sqlcommenter_rails] integ

Install [Ruby v2.6.3](https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/) if you don't already have it installed.

This demo requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/89) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [glebm's fork of marginalia](https://github.com/glebm/marginalia) one directory above this demo. Starting from the root directory of this demo:
This demo requires functionality provided by an [open PR](https://github.com/basecamp/marginalia/pull/130) to [marginalia](https://github.com/basecamp/marginalia). Install the PR by cloning [modulitos's fork of marginalia](https://github.com/modulitos/marginalia) one directory above this demo. Starting from the root directory of this demo:

```bash
git clone https://github.com/glebm/marginalia.git ../marginalia
git clone https://github.com/modulitos/marginalia.git ../marginalia
git -C ../marginalia checkout formatting
```

Expand Down