0.0
Sometimes you need to abstract the fact remote attachments stored say in S3 aren't locally. Foggy can help you with that by creating a temp local file whenever you need to manipulate the remote asset.
2021
2022
2023
2024
2025
2026
0.0
Adds support for storing the contents of files attachment via paperclip plugin on the database
2021
2022
2023
2024
2025
2026
0.0
Store Paperclip attachments in your temporary directory
2021
2022
2023
2024
2025
2026
0.0
A way to easily define objects that take arguments at different places
2021
2022
2023
2024
2025
2026
0.0
paranoid_fu keeps models from actually being deleted by setting a deleted_at field. It adds without_deleted and only_deleted named_scopes
2021
2022
2023
2024
2025
2026
0.0
A Rails extension to avoid duplicating attribute lists between forms & controllers
2021
2022
2023
2024
2025
2026
0.0
Parallelizes tests dynamically at runtime based on test cases.
2021
2022
2023
2024
2025
2026
0.0
Parasite is currently at version 0.2. The Parasite package is composed of two gems: parasite and the camping_generator. The first provides a way to hook into the Rails development environment, while the second provides a generator for creating Camping apps quickly and painlessly. *** Installation
2021
2022
2023
2024
2025
2026
0.0
# Mint::Money
Mint::Money perform currency conversion and arithmetics with different currencies.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'mint-money'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install mint-money
## Usage
```
...
2021
2022
2023
2024
2025
2026
0.0
Specialise a Ruby class by providing some of its initializer arguments or attributes ahead of time.
2021
2022
2023
2024
2025
2026
0.0
This gem's version is no longer supported, take a look at: https://rubygems.org/gems/dhcp_parser
2021
2022
2023
2024
2025
2026
0.0
A Rails 3.0 generator (like for the whole project) that pre-generates
\ a bunch of shit I like. Most of it is stolen directly from Hampton's Rails Template
at http://github.com/hcatlin/hamgen but with changes just for ole' me
2021
2022
2023
2024
2025
2026
0.0
Uses faye to keep keep a local copy of the queue at the server specified
2021
2022
2023
2024
2025
2026
0.0
Test S3 integration locally. Originally created by Curtis Spencer, modified by Mario Visic at Envato.
2021
2022
2023
2024
2025
2026
0.0
CoreEx is designed to provide a simple but quite useful extension of the standard library of Ruby. So some classes and modules like Pathname, Time, Enumerable, Exception, FileUtils, String, and YAML are extended. There is also some new features like attr_once, DTime, TempPat...
2021
2022
2023
2024
2025
2026
0.0
Ensure a nonce is not used twice, to prevent replay attacks.
2021
2022
2023
2024
2025
2026
0.0
WebPilot is a wrapper for Selenium::WebDriver that makes the library more ruby-esque. Rather than inherit from Selenium::WebDriver, an instance of WebPilot has a Selenium::WebDriver as an attribute. It serves other functions rather than just extending Selenium::WebDriver, so it also wraps a logge...
2021
2022
2023
2024
2025
2026
0.0
A controller DSL for Rails that allows you to easily and quickly define both singular and collection model resources that can be operated on within the controller.Attempts to DRY up most of the boilerplate code at the top of
each controller used to set up its state.
2021
2022
2023
2024
2025
2026
0.0
Rackful provides a minimal interface for developing ReSTful web services with
Rack and Ruby. Instead of writing HTTP method handlers, you’ll implement
resource objects, which expose their state at URLs.
This version is not backward compatible with v0.1.x.
2021
2022
2023
2024
2025
2026
0.0
RackMotion provides a Rack-like interface for middleware that can intercept and alter HTTP requests and responses in RubyMotion. It's built on top of NSURLProtocol, which makes it, to borrow a line from Mattt Thompson, an Apple-sanctioned man-in-the-middle attack.
2021
2022
2023
2024
2025
2026