Project
Reverse Dependencies for guard-rspec
The projects listed here declare guard-rspec as a runtime or development dependency
0.0
Watches local gems and notifies the user if they are outdated.
2021
2022
2023
2024
2025
2026
0.0
Core module for easy Rails apps via EzEngines
2021
2022
2023
2024
2025
2026
0.0
A simple way to make calls on Linkedin's API
2021
2022
2023
2024
2025
2026
0.0
Easy permissions engine for Rails app.
2021
2022
2023
2024
2025
2026
0.0
UI extension for ez-permissions.
2021
2022
2023
2024
2025
2026
0.0
Easy resources engine for Rails app.
2021
2022
2023
2024
2025
2026
0.0
Easy database persisted sessions for Rails
2021
2022
2023
2024
2025
2026
0.0
Easy settings engine for Rails app.
2021
2022
2023
2024
2025
2026
0.0
A utility for building progressively enhanced Facebook dialogs
2021
2022
2023
2024
2025
2026
0.0
Given a Facebook page or user id, this gem will return an array of its events.
2021
2022
2023
2024
2025
2026
0.0
Facile: API simplicity gem
2021
2022
2023
2024
2025
2026
0.0
Fast FactoryGirl factories
2021
2022
2023
2024
2025
2026
0.0
FactoryGirl replacement (proof of concept)
2021
2022
2023
2024
2025
2026
0.0
Ruby integration with facturacion.cl service
2021
2022
2023
2024
2025
2026
0.0
FADSS REST API client for Ruby.
2021
2022
2023
2024
2025
2026
0.0
Provides methods and utilities for interacting with the faithteams API.
2021
2022
2023
2024
2025
2026
0.0
Faking library that allows inspection of received calls after they have been made. Also supports tracking calls with multiple argument sets.
2021
2022
2023
2024
2025
2026
0.0
Faking library that allows inspection of received calls after they have been made. Also supports tracking calls with multiple argument sets.
2021
2022
2023
2024
2025
2026
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
FancyOpenStruct is a subclass of OpenStruct, and is a variant of RecursiveOpenStruct.
This allows you to convert nested hashes into a structure where keys and values can be
navigated and modified via dot-syntax, like: foo.bar = :something. This particular gem
also adds support for Hash methods (s...
2021
2022
2023
2024
2025
2026