Diego_pixelhead's Gems

icon
#Total RankDaily RankNameSummary
122,11834,048accepts_nested_serialized_attributesA tiny hack for Rails to make Model#as_json(include: :association) return a hash with a...
229,02614,701presenter_objectUseful for wrapping model objects with presentation methods.
334,54464,016assigns_has_many_through_relationsRails Engine that provides a management UI to assign models to each other
437,74126,465action_cable_subscription_adapterImplements a SubscriptionAdapter for ActionCable which uses a configurable Redis client.
542,389101,581go_easy_btnHook up easy button via USB serial port and trigger shell commands
649,07678,082def_retryAllows you to define methods that will retry on exception or declare blocks of code wit...
771,022140,423harlem_bitsIt's the Harlem Shake. In Ruby. In the terminal.
880,94343,166make_dirs_from_listQuick command to create a directory structure given a list of dir names
988,12236,481RedditPostClassifierBotThis gem wraps Ruby's nbayes gem to do text classification of Reddit posts. It classifi...
1090,26378,082easy_exportExport ActiveModels to CSV by declaring headers and fields in your model with the `expo...
11100,20278,082evil_pdfGenerate a PDF from an array of URLs
12101,42054,663httmultipartymagicHTTMultiParty is a thin wrapper around HTTParty to provide multipart uploads.
13105,93064,016ror-rubycas-serverProvides single sign-on authentication for web applications using the CAS protocol. Mod...
14107,762101,581validates_associated_bubblingEachValidator that adds a parent model's association's validation errors to the parent ...
15110,185101,581engine_migration_initializerAllows a Rails engine's migrations to be loaded by the host app rather than having to c...
16111,113140,423strong_parameters_dslProvides a light DSL for defining strong parameters in Rails controllers
17128,604101,581monkey_stringAdds neat methods to String
18137,53978,082color_adjusterDrop this module in a model that has a color attribute and be able to adjust the color.
19144,96564,016forced_file_from_urlTiny hack to convert StringIO objects into Tempfile when using OpenURI to open files le...
20147,41678,082airbrake_user_attributes_rails5Adds information about the current user to error reports
21150,064140,423hash_as_hidden_fieldsExtracted hash helper code from KipuRecords.
22150,696140,423kipu_translationsKipu's en.yml file. Shared with KTB
23150,773140,423store_current_userA simple wrapper over RequestStore to provide a controller filter to store the current ...
24151,634101,581airbrakeV4rails5Send your application errors to our hosted service and reclaim your inbox.
25154,217101,581kwipperKwipper is the reference example app for the Kwipper Programming Challenge to build an ...
26155,904101,581simple_scopellows you to define magic `scope`s on an ActiveRecord model without having to provide `...