https://github.com/ybiquitous/rails-playground
Ruby on Rails Playground
https://github.com/ybiquitous/rails-playground
rails ruby
Last synced: 3 months ago
JSON representation
Ruby on Rails Playground
- Host: GitHub
- URL: https://github.com/ybiquitous/rails-playground
- Owner: ybiquitous
- License: mit
- Created: 2017-09-23T04:48:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T13:35:51.000Z (about 7 years ago)
- Last Synced: 2025-07-19T21:58:19.249Z (12 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby on Rails Playground
[](https://travis-ci.org/ybiquitous/rails-playground)
## Stack
- [Ruby](https://www.ruby-lang.org/) 2.5
- [Ruby on Rails](http://rubyonrails.org/) 5.2
- View Helper
- [MetaTags](https://github.com/kpumuk/meta-tags)
- [Draper](https://github.com/drapergem/draper)
- Testing
- [Minitest](http://docs.seattlerb.org/minitest)
- ~~FactoryGirl~~ [FactoryBot](https://github.com/thoughtbot/factory_bot)
- [Power Assert](https://github.com/k-tsj/power_assert)
- Debugging
- [Pry](https://github.com/pry/pry)
- Code Analysis
- [RuboCop](http://rubocop.readthedocs.io/)
- [Rails Best Practices](https://rails-bestpractices.com/)
- Documentation
- [RailRoady](https://github.com/preston/railroady)
- [MySQL](https://www.mysql.com/) 5
- [Yarn](https://yarnpkg.com/)
## Install
```sh
bin/setup
```
## Run
```sh
bin/rails s
```
## Document
Please see [here](doc/README.md).
## License
[MIT](LICENSE) © ybiquitous