Diego_pixelhead's Gems

icon
#Total RankDaily RankNameSummary
121,46063,990accepts_nested_serialized_attributesA tiny hack for Rails to make Model#as_json(include: :association) return a hash with a...
227,94663,990presenter_objectUseful for wrapping model objects with presentation methods.
333,33463,990assigns_has_many_through_relationsRails Engine that provides a management UI to assign models to each other
437,13263,990action_cable_subscription_adapterImplements a SubscriptionAdapter for ActionCable which uses a configurable Redis client.
541,40963,990go_easy_btnHook up easy button via USB serial port and trigger shell commands
647,91463,990def_retryAllows you to define methods that will retry on exception or declare blocks of code wit...
769,29963,990harlem_bitsIt's the Harlem Shake. In Ruby. In the terminal.
880,65626,692make_dirs_from_listQuick command to create a directory structure given a list of dir names
987,68463,990RedditPostClassifierBotThis gem wraps Ruby's nbayes gem to do text classification of Reddit posts. It classifi...
1088,76863,990easy_exportExport ActiveModels to CSV by declaring headers and fields in your model with the `expo...
1198,86563,990evil_pdfGenerate a PDF from an array of URLs
12102,57963,990httmultipartymagicHTTMultiParty is a thin wrapper around HTTParty to provide multipart uploads.
13104,98863,990ror-rubycas-serverProvides single sign-on authentication for web applications using the CAS protocol. Mod...
14109,44663,990validates_associated_bubblingEachValidator that adds a parent model's association's validation errors to the parent ...
15109,53863,990engine_migration_initializerAllows a Rails engine's migrations to be loaded by the host app rather than having to c...
16110,53063,990strong_parameters_dslProvides a light DSL for defining strong parameters in Rails controllers
17125,72263,990monkey_stringAdds neat methods to String
18137,55963,990color_adjusterDrop this module in a model that has a color attribute and be able to adjust the color.
19141,87444,518forced_file_from_urlTiny hack to convert StringIO objects into Tempfile when using OpenURI to open files le...
20148,18163,990store_current_userA simple wrapper over RequestStore to provide a controller filter to store the current ...
21149,39263,990airbrake_user_attributes_rails5Adds information about the current user to error reports
22150,58263,990hash_as_hidden_fieldsExtracted hash helper code from KipuRecords.
23151,70844,518kipu_translationsKipu's en.yml file. Shared with KTB
24152,90644,518kwipperKwipper is the reference example app for the Kwipper Programming Challenge to build an ...
25155,11563,990airbrakeV4rails5Send your application errors to our hosted service and reclaim your inbox.
26156,45063,990simple_scopellows you to define magic `scope`s on an ActiveRecord model without having to provide `...