https://github.com/rubyhcm/blog
My personal blog with rails
https://github.com/rubyhcm/blog
blog guide linux postgresql rails ruby ubuntu
Last synced: 5 months ago
JSON representation
My personal blog with rails
- Host: GitHub
- URL: https://github.com/rubyhcm/blog
- Owner: rubyhcm
- Created: 2023-09-03T11:35:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T17:04:22.000Z (over 1 year ago)
- Last Synced: 2025-01-20T11:51:15.999Z (about 1 year ago)
- Topics: blog, guide, linux, postgresql, rails, ruby, ubuntu
- Language: JavaScript
- Homepage: https://rails-blog.online/
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My blog app with Rails MVC and API
Done with these techs:
- Mailjet
- Sentry
- Custom url with gem 'friendly_id'
- Paginate
- Crontab with gem 'whenever'
- Postgres
- Rails 7
- Ruby 3
- Auto deploy with Circleci
You can view my deployment of this application [here](https://rails-blog.online/) (it may take sometime to load if the server is sleep, because it 's free) , or you can use the button below to deploy your own version.
[](https://render.com/deploy)
To view an implementation of this project, check out this [repo](https://github.com/rubyhcm/blog)
### Run in production
```
rails assets:precompile RAILS_ENV=production
```