Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第5,5115,520项(搜索用时0.01秒)
devel/corefines-1.9.0 (Score: 1.6401772E-4)
Refinements for extending Rubys built-in classes
Corefines is a collection of general purpose refinements for extending the core capabilities of Ruby's built-in classes. It also provides a compatibility mode for older Ruby versions and alternative Ruby implementations that don't support refinements (yet).
devel/elif-0.1.0 (Score: 1.6401772E-4)
Read file in reverse order
A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end.
devel/flexmock-2.1.0 (Score: 1.6401772E-4)
Simple mock object for Ruby
FlexMock is a flexible mocking library for use in unit testing and behavior specification. Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
devel/foreigner-1.7.4 (Score: 1.6401772E-4)
Adds foreign key helpers to migrations
Foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. It also dumps foreign keys to schema.rb. The following adapters are supported: - mysql2 - postgres - sqlite (foreign key methods are a no-op)
devel/highline-1.7.8 (Score: 1.6401772E-4)
High-level IO library for command-line interfaces
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
devel/lager-3.2.2 (Score: 1.6401772E-4)
Logging framework for Erlang
Lager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.
devel/logging-1.8.2 (Score: 1.6401772E-4)
Logging library based on Java's log4j
Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
devel/lumberjack-1.0.10 (Score: 1.6401772E-4)
Simple, powerful, and fast logging utility
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file.
devel/mocha-0.14.0 (Score: 1.6401772E-4)
Library for mocking and stubbing syntax like JMock and SchMock
Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances.
devel/rb-kqueue-0.2.4 (Score: 1.6401772E-4)
Ruby wrapper for BSD kqueue, using FFI
This is a simple wrapper over the kqueue BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension.