Project
Reverse Dependencies for cucumber
The projects listed here declare cucumber as a runtime or development dependency
0.01
Yacht is Yet Another Configuration Helper Tool.
2020
2021
2022
2023
2024
2025
0.01
Framework for developing applications in the Yahoo! Mail Development Platform.
2020
2021
2022
2023
2024
2025
0.01
Zool allows you to manage authorized_keys files on servers. It comes with a command-line client 'zool'. The configuration can be done in a pyconfig/gitosis like configuration file. See README.md for further details
2020
2021
2022
2023
2024
2025
0.0
Commandline utility for downloading SAML metadata from MDQ services
2020
2021
2022
2023
2024
2025
0.0
A/B test data aggregator as a Sinatra web service
2020
2021
2022
2023
2024
2025
0.0
A tool for running acceptance tests against any external web app
2020
2021
2022
2023
2024
2025
0.0
A series of tools built with ruby to help ensure HTML is accessibile, including an automated evaluation tool and helpers to generate accessible output for common elements.
2020
2021
2022
2023
2024
2025
0.0
Accounts::Server defines the following paths for your web-app:
* POST '/logon'
* POST '/register'
* POST '/forgot-password'
* POST '/change-password'
* POST '/change-email'
Your app must provide the pages and forms that will post to these paths.
2020
2021
2022
2023
2024
2025
0.0
Ruby Gem to generate documentation for GitHub Actions
2020
2021
2022
2023
2024
2025
0.0
Provides utility classes, helpers and decorators to the AWS Ruby SDK v2
2020
2021
2022
2023
2024
2025
0.0
Charting toolset that integrates into ActiveRecord and ActionView for fast, easy business intelligence and data visualization on any Rails app. Uses inline SVG wherever possible for best performance on the web. Javascript is used only when absolutely necessary.
2020
2021
2022
2023
2024
2025
0.0
Tools to compare ActiveRecord entries with Cucumber tables
2020
2021
2022
2023
2024
2025
0.0
Fixes json formatting problem with ActiveResource.
2020
2021
2022
2023
2024
2025
0.0
Performs a Sanity Check of your database by logging all invalid Active Records
2020
2021
2022
2023
2024
2025
0.0
Generic approval queues for record creation and updates
2020
2021
2022
2023
2024
2025
0.0
Rails plugin to handle first_name, middle_names and last_name combinations.
2020
2021
2022
2023
2024
2025
0.0
Multipart forms using custom routes
2020
2021
2022
2023
2024
2025
0.0
Any Ruby class with a start time and an end time will be more intuitive with ActsAsTimeFrame. It supports determining how two time frames relate. There will soon be support for:
* generating recurring time frames
* Rails-specific features like named scopes
2020
2021
2022
2023
2024
2025
0.0
Inspired by the address fields on amazon.com
2020
2021
2022
2023
2024
2025
0.0
# Addy
Allows pretty summations. Instead of writing:
(1..5).inject(0) do |memo, num|
memo + (num**num)
end
You write:
sum(1..5) do |num|
num**num
end
Personally, I would rather write the latter.
## Usage
Install the gem:
gem install addy
Then use it!
...
2020
2021
2022
2023
2024
2025