Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliflores/railsgirls
https://github.com/eliflores/railsgirls
community rails railsgirls ruby tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliflores/railsgirls
- Owner: eliflores
- Created: 2017-10-07T19:02:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T18:47:23.000Z (7 months ago)
- Last Synced: 2024-05-21T19:51:49.225Z (7 months ago)
- Topics: community, rails, railsgirls, ruby, tutorial
- Language: Ruby
- Homepage: https://railsiando.herokuapp.com/
- Size: 477 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
![CI](https://github.com/eliflores/railsgirls/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/eliflores/railsgirls/branch/master/graph/badge.svg?token=IWTQSnKXNp)](https://codecov.io/gh/eliflores/railsgirls)This is the application implemented for the [RailsGirls](http://guides.railsgirls.com/app) workshop.
* **Ruby version:** See [.tool-versions](.tool-versions)
* **Rails version:** See [Gemfile](Gemfile)
* **System dependencies:**
* **With the awesome help of:**
* [Font Awesome](http://fontawesome.io/)
* [Bootstrap](http://getbootstrap.com/)
* [Subtle Patterns](www.toptal.com/designers/subtlepatterns/)* **Database creation:** ```rails db:migrate```
* **Database initialization:** ```rails db:migrate```
* **How to run the test suite:** ```bundle exec rails test && bundle exec rails test:system```
* **How to update gems (to [fix security vulnerabilities](https://github.com/eliflores/railsgirls/security), for
example):**
* Use [bundler](https://bundler.io/guides/using_bundler_in_applications.html)```bash
bundle install --jobs 4 --retry 3
bundle update
```* Run Tests and make sure they pass ✅
```bash
bundle exec rails test
bundle exec rails test:system
```