Trending Projects for January 22, 2017
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
Track and debug errors in your Ruby applications with ease using Rollbar. With this gem, you can easily monitor and report on exceptions and other errors in your code, helping you identify and fix issues more quickly. Rollbar's intuitive interface and advanced error tracking features make it the perfect tool for ensuring the stability and reliability of your Ruby applications.
manage jar dependencies for gems and keep track which jar was already
loaded using maven artifact coordinates. it warns on version conflicts and
loads only ONE jar assuming the first one is compatible to the second one
otherwise your project needs to lock down the right version by providing a
Jars.lock file.
Fluentd Output filter plugin. It has designed to rewrite tag like mod_rewrite. Re-emmit a record with rewrited tag when a value matches/unmatches with the regular expression. Also you can change a tag from apache log by domain, status-code(ex. 500 error), user-agent, request-uri, regex-backreference and so on with regular expression.
The best solution for store global settings in Rails applications.
This gem will managing a table of а global key, value pairs easy. Think of it like a
global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation.
Keep track of any global setting that you dont want to hard code into your rails app.
You can store any kind of object. Strings, numb...