Skip to content

AlexLerman/brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone the repo, make sure you have bundler installed:

gem list --local | grep bundler

If the above command doesn't output a line like bundler (1.3.5), run:

gem install bundler

and then:

bundle install

to install the gems in the Gemfile.

Running Specs

rspec spec

Using Guard

Guard is an awesome tool that will watch files and perform actions when they change. To use it, first open two terminal windows (Guard will hog one).

Run this command:

guard

That's it. Guard is configured to run specs when any files in app/ or lib/ change, and will also run bundle install if you change the Gemfile.

For the actual configuration, check out the Guardfile. For the gory details, look at Guard on Github.

To stop Guard, use quit or Ctrl-D. Ctrl-C merely cancels the current Guard command.

Running the App

TODO

About

MY BRAIN!!!!!!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published