Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjeffrey18/railsonfire

rubyonfire.com blog example project - Demo of useful rails features and techniques
https://github.com/mjeffrey18/railsonfire

Last synced: 13 days ago
JSON representation

rubyonfire.com blog example project - Demo of useful rails features and techniques

Awesome Lists containing this project

README

        

# Rails on Fire

## Intro

Rails on Fire is an example project used by the [Ruby on Fire](https://rubyonfire.com) blog to provide use case examples of Rails features and techniques.

## Usage

### Blog

Please visit the blog and read through any posts you desire. All posts are linked back to code examples in this project.

### Pull Requests

Ever blog post has a matching PR with all the example code, you could read through any closed PR’s source code to understand how to implement a feature. All PR’s titles are appropriately named.

### Source Code

You can also read through the source code of the project.

Enjoy!