0.0
It's original intention is as a helper class class for filtering email attachments before forwarding. The extracted attachments are saved in the /tmp directory.
2021
2022
2023
2024
2025
2026
0.0
Use an ActiveRecord Hash column as backend for dynamic attributes. Dynamic attributes will act like table columns. Just include the HashAttributes module in your ActiveRecord::Base class.
2021
2022
2023
2024
2025
2026
0.0
# Rake::ToolkitProgram
Create toolkit programs easily with `Rake` and `OptionParser` syntax. Bash completions and usage help are baked in.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rake-toolkit_program'
```
And then execute:
$ bundle
Or install it yours...
2021
2022
2023
2024
2025
2026
0.0
maskable attributes provides a simple way to mask the output of a method. maskable attributes works really well with the decorator / presenter pattern
2021
2022
2023
2024
2025
2026
0.0
Active Record Attributes Equality is a very simple rails plugin / gem that forces ActiveRecord to compare the model's attributes in the presence of two new records. Otherwise, it compares their IDs, just like ActiveRecord::Base#==.
2021
2022
2023
2024
2025
2026
0.0
https://rubygems.org/gems/apoptosis
I got the idea for this gem during JRubyConf during Michael Feathers' talk. He made a point that software is alive and unlike biological systems, doesn't have an automatic way to kill off old 'cells'. This gem is to aid in finding old, potentially crufty areas...
2021
2022
2023
2024
2025
2026
0.0
Turnitin Core API (TCA) provides direct API access to the core functionality provided by Turnitin. TCA supports file submission, similarity report generation, group management, and visualization of report matches via Cloud Viewer or PDF download. Below is the full flow to successfully set up an i...
2021
2022
2023
2024
2025
2026
0.0
Ruby wrapper for the e-conomic REST API, that aims at making working with the API bearable. E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/. Th...
2021
2022
2023
2024
2025
2026
0.0
* RDoc Documentation {available at Rubyforge}[http://carrierwave.rubyforge.org/rdoc].
* Source code {hosted at GitHub}[http://github.com/jnicklas/carrierwave]
* Please {report any issues}[http://github.com/jnicklas/carrierwave/issues] on GitHub
* Please direct any questions at the {mailing list}[...
2021
2022
2023
2024
2025
2026
0.0
Allows you to compare Active Record objects based on their *attributes* (with same_as?), to exclude some attributes from being used in comparison, and adds improved inspect method
2021
2022
2023
2024
2025
2026
0.0
Rabbit Tracks keeps a record of who made which change at what time.
You can skip any database columns as well.
For example: `updated_at`, `created_at` and `password` etc.
2021
2022
2023
2024
2025
2026
0.0
This gem provides a simple and extremely flexible way to use most frequent find_by query in a model. You can minimize find_by query of a particular attribute in a model using lazy attribute gem.
2021
2022
2023
2024
2025
2026
0.0
* Updated support for right_s3 gem
* RDoc Documentation {available at Rubyforge}[http://carrierwave.rubyforge.org/rdoc].
* Source code {hosted at GitHub}[http://github.com/jnicklas/carrierwave]
* Please {report any issues}[http://github.com/jnicklas/carrierwave/issues] on GitHub
* Please direct a...
2021
2022
2023
2024
2025
2026
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2021
2022
2023
2024
2025
2026
0.0
Translate rails models attribute values just like attribute names.
2021
2022
2023
2024
2025
2026
0.0
The affixapi.com API documentation. # Introduction Affix API is an OAuth 2.1 application that allows developers to access customer data, without developers needing to manage or maintain integrations; or collect login credentials or API keys from users for these third party systems. # OAuth 2.1 ...
2021
2022
2023
2024
2025
2026
0.0
The ATLAS portal today is a public resource that delivers a sub-set of the intelligence derived from the ATLAS sensor network on host/port scanning activity, zero-day exploits and worm propagation, security events, vulnerability disclosures and dynamic botnet and phishing infrastructures.
2021
2022
2023
2024
2025
2026
0.0
This helper creates two methods to classes.
array_attribute and carray_attribute.
With these you can create methods that encapsulate an array
property if you have never used or accessed the property it will
have an empty array as a default value.
2021
2022
2023
2024
2025
2026
0.0
A simple Rails plugin that provides the ability to cache a value to a model attribute. The attribute will be automatically set if necessary, retrieved when requested, and can be manually invalidated.
2021
2022
2023
2024
2025
2026
0.0
PURE RUBY GEM (works on Windows)! Can work with:
- $SOME_VALUE$;
- $REPEAT:SOME_COLLECTION$ (at least, new row) $EACH:SOME_VALUE_OF_COLLECTION_ITEM$ (at least, new row) $UNREPEAT:SOME_COLLECTION$;
Repeating commands must be at the separate paragraphs.
Note, that created template may look good but...
2021
2022
2023
2024
2025
2026