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

https://github.com/nikolalsvk/rails-5-base-app

Base app in Rails 5
https://github.com/nikolalsvk/rails-5-base-app

base-app boilerplate rails rails5

Last synced: about 1 month ago
JSON representation

Base app in Rails 5

Awesome Lists containing this project

README

          

# rails-5-base-app

Base Rails 5 web application to jump start your idea/project

Things you may want to cover:

* Ruby version
2.4.0

* Rails version
5.0.1

* Configuration
checkout branch [bind-default-ip-for-rails-server](https://github.com/nikolalsvk/rails-5-base-app/tree/bind-default-ip-for-rails-server)
if you have trouble running this app inside Vagrant

It binds rails server to 0.0.0.0 so you can see your app in browser from
Vagrant

* How to run the test suite
Rails advises using `bin/rails test`

Proudly tested on Semaphore
[![Build Status](https://semaphoreci.com/api/v1/nikolalsvk/rails-5-base-app/branches/master/badge.svg)](https://semaphoreci.com/nikolalsvk/rails-5-base-app)