0.0
Reliable fetcher for Sidekiq
2020
2021
2022
2023
2024
2025
0.0
Encrypted attributes for ROM
2020
2021
2022
2023
2024
2025
0.0
Json based attachments for records in rails.
2020
2021
2022
2023
2024
2025
0.0
knife plugin to show or delete node attributes
2020
2021
2022
2023
2024
2025
0.0
This is a library I've developed for attachments, because I just don't like the others I've tried.
2020
2021
2022
2023
2024
2025
0.0
A library for parsing ruby's Logger format into an Atom feed
2020
2021
2022
2023
2024
2025
0.0
ActiveRecord dirty tracking that compares every attribute to it's value before type cast
and marks all changes detected as changed attributes. This makes it possible to detect `user.name.upcase!`
`user.roles << 'some_role'` and similar implicit changes.
To make it automatic on ...
2020
2021
2022
2023
2024
2025
0.0
Sometimes you just need to know what your accessors are at runtime, like when you're writing a controller that
needs to return JSON or XML...
2020
2021
2022
2023
2024
2025
0.0
See http://atrigger.com for more info
2020
2021
2022
2023
2024
2025
0.0
The latest news from great sources covering high school athletes who aspire to play collegiate athletics.
2020
2021
2022
2023
2024
2025
0.0
A Ruby client for the AT Protocol authenticated request
2020
2021
2022
2023
2024
2025
0.0
CollectionUtils provide with basic collection templates
like stack(push, pop, peek), queues(enqueue, dequeue), heaps/tree(MinHeap, MaxHeap, BST)
and HashDeserializedObject(Converts a hash into object for easy access.
All the keys will become attributes of the object).
Check out the wiki ...
2020
2021
2022
2023
2024
2025
0.0
allows accepts_nested_attributes_for in models
2020
2021
2022
2023
2024
2025
0.0
Macros for creating boolean attribute methods
2020
2021
2022
2023
2024
2025
0.0
Add simple attribute annotations to your active records
2020
2021
2022
2023
2024
2025
0.0
Set instance attributes from method arguments
2020
2021
2022
2023
2024
2025
0.0
This gem helps you make your model's attribute smart.You can get many useful methods with only a little code.
2020
2021
2022
2023
2024
2025
0.0
Note: You need to specify a "slug" column in the db table for your sluggable asset, and then use the "slugged_column" class method, provided in this module, and pass into it the column_name you would like to slug (e.g. title, username, etc.). This gem will, in short, look at the column that you p...
2020
2021
2022
2023
2024
2025
0.0
This is a simple card game, inspired by the studio game tutorial done through the Online Pragmatic Studio course on Ruby by Mike and Nicole.
Basically, three random cards would be assigned to players.
For each round, each player would be assigned a random card and they can then use it to attac...
2020
2021
2022
2023
2024
2025
0.0
Delegates attributes to another object
2020
2021
2022
2023
2024
2025