Simple code implementation for using ActiveRecord gem outside of Rails.
This is the repo for the full code of my 2-part technical article titled Using Ruby's Active Record Gem Outside The Rails Web Framework.
To set up a local version of this project, a collection of steps have been put together to help guide you from installations to usage. Simply follow the guide below and you'll be up and running in no time.
- Install git
- Install the Ruby programming language, if you haven't already.
- Open Terminal
- Navigate to the preferred location/folder you want the app on your local machine. Use
cd <file-path>
for this. - Run
git clone https://github.com/Moreneecoder/soccer-info.git
to download the project source code. - Now that you have a local copy of the project, navigate to the root of the project folder from your terminal.
- Run
bundle install
to install all dependencies in the Gemfile file.
- This project uses postgresql, so ensure you have that installed first
- Run the commands below to create and migrate database
rake db:create
rake db:reset
rake db:migrate
👤 Bello Morenikeji Fuad
- GitHub: @moreenecoder
- Twitter: @mo_bello19
- LinkedIn: Morenikeji Bello
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.