https://github.com/dalee/headcrab
This is the test RoR application
https://github.com/dalee/headcrab
Last synced: 12 months ago
JSON representation
This is the test RoR application
- Host: GitHub
- URL: https://github.com/dalee/headcrab
- Owner: Dalee
- Created: 2017-05-26T12:04:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T12:06:15.000Z (about 9 years ago)
- Last Synced: 2025-04-10T20:50:45.976Z (over 1 year ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocket Science Jobs Database
Be the first employer on the Mars!
## Installation
Run `bundle exec rake db:migrate` to set up database.
## Usage
Proceed to
with default admin login: `app`, password: `error`.
## Development
To start Puma web server - `bundle exec puma`
## Running Specs
Capybara specs require `phantomjs` to run properly. More info available here -
https://github.com/teampoltergeist/poltergeist#installing-phantomjs
Run specs - `bundle exec rake spec` or just `rspec` from projects root directory.