0.0
ruby-breakpoint lets you inspect and modify state at run time. This allows you to diagnose bugs, patch applications and more all via IRB by simply doing a method call at the place you want to investigate.
2020
2021
2022
2023
2024
2025
0.0
Making decisions is difficult, and I'm very bad at it. This gem is a tool to help decide between any number of options. Returns one or more options out of a provided list of choices. Supports picking entirely at random, or weighting decisions if you're kinda leaning towards one or more options bu...
2020
2021
2022
2023
2024
2025
0.0
Takes a hand record (4 hands of 13 cards) and converts to a unique number using Richard Pavlicek's algorithm. The reverse also applies. Also works with the Andrews algorithm. The number will be in the range of [1..53644737765488792839237440000].
See Richard Pavlicek's web site at http://rpbridge...
2020
2021
2022
2023
2024
2025
0.0
Gem to easily generate permitted attributes for ActiveController::StrongParameters
2020
2021
2022
2023
2024
2025
0.0
The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/...
2020
2021
2022
2023
2024
2025
0.0
System of attendance by ruboty.
2020
2021
2022
2023
2024
2025
0.0
Note: Version 1.0.0 introduces some breaking changes. Make sure to read the documentation in case something is breaking
at your end.
'cmdserver' is a simple, multi-threaded, module based and extensible command server with a straight forward API.
Much of the functionality relies ...
2020
2021
2022
2023
2024
2025
0.0
Activate installed gems at runtime. This means that gems can optionally use other installed gems at runtime.
2020
2021
2022
2023
2024
2025
0.0
Ruby gem for Atlas API.
2020
2021
2022
2023
2024
2025
0.0
Inserts an HTML comment at the beggining and ending of html partials
with the path to the partial, so that "view vource"
can tell you exactly what partial is responsible for the piece of
HTML you're looking at.
Limited to files ending with .html,.haml,.erb, and .rhtml
and Rails 3.0.x ONLY.
See...
2020
2021
2022
2023
2024
2025
0.0
Sets up a hash at the beginning of each request and flushes it to Loggly at the end of the request. Also comes with standard Rails 3 log subscribers.
2020
2021
2022
2023
2024
2025
0.0
HTML Attributes utilities for use with ViewComponents
2020
2021
2022
2023
2024
2025
0.0
# Rack HTTP Pipe
Use to pipe directly a remote HTTP file without buffering it.
> /!\ Do not work with WebBrick, tested with puma
## Use case
* Given a file named #HASH#.pdf on S3
* You want a clean URL and handling the authentication in front of it
```
GET http:/example.com/download
Cont...
2020
2021
2022
2023
2024
2025
0.0
Helper methods to display translated values of object attributes (stored in database, plain object properties, ...)
2020
2021
2022
2023
2024
2025
0.0
Ruby wrapper for the REST API at https://zalo.me. Documentation at https://developers.zalo.me/
2020
2021
2022
2023
2024
2025
0.0
Serialize ActiveModel attributes in JSON using type casting
2020
2021
2022
2023
2024
2025
0.0
You would use this Paranoia gem if you
wished that when you called destroy on an Active Record object that it
didn't actually destroy it, but just "hide" the record. Paranoia does this
by setting a deleted_at field to the current time when you destroy a record,
and hides it by...
2020
2021
2022
2023
2024
2025
0.0
Merge the attributes from another ActiveRecord class to an individual STI subclass.
2020
2021
2022
2023
2024
2025
0.0
Splits database ranges into lower and upper attributes in ActiveRecord
2020
2021
2022
2023
2024
2025