Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjeffrey18/railsonfire
- Owner: mjeffrey18
- Created: 2020-05-28T13:12:50.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-19T19:12:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:44:38.429Z (21 days ago)
- Language: Ruby
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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!