This is a repository I created for the Ultimate guide to Active Storage series that I am writing to help teach what Active storage is and how you can use it in Ruby on Rails applications.
Here is the first part of the article series. Here is the second part of the article series.
Enjoy!
- Ruby on Rails
- PostgreSQL
- Active Storage
- Rubocop
- Ruby Gems
To get local copy of the project and run
git@github.com:Nemwel-Boniface/activestorage_tutorial.git
- ``cd activestorage_tutorial`
gem install bundler
bundle install
rails s
Setup db
su - postgres
psql
create role nemwel with createdb login password 'root'
rails db:setup
rails db:create
rails db:seed
bundle exec rspec
rubocop
rake
rspec
rubocop
rubocop --auto-correct-all
orrubocop -A
Have fun with TDD!
👤 Nemwel Boniface
- GitHub: @Nemwel Boniface
- Twitter: @Nemwel Boniface
- LinkedIn: @Nemwel Bonifacej
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Anyone whose code will be used
This project is MIT licensed.