8000 GitHub - dyanagi/test_rails: test_rails is for trying Rails-related features and gems and showing coding examples.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test_rails is for trying Rails-related features and gems and showing coding examples.

Notifications You must be signed in to change notification settings

dyanagi/test_rails

Repository files navigation

test_rails

test_rails is for trying Rails-related features and gems and showing coding examples.

Setup

Install dependencies

bundle install

Setup database

bundle e rails db:setup

Start the Rails server

bundle e rails s

For detailed instruction: How to Run an Existing Ruby-on-Rails Project Locally After Cloning a Repository

Dependencies

Check out the details of the gems used in this project via the links in the Gemfile file.

Guidelines

Git

README

  • Write comments outside of the code blocks where the spell checker works.

Features

Authentication

Devise - User model

Circle CI

  • .circleci/config.yml - Config file
  • rspec_junit_formatter gem - Formats RSpec results for Circle CI to be able to read

About

test_rails is for trying Rails-related features and gems and showing coding examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0