0.0
I sometimes get a little descriptive with my variable names, so when you're doing a lot of work specifically with one object, it gets especially ugly and repetetive, making the code harder to read than it needs to be: @contract_participants_on_drugs.contract_id = params[:contract_id] @contract...
2021
2022
2023
2024
2025
2026
0.0
Base RuboCop configuration files for Ruby projects at Medidata
2021
2022
2023
2024
2025
2026
0.0
De-novo assemblies generally only provide draft genomes. FinishM is aimed at improving these draft assemblies.
2021
2022
2023
2024
2025
2026
0.0
In order to introduce testing in to my main development
process I decided that creating a test plan prior to
development and then using that as the basis for my
YouTrack tickets would be a good approach. Think of
it as TDD at a macro level.
2021
2022
2023
2024
2025
2026
0.0
Ruby on Rails form generator based on has_many and belongs_to associations. Includes the helpers and javascript for adding and removing fields_for form attributes.
2021
2022
2023
2024
2025
2026
0.0
If you've recently created an API you may have felt frustrated at the removal of Devise's token authenticatable module. ArcadeX fills the void with a set of functions that act on a token class to provide authentication to an API. Enjoy!
2021
2022
2023
2024
2025
2026
0.0
Gem for jQuery plugin to provide easy way to handle DOM elements by role attribute
2021
2022
2023
2024
2025
2026
0.0
Shopifly is a command-line utility that helps to enforce branch-theme parity. At this time it is compatible only with `config.yml` based Shopify Themekit setups.
2021
2022
2023
2024
2025
2026
0.0
Easy way to normalize attributes
2021
2022
2023
2024
2025
2026
0.0
jruby hdfs wrapper attempting to provide an interface that's similar to the common ruby file system api's.
2021
2022
2023
2024
2025
2026
0.0
Your resources text attributes will gain inplace update ability with keybindings for quick editing
2021
2022
2023
2024
2025
2026
0.0
This is a Ruby wrapper around the TestLink XMLRPC API, thus allowing access to
your TestLink test projects, plans, cases, and results using Ruby. We've added
a few helper methods as well to allow for getting at more of your data a little
easier. This supports TestLink APIs 1.0 Beta 5 (fro...
2021
2022
2023
2024
2025
2026
0.0
Library for validating unchangeable attributes.
2021
2022
2023
2024
2025
2026
0.0
At the moment the gem is just a wrapper for the ibanrechner.de API.
2021
2022
2023
2024
2025
2026
0.0
Flatter transforms a deeply nested graph of ActiveModel-like objects
to a single mapper object that handles all the nested attributes and has a very flexible behavior
for handling validation, saving routines with a DRY approach.
2021
2022
2023
2024
2025
2026
0.0
Allows for pattern matching behavior, ala many functional languages, using Ruby's case statements. Additionally, values can be bound at match time. Provides a few helper modules to make this even more terse and feel more flexible.
2021
2022
2023
2024
2025
2026
0.0
AsciiPngfy is a Ruby Gem that enables you to render ASCII text into a PNG image up to a resolution of 3840(width) by 2160(height) using a 5x9 monospaced font. Configurable settings that influence the result are font-color, background-color, font-height, horizontal-spacing, vertical-spacing, and...
2021
2022
2023
2024
2025
2026
0.0
A wrapper to form objects in ActiveRecord. Forget accepts_nested_attributes_for.
2021
2022
2023
2024
2025
2026
0.0
A set of helpers for generating additional feeds in nanoc. Currenntly JSON and Atom feeds are supported.
2021
2022
2023
2024
2025
2026
0.0
This RubyGem allows you to prevent particular database fields from being changed after an Active Record object is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.
2021
2022
2023
2024
2025
2026