Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinawebdev/cheatsheets
A Ruby on Rails Cheatsheets Maker
https://github.com/tinawebdev/cheatsheets
bulma ckeditor4 rails6 ransack
Last synced: 6 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:38:18.000Z (over 1 year ago)
- Last Synced: 2023-03-06T14:48:33.506Z (over 1 year 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).