0.0
Acesso programático de informações é algo fundamental na comunicação entre sistemas, mas, para nossa surpresa, uma informação tão útil e pública quanto um CEP não consegue ser acessada diretamente por um navegador por conta da API dos Correios não possuir CORS habilitado. Dado aisso, este projeto...
2020
2021
2022
2023
2024
2025
0.0
RDwarf is a module to read DWARF debugging information.
This module includes libdwarf distributed at http://www.prevanders.net/dwarf.html.
2020
2021
2022
2023
2024
2025
0.0
Avoid all errors when accessing (deeply nested) Hash, Array or Struct keys. Safer than dig(), as will quietly return nil (or your default) if the keys requested are invalid for any reason at all. Bonus: you don't even need to fiddle with existing code. If you have already written something to acc...
2020
2021
2022
2023
2024
2025
0.0
Custom auditing gem made for and by PEP. Rather than just saving the modifications made,
this gem puts the changes in context by storing a separate context object. Multiple
revisions can be attached to a single context such as a single http request.
2020
2021
2022
2023
2024
2025
0.0
Adds a symbol attribute type to activerecord
2020
2021
2022
2023
2024
2025
0.0
Gem to make declaratively observing objects at runtime
much easier. Theres no need to implement a wrapping class or mix the observing
responcibilities in with your business logic. Just proxy through an
ObservableDelegate!
2020
2021
2022
2023
2024
2025
0.0
Rails plugin that uses George Carlin's list of seven dirty words (aka swear words, aka cuss words) to check for decency on ActiveRecord model attributes.
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord extension to allow for updating numerical attributes using deltas.
2020
2021
2022
2023
2024
2025
0.0
Allows easy generation of the allhomes.com.au XML feed by passing in property attributes. Also allows validation of XML
2020
2021
2022
2023
2024
2025
0.0
A fast Atom Syndication and Publication API based on libxml
2020
2021
2022
2023
2024
2025
0.0
A Fluentd parser plugin to extract attributes from XML data
2020
2021
2022
2023
2024
2025
0.0
Resque plugin that allows querying future jobs for it's result, for example:
job = Resque.enqueue_future(MixerWorker, "yeah")
# store job.uuid somewhere
# Later on
job = Resque.get_future_job(uuid)
job.ready?
job.result
job.finished_at
2020
2021
2022
2023
2024
2025
0.0
the creative framework.
2020
2021
2022
2023
2024
2025
0.0
CrewdPolicies enables conventional Pundit (https://github.com/elabs/pundit) policies to be written using an opinionated pattern based on declarative Create, Read, Execute (optional), Write and Destroy (CREWD) permissions for each resource. Conventional pundit create?, show?, update? and destroy? ...
2020
2021
2022
2023
2024
2025
0.0
FaaStRuby CLI - Manage workspaces and functions hosted at faastruby.io.
2020
2021
2022
2023
2024
2025
0.0
Omniauth Strategy for plangrade. Find out more about the plangrade API at http://docs.plangrade.com
2020
2021
2022
2023
2024
2025
0.0
A collection of pupet-lint checks used at Nine.
2020
2021
2022
2023
2024
2025
0.0
Gluttonberg is an Open Source CMS developed by the team at Freerange Future. As designers and developers, we love the flexibility of Ruby, but got tired of taking care of authentication, asset mangement, page management (and so on...) with every install. We created Gluttonberg to take care of tha...
2020
2021
2022
2023
2024
2025
0.0
Define methods for accessing translated attributes
2020
2021
2022
2023
2024
2025
0.0
`Jsonapi::QueryBuilder` serves the purpose of adding the json api query related SQL conditions to the already scoped collection, usually used in controller index actions.
With the query builder we can easily define logic for query filters, attributes by which we can sort, and delegate pagination...
2020
2021
2022
2023
2024
2025