0.0
# Fancy Logger
An easily customizable logger with style.
## Install
### Bundler: `gem 'fancy_logger'`
### RubyGems: `gem install fancy_logger`
## Usage
Simply use as if you were using the normal Ruby `Logger` class:
```ruby
require 'fancy_logger'
logger = FancyLogger.new(STDOUT)
logger.in...
2021
2022
2023
2024
2025
2026
0.0
Support library for controlling razor testing environments.
2021
2022
2023
2024
2025
2026
0.0
Adds Minitest assertions to test for errors raised or not \
raised by Minitest itself. Most useful when testing other Minitest assertions.
2021
2022
2023
2024
2025
2026
0.0
# Single File Delivery Method for Mail gem
## Summary
This gem is a delivery-method plug-in for [mail](https://github.com/mikel/mail)
that delivers all mail to a single file for testing.
The Mail gem already provides a file delivery-method that appends a copy of each message
to a file named af...
2021
2022
2023
2024
2025
2026
0.0
Library testing OpenHAB ruby rules with rspec.
2021
2022
2023
2024
2025
2026
0.0
This gem provides a set of commands to manage data maintenance scripts of a Rails application like migrations.
Each script has a timestamped name; a table in the DBs keeps track of
the scripts which have been run. Similar to migrations you can run
multiple scripts in the same session. DataF...
2021
2022
2023
2024
2025
2026
0.0
If you have an app that does testing or trivia, use this to create sample/dummy/fake questions. Its like Faker for questions.
2021
2022
2023
2024
2025
2026
0.0
Consider the noble bamboo. This peculiar member of the Poaceae family has been known to
grow to extraordinary lengths without yielding to (mostly) any obstacles.
Not unlike bamboo, the i18n translations of a Rails a...
2021
2022
2023
2024
2025
2026
0.0
Take snapshots of responses and mail messages while testing, and inspect them in a browser. A Ruby on Rails engine.
2021
2022
2023
2024
2025
2026
0.0
SOOS ( https://soos.io ) is an independent software security company, located in Winooski, VT USA, building security software for your team. Used for testing purposes, this package is an example of a vulnerable package on a public registry.
2021
2022
2023
2024
2025
2026
0.0
Super fast gem for testing stuff
2021
2022
2023
2024
2025
2026
0.0
Generate the structure of jquery plugins easily. Manage library dependencies such as other jquery libraries or packing code on either mac or windows. Get jsspec testing baked in. Use the familiar rake tasks to manage your jquery code base.
2021
2022
2023
2024
2025
2026
0.0
apimatic_calculator
2021
2022
2023
2024
2025
2026
0.0
TestBench::Session implements the core testing mechanisms of TestBench: tests, contexts, comments, assertions, and test file execution. Sessions also maintain the pass/fail status of the test run. A diagnostic substitute session is also included that records session telemetry so that test abstrac...
2021
2022
2023
2024
2025
2026
0.0
Naive implementation of Xor-filter for algorithm testing purposes..
2021
2022
2023
2024
2025
2026
0.0
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave...
2021
2022
2023
2024
2025
2026
0.0
This is a temp fork for testing purposes only. Clamby allows users to scan files uploaded with Paperclip or Carrierwave. If a file has a virus, then you can delete this file and discard it without causing harm to other users.
2021
2022
2023
2024
2025
2026
0.0
A gem to clean up memoization. This is useful for testing, where you want to
ensure that a method is called again after a change to the object.
2021
2022
2023
2024
2025
2026
0.0
Provides a rich DSL for RSpec to assert on files, directories, and
symlinks, including permissions, content (including JSON), and more. Ideal for
testing generators and build scripts.
2021
2022
2023
2024
2025
2026
0.0
Common build and testing code that is shared amongst the Freshli repositories
2021
2022
2023
2024
2025
2026