Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tdumitrescu/gemex

Example Rails app demonstrating extracting and gemifying lib code
https://github.com/tdumitrescu/gemex

Last synced: about 2 months ago
JSON representation

Example Rails app demonstrating extracting and gemifying lib code

Awesome Lists containing this project

README

        

# GEMEX

An example Rails app demonstrating extracting and gemifying lib code. The non-master branches present stages of the journey between in-app code and separate gem.

## Branches

- [lib_code](https://github.com/tdumitrescu/gemex/tree/lib_code): contains `OldYeller` code embedded within the Rails app under `lib/`
- [gemify](https://github.com/tdumitrescu/gemex/tree/gemify): `OldYeller` has been extracted to a gem located in the local filesystem