RubyGems Navigation menu

Gem

array_2d_simple 0.3.0

Implementation of 2D array

16,465 下载

array2hash 0.1

Efficient conversion of a Ruby Array to a lookup table-like Hash written in Rubex via a...

2,666 下载

array_arithmetic 1.1.1

Provides users with methods for performing common math functions on arrays.

9,073 下载

array_association 0.1.0

This gem defines some helpers to use array columns like assiciated models

9,857 下载

array_attribute 0.0.0

This helper creates two methods to classes. array_attribute and carray_attribute. Wit...

4,205 下载

array_attribute_handler 1.1.0

The `handle_array_attribute` concern provides a flexible way to treat string attributes...

1,045 下载

array_attributes 0.0.2

ArrayAttributes - Rails Concern to encapsulate common array attributes methods

2,371 下载

array_bit_mask 0.1.0

Creates methods that accepts array of values and save them as bit mask extracted using ...

8,259 下载

arraybooster 0.0.2

Features such as Substitute, Rpush, Rpop, Lpush, Lpop, PriorityPush added to Array. Als...

9,382 下载

arraybuffer 0.0.6

An array buffer (a.k.a. byte array) implementation forRuby, implemented natively.

12,132 下载

arrayclass 0.1.1

low memory class based on Array

16,039 下载

array_collapse 0.0.2

Like #flatten, but rejecting nils and allowing a block.

5,151 下载

array_collection 0.3.1

Write a longer description or delete this line.

942 下载

array-compositing 1.0.8

An implementation of Array that permits chaining, where children inherit changes to par...

39,107 下载

array-condense 0.0.1

Condense unruly arrays!

5,553 下载

array_decay 1.0.0

Discard array elements during enumeration to free memory.

4,481 下载

array_enum 1.6.0

Extension for ActiveRecord that adds support for PostgreSQL array columns, mapping stri...

1,256,891 下载

array_enumerator 0.0.10

Enumerator abstraction layer that emulates certain array functionality (methods like em...

97,848 下载

array-eqq 0.1.0

Add Array#===

2,657 下载

array_extend 1.1.0

Extend ruby Array. No override.

13,845 下载

arrayextension 0.2.0

This gem extends the Ruby class Array with a few useful methods. Just a bit of sugar.

11,197 下载

array_fast_methods 0.1.0

Fast methods for ruby stats

2,363 下载

arrayfields 4.9.2

string/symbol keyword access to arrays

4,017,527 下载

array_floe 1.1.3

This small extension to ruby's Array class provides two additional iterators, Array#eac...

19,188 下载

array-formatter 1.2.0

A simple gem to reformat an array of arrays into one of several string formats: HTM...

17,511 下载

array_form_helper 0.0.1

A Rails plugin that provides some form helper methods for use array column.

3,980 下载

array-frequency 1.0.0

Array extension for frequency of values.

33,597 下载

arrayfu 1.0.0

Simple DSL For Declaritive Arrays

53,078 下载

array_groupings 0.0.2

[1, 2, 4, 5] #~> [[1, 2], [2, 4], [4, 5]]

9,347 下载

array_groups 0.0.10

[1,2,3,4,5].in_groups(2) => [ [1,2,3], [4,5] ] ------------------------------------...

26,003 下载