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

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

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.

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](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
```