https://github.com/tinawebdev/cheatsheets
A Ruby on Rails Cheatsheets Maker
https://github.com/tinawebdev/cheatsheets
bulma ckeditor4 rails6 ransack
Last synced: 10 months ago
JSON representation
A Ruby on Rails Cheatsheets Maker
- Host: GitHub
- URL: https://github.com/tinawebdev/cheatsheets
- Owner: tinawebdev
- License: mit
- Created: 2020-05-25T17:46:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:38:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T14:49:59.155Z (12 months ago)
- Topics: bulma, ckeditor4, rails6, ransack
- Language: Ruby
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cheatsheets
## Versions used
* ruby '2.6.5'
* rails '6.0.3.1'
## Installation
To use the code:
1. Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
2. Download the repository using the [instruction](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
3. In the command line go to the directory with the files downloaded:
```
cd cheatsheets
```
4. Install all necessary gems:
```
bundle install
```
5. Install all the dependencies listed within package.json in the local node_modules folder:
```
yarn install
```
6. To run migrations:
```
bundle exec rails db:migrate
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
Licensed under the [MIT license](./LICENSE).