Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvilla714/building_with_active_record
This project is about active records, models, and associations to the tests. A user can create a post and add comments to it. For each scenario, we are asked to write down the data, associations, and validations necessary to build it.Built with
https://github.com/cvilla714/building_with_active_record
ruby ruby-on-rails
Last synced: about 4 hours ago
JSON representation
This project is about active records, models, and associations to the tests. A user can create a post and add comments to it. For each scenario, we are asked to write down the data, associations, and validations necessary to build it.Built with
- Host: GitHub
- URL: https://github.com/cvilla714/building_with_active_record
- Owner: cvilla714
- Created: 2020-11-24T22:33:28.000Z (almost 4 years ago)
- Default Branch: workingbranch
- Last Pushed: 2023-01-19T21:00:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:35:14.579Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Building With Active Records
> This project is about active records,models, and associations to the tests. This application similar to Reddit (called Micro-Reddit) where a user can create a post and add comments to it.For each scenario, we are asked to write down the data, associations, and validations necessary to build it. That means which models (data tables) will be necessary to store the data (and which columns you will need), which fields of those tables will be subject to validation (e.g. minimum password length or username uniqueness).
![screenshot](./app_screenshot.png)
Additional description about the project and its features.
## Built With
- Ruby
- Rails### Install
Ruby and install Rails on your local machine
### Setup
Open your terminal and go to the directory where you want to clone the repo.
Clone the repository to your local machine. Type $ git clone `[email protected]:https://github.com/cvilla714/building_with_active_record.git`
Go to the building_with_active_records directory. Type $ cd building_with_active_records
Install the necessary gems to run the project. Type $ bundle install
Also please run this command `rails db:migrate` to run all the migration for the database and have all tables updated and read to use
Now your environment is ready to run the project. Type rails c
## Authors
👤 **Andjela Vukadinovic**
- GitHub: [@410AngelaVu](https://github.com/410AngelaVu)
- Twitter: [@andjelavukadin7](https://twitter.com/andjelavukadin7)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/andjela-vukadinovic-67a21b1b2/)👤 **Devkc**
- GitHub: [@cvilla714](https://github.com/cvilla714)
- Twitter: [@kckeyti](https://twitter.com/kckeyti)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cosmel-villalobos-1900531aa/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!