Skip to content

Commit

Permalink
Mention other ways of triggering Rails mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed May 23, 2014
1 parent 7a670c2 commit e8734e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -69,6 +69,15 @@ Then whenever an unhandled exception happens inside Rails, a Pry console will op
stdout. This is the same terminal that you see the Rails logs on, so if you're
using something like [pow](https://pow.cx) then you will run into difficulties.

If you are using non-default http servers like Unicorn or Thin, you can also trigger
this behavior via (after including pry-rescue in your Gemfile):

```
PRY_RESCUE_RAILS=1 bundle exec unicorn
```



You might also be interested in
[better_errors](https://github.com/charliesome/better_errors) which opens consoles in your
browser on unhandled exceptions, and [pry-rails](https://github.com/rweng/pry-rails) which
Expand Down

2 comments on commit e8734e0

@tamird
Copy link

@tamird tamird commented on e8734e0 May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI VINCENT

@vincentwoo
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI TAMIR

Please sign in to comment.