Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
Add Array#===
2021
2022
2023
2024
2025
2026
0.0
This small extension to ruby's Array class provides two additional
iterators, Array#each_with_floe and Array#each_with_index_floe, that
simplify the reasonably-common need to specially handle "floe"--i.e.,
first, last, odd, even--when iterating through the elements of an array.
It's particularly...
2021
2022
2023
2024
2025
2026
0.0
A simple gem to reformat an array of arrays into one of several string
formats: HTML table; CSV; ASCII table; YAML
2021
2022
2023
2024
2025
2026
0.0
A Rails plugin that provides some form helper methods for use array column.
2021
2022
2023
2024
2025
2026
0.0
[1, 2, 4, 5] #~> [[1, 2], [2, 4], [4, 5]]
2021
2022
2023
2024
2025
2026
0.0
Convert array to hash according to your defined formatter
2021
2022
2023
2024
2025
2026
0.0
Stores string arrays in files
2021
2022
2023
2024
2025
2026
0.0
The gem introduces the Arrayish::String class, a string that has some array characteristics.
2021
2022
2023
2024
2025
2026
0.0
Implement the missing uniq? method on Array
2021
2022
2023
2024
2025
2026
0.0
Creates an Hash from an array where the values of the Array are values and keys of the Hash
2021
2022
2023
2024
2025
2026
0.0
an ActiveRecord/Sequel style class for static reference data
2021
2022
2023
2024
2025
2026
0.0
Array of Hash Simple DB
2021
2022
2023
2024
2025
2026
0.0
Custom array's operator
"+", "-" and "*".
add method
to_s, to_i, to_h
2021
2022
2023
2024
2025
2026
0.0
ArrayScanner that mimics ruby's std lib StringScanner
2021
2022
2023
2024
2025
2026
0.0
Implements sorting algorithms such as merge sort, bubble sort, heap sort, etc. for Arrays.
2021
2022
2023
2024
2025
2026
0.0
Convert Array to ActiveRecord::Relation without database access
2021
2022
2023
2024
2025
2026
0.0
This gem is a sample gem on 'http://blog.wfsneto.com.br/'
2021
2022
2023
2024
2025
2026
0.0
Adds convenience method Array#to_csv for converting an array of hashes to CSV.
2021
2022
2023
2024
2025
2026
0.0
This gem adds `#to_proc` method to Array, which works similarly to Symbol#to_proc, but calls provided methods in sequence.
2021
2022
2023
2024
2025
2026
0.0
Consists of operations to manipulate arrays; the T of ETL for datasets that fit in-memory. Operations include adding/copying/removing/updating columns, adding/removing/updating rows and joining external tables.
2021
2022
2023
2024
2025
2026