https://github.com/jay-johnson/sample-rails-app
Sample Rails App - Phase 1 - No Docker Integration
https://github.com/jay-johnson/sample-rails-app
Last synced: 3 months ago
JSON representation
Sample Rails App - Phase 1 - No Docker Integration
- Host: GitHub
- URL: https://github.com/jay-johnson/sample-rails-app
- Owner: jay-johnson
- Created: 2015-11-24T20:17:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T06:45:51.000Z (about 10 years ago)
- Last Synced: 2025-05-13T07:52:48.396Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sample Vanilla Rails Application with Travis CI
[](https://travis-ci.org/jay-johnson/sample-rails-app.svg)
### Install
Make sure your environment has these components:
```
$ rails -v
Rails 4.2.4
$ ruby -v
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]
$
```
### How to run
rails server
### View the App
Open a browser for:
http://localhost:3000/welcome/index
### Running the Hello World Rake Test:
bundle exec rake test TEST=test/controllers/hello_world_test.rb