Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morissetcl authored Mar 31, 2024
1 parent 73921a8 commit 7df0656
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,6 @@ Autocorrects typos in your Pry console.

This small Pry plugin captures exceptions that may arise from typos and deduces the correct command based on your database information and session history.

#### Before

```ruby
[1] pry(main)> result = 1
=> 1
[2] pry(main)> resilt
NameError: undefined local variable or method `resilt' for main:Object
from (pry):2:in `__pry__'
```
#### After
```ruby
[1] pry(main)> result = 1
=> 1
[2] pry(main)> resilt
E, [2024-01-31T17:11:16.344161 #3739] ERROR -- : undefined local variable or method `resilt' for main:Object
I, [2024-01-31T17:11:16.344503 #3739] INFO -- : Running: result
=> 1
```

> [!NOTE]
> Currently, this plugin is not truly ORM-agnostic; to fully benefit from it, ActiveRecord is required.
Expand Down

0 comments on commit 7df0656

Please sign in to comment.