/ruby-activerecord

Simple code implementation for using ActiveRecord gem outside of Rails.

Primary LanguageRubyMIT LicenseMIT

ruby-activerecord

Simple code implementation for using ActiveRecord gem outside of Rails.

About This Project

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.

Getting Started

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.

Set up Project

  • 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.

Set up Database

  • 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

Authors

👤 Bello Morenikeji Fuad

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.