Project
Reverse Dependencies for yard
The projects listed here declare yard as a runtime or development dependency
0.0
|Provides Future and Actors. Actors are sharing Thread pool so
|as many actors as you need can be spawned.
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 3 gem to treat an attribute as a decimal (getting and setting floating-point values) but storing it as an integer in the database (useful for prices and other precision-needed attributes like money).
2020
2021
2022
2023
2024
2025
0.0
acts_as_gravatar provide simple access to gravatar from ActiveRecord.Can interoperate with devise, etc..
2020
2021
2022
2023
2024
2025
0.0
Handles Message sending between ActiveRecord instances
2020
2021
2022
2023
2024
2025
0.0
Multipart forms using custom routes
2020
2021
2022
2023
2024
2025
0.0
Acts as published beahviour for active record models.
2020
2021
2022
2023
2024
2025
0.0
Orders ActiveRecord items by floating ranks for spaces in-between items. Influenced by gem ActsAsList. The floating rank allows inserting items at arbitrary positions without reordering items. Thus, reducing the number of WRITE queries.
2020
2021
2022
2023
2024
2025
0.0
Gem version of acts_as_rdf Rails plugin
2020
2021
2022
2023
2024
2025
0.0
Plugin to remove spaces on fields
2020
2021
2022
2023
2024
2025
0.0
ActsAsTable is a Ruby on Rails plugin for working with tabular data.
2020
2021
2022
2023
2024
2025
0.0
ActsAsTable extension for parsing/serializing CSV data.
2020
2021
2022
2023
2024
2025
0.0
This library implements a server that emulates the functionality of the network connected Advantech ADAM-6050 digital IO module. Specifically the UDP protocol that the unit speaks has been reverse engineered. Since I don't have an actual device to test with the response messages from the server m...
2020
2021
2022
2023
2024
2025
0.0
This is a customized version of Ball Aerospace COSMOS, maintained
by Visiona for the ADAMS project. Includes specific patches
2020
2021
2022
2023
2024
2025
0.0
You give it an email. It gives you a Gravatar. What more do you want?
2020
2021
2022
2023
2024
2025
0.0
The Circuit Breaker pattern is used to prevent constant fail-over from spotty remote systems
2020
2021
2022
2023
2024
2025
0.0
Ruby HTTP client for the Addons.io API.
2020
2021
2022
2023
2024
2025
0.0
A system which should help bringing different Rack applications together.
2020
2021
2022
2023
2024
2025
0.0
This is a gem port of binary logics 'addresslogic' to Rails 3 and a Gem
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