> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AppSignal voor Ruby

AppSignal ondersteunt de [Ruby-taal][ruby-lang] met een [Ruby-gem][appsignal-gem]. De gem ondersteunt out-of-the-box veel frameworks en gems, maar voor sommige gems en frameworks is mogelijk aangepaste instrumentatie vereist.

Het is ook mogelijk om aangepaste instrumentatie toe te voegen aan uw applicatie om nog meer inzicht te krijgen in de prestaties van uw code.

## Configuratie

In dit onderwerp leggen we uit hoe u AppSignal configureert. U leert wat er in de Ruby-gem kan worden geconfigureerd, wat de minimale configuratie is en hoe de configuratie wordt geladen.

Zie onze [configuratie](/ruby/configuration)-documentatie voor de volledige configuratiedocumentatie van de AppSignal-gem.

## Integraties

De AppSignal Ruby-gem integreert met veel frameworks, waaronder Rails, Sinatra, Padrino, Grape en meer:

* [Active Job](/ruby/integrations/active-job)
* [Capistrano](/ruby/integrations/capistrano)
* [DataMapper](/ruby/integrations/datamapper)
* [Delayed::Job](/ruby/integrations/delayed-job)
* [Garbage Collection](/ruby/integrations/garbage-collection)
* [Global VM Lock](/ruby/integrations/global-vm-lock)
* [Grape](/ruby/integrations/grape)
* [GraphQL](/ruby/integrations/graphql)
* [Hanami](/ruby/integrations/hanami)
* [HTTP.rb](/ruby/integrations/http)
* [MongoDB](/ruby/integrations/mongodb)
* [Meerdere Rack-bibliotheken](/ruby/integrations/rack-libraries)
* [Net::HTTP](/ruby/integrations/net-http)
* [Padrino](/ruby/integrations/padrino)
* [Puma](/ruby/integrations/puma)
* [Que](/ruby/integrations/que)
* [Rack](/ruby/integrations/rack)
* [Rake](/ruby/integrations/rake)
* [Redis](/ruby/integrations/redis)
* [Resque](/ruby/integrations/resque)
* [Ruby on Rails](/ruby/integrations/rails)
* [Ruby VM](/ruby/integrations/ruby-vm)
* [Sequel](/ruby/integrations/sequel)
* [Shoryuken](/ruby/integrations/shoryuken)
* [Sidekiq](/ruby/integrations/sidekiq)
* [Solid Queue](/ruby/integrations/solidqueue)
* [Sinatra](/ruby/integrations/sinatra)
* [ViewComponent](/ruby/integrations/view-component)
* [Webmachine](/ruby/integrations/webmachine)

## Aangepaste instrumentatie

Voeg aangepaste instrumentatie toe aan uw applicatie of maak uw eigen integraties met AppSignal. Zie het onderwerp [instrumentatie](/ruby/instrumentation) voor meer details.

## Command line tools

De AppSignal Ruby-gem wordt geleverd met verschillende command line tools. Deze tools maken het eenvoudiger om AppSignal in een applicatie te installeren, deploy-notificaties te versturen en problemen met de installatie te diagnosticeren.

Zie onze [command line tools](/ruby/command-line)-documentatie voor een volledige lijst van alle beschikbare commando's.

## Ondersteuning voor Ruby-implementaties

### Ruby (MRI)

We ondersteunen momenteel [Ruby `2.7.0+` en hoger](/support/maintenance-policy).

Als u ondersteuning nodig hebt voor oudere versies van Ruby, kunt u een oudere versie van de AppSignal-gem gebruiken. Houd er echter rekening mee dat we geen volledige ondersteuning bieden voor oudere versies van de gem.

### JRuby

JRuby-ondersteuning is [beschikbaar](https://blog.appsignal.com/2018/02/14/ruby-gem-2-5.html) in versie `2.5.0` en hoger van de AppSignal Ruby-gem.

Om JRuby op Alpine Linux te gebruiken, moet u upgraden naar Ruby-gem `2.8.0` of nieuwer. Controleer ook of uw [besturingssysteem wordt ondersteund](/support/operating-systems) in combinatie met JRuby.

[ruby-lang]: https://www.ruby-lang.org/

[appsignal-gem]: https://rubygems.org/gems/appsignal
