Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeconscious/rails-blog
A blog built using Ruby on Rails, mainly for practice.
https://github.com/codeconscious/rails-blog
blog rails ruby ruby-on-rails
Last synced: 1 day ago
JSON representation
A blog built using Ruby on Rails, mainly for practice.
- Host: GitHub
- URL: https://github.com/codeconscious/rails-blog
- Owner: codeconscious
- Created: 2022-09-17T05:58:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T10:59:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T11:36:47.643Z (almost 2 years ago)
- Topics: blog, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Blog
This blog runs on Ruby v3.1.2 and Rails 7.0.3.
Run it from the terminal using `bin/rails server`.
## Testing
Run all tests simply using `rsync`.
## Annotations
This repo uses the [Annotate](https://github.com/ctran/annotate_models) gem to automatically annotate classes with schema and routes info via comments.