An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ruby on Rails Playground

[![Build Status](https://travis-ci.org/ybiquitous/rails-playground.svg?branch=master)](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