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
- Host: GitHub
- URL: https://github.com/nikolalsvk/rails-5-base-app
- Owner: nikolalsvk
- License: mit
- Created: 2017-04-13T23:19:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T08:16:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T19:52:38.133Z (over 1 year ago)
- Topics: base-app, boilerplate, rails, rails5
- Language: Ruby
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://semaphoreci.com/nikolalsvk/rails-5-base-app)