HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
This library provides arbitrary-precision decimal floating-point number class.
ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.
Code style checking for RSpec files.
A plugin for the RuboCop code style enforcing & linting tool.
Available Cops in this extension:
- MissingRequireStatement:
Missing require statements can cause implicit dependencies in your projects that are error prone and hard to maintain.