Gems

locomotivecms/engine: A platform to create, publish and edit sites
Locomotive is an open source platform to create, publish and edit sites (CMS). It is designed to save time and help you focus on what matters: front-end technology, standard development process and a very low learning curve for your clients.
Loco...

locomotivecms/wagon: Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
With Wagon, you can generate the scaffolding for a new Locomotive site and start adding the content types and templates you need using any text editor...


grosser/parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
Speedup Minitest + RSpec + Turnip + Cucumber + Spinach by running parallel on multiple CPU cores.
ParallelTests splits tests into balanced groups (by number of lines or runtime) and runs each group in a process with its own database.
.

mudge/re2: Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".
Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python". - mudge/re2.



muffinista/gopher2000: Gopher2000 - world domination via old school protocols
Gopher2000 is a ruby-based Gopher server. It is built for speedy, enjoyable development of all sorts of gopher sites.
Build Status
Features
Simple, Sintra-inspired routing DSL.
Dynamic requests via named parameters on request paths.
built on Eve...

graphql-devise/graphql_devise: GraphQL interface on top devise_token_auth
Graphql-Devise heavily relies on 3 gems:
GraphQL Ruby
Devise Token Auth (DTA)
Devise (which is a DTA dependency)
This gem provides a GraphQL interface on top of DTA which is designed for REST APIs. Features like token management, token expiration...

DmitryTsepelev/store_model: Work with JSON-backed attributes as ActiveRecord-ish models
StoreModel gem allows you to wrap JSON-backed DB columns with ActiveModel-like classes.
💪 Powered with Attributes API. You can use a number of familiar types or write your own
🔧 Works like ActiveModel. Validations, enums and nested attributes wor...