https://github.com/mindreframer/performant_ruby
https://github.com/mindreframer/performant_ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindreframer/performant_ruby
- Owner: mindreframer
- Created: 2015-04-12T21:43:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T22:06:34.000Z (almost 11 years ago)
- Last Synced: 2025-09-10T23:04:01.436Z (7 months ago)
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Collection of small (aka dependency-free) and performant Ruby libraries
## ORM
- https://github.com/jeremyevans/sequel - Sequel: The Database Toolkit for Ruby
## Validation
- https://github.com/soveran/scrivener - Validation frontend for models, more here: http://bits.citrusbyte.com/model-validations/
- https://github.com/tizoc/bureaucrat - Bureaucrat - Form handling for Ruby -
## Templating
- [Mote](https://github.com/soveran/mote)
- https://github.com/soveran/mote/blob/master/benchmarks/result.txt
## Data Structures
- https://github.com/arturoherrero/ofstruct - OpenFastStruct is a data structure, similar to an OpenStruct but fast
## Webframeworks
- http://roda.jeremyevans.net - Roda
- http://confreaks.tv/videos/mwrc2015-better-routing-through-trees
- http://lotusrb.org/ - Lotus
## Hashbuilder / Serializers
- https://github.com/mindreframer/api_view - Friggin' fast Serializer gem
## Simple libs
- https://github.com/TheBlasfem/garfio - Garfio helps you to build hooks in your ruby objects
- https://github.com/mindreframer/require_pattern_xt - robust and easy file requiring
## Excel Parsing
- https://github.com/pythonicrubyist/creek - Creek – Stream parser for large Excel(xlsx and xlsm) files.
## CSV Parsing
- [Fastest CSV class for MRI Ruby](https://github.com/brightcode/fastest-csv)
- [A pure-C CSV parser for Ruby](https://github.com/evan/ccsv)
## File Uploads
- [Refile](https://github.com/refile/refile)
## Some links were taken from
- https://github.com/dreikanter/ruby-bookmarks
- https://github.com/markets/awesome-ruby