Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkdika/rblog71
Simple blog apps build with Ruby on Rails 7.1
https://github.com/mkdika/rblog71
blog poc ruby ruby-3 ruby-on-rails ruby-on-rails-7 sample-apps
Last synced: about 1 month ago
JSON representation
Simple blog apps build with Ruby on Rails 7.1
- Host: GitHub
- URL: https://github.com/mkdika/rblog71
- Owner: mkdika
- License: mit
- Created: 2023-12-06T01:20:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T02:47:18.000Z (about 1 year ago)
- Last Synced: 2023-12-10T00:54:37.668Z (about 1 year ago)
- Topics: blog, poc, ruby, ruby-3, ruby-on-rails, ruby-on-rails-7, sample-apps
- Language: Ruby
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rBlog71
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)
[![ruby badge](https://img.shields.io/badge/Ruby-3.2.1-red)](https://www.ruby-lang.org/en/news/2023/02/08/ruby-3-2-1-released/)
[![rails badge](https://img.shields.io/badge/Rails-7.1-brightgreen)](https://guides.rubyonrails.org/7_1_release_notes.html)
[![codebeat badge](https://codebeat.co/badges/5d75a3b1-a3ab-4dd6-b9bf-f10fad7fe8a8)](https://codebeat.co/projects/github-com-mkdika-rblog71-main)
[![github flow](https://github.com/mkdika/rblog71/actions/workflows/rubyonrails.yml/badge.svg)](https://github.com/mkdika/rblog71/actions/workflows/rubyonrails.yml)Yet another simple Ruby on Rails (RoR) blog application.
This is my RoR full stack web development learning project & example, including its automatic CI/CD setup and cloud platform deployment.### Note for rBlog 7.1
This is a newer version of my previously project [rBlog](https://github.com/mkdika/rblog). After 3 years working as RoR developer, and have been involving on several real production apps. This project is for me to put the so far delightfulness of working with RoR into a more simpler yet robust web application since then. Furthermore, to enjoy the mix of Ruby 3 & RoR 7 :)
## Screenshots
TBA
## Feature (TODO)
TBA
## Running locally
TBA
### Run automatic testing
Execute this command on the root of project directory:
```bash
rspec
```To check the generated code coverage report, open `coverage/index.html` file.
## Copyright and License
Copyright 2023 Maikel Chandika ([email protected]). Code released under the MIT License. See [LICENSE](/LICENSE) file.