Skip to content

vitallium/zed-ruby-ext

Repository files navigation

rails_with_rspec

This is a Rails 8.1 app.

Prerequisites

This project requires:

On macOS, these Homebrew packages are recommended:

brew install rbenv

Getting started

bin/setup

Run this script to install necessary dependencies and prepare the Rails app to be started for the first time.

bin/setup

Tip

The bin/setup script is idempotent and is designed to be run often. You should run it every time you pull code that introduces new dependencies or makes other significant changes to the project.

Tip

To drop your existing database and start over with a clean local environment, use bin/setup --reset.

Run the app!

Start the Rails server with this command:

bin/dev

The app will be located at http://localhost:3000/.

Development

Use this command to run the full suite of automated tests:

bin/rake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors