Sentry with Ruby on Rails

What should I to configure Sentry with Rails app ?
I get lost with the documentation

Our docs are a bit confusing, and they wrongly assume you know how Rails works. You’ll need to add the sentry-raven gem, and then configure it in config/application.rb per the docs.