Skip to content

chrisdambrosio/RescueRails

 
 

Repository files navigation

RescueRails

Code Climate

Gemnasium

Build Status

Rails 3.2.x Ruby 2.1.1 Postgresql 9.3.x

About

RescueRails is the public facing website for Operation Paws for Homes, as well as the private system used by the rescue for managing dogs, adopters and staff. The project is open on GitHub for the benefit of our volunteer development team.

Setup in dev

git clone [email protected]:ophrescue/RescueRails.git
cd RescueRails
bundle install

Create database.yml file, and use postgres

rake db:setup
rake db:seed

You're also going to need to setup an auto incrementor in postgresql on the dogs.tracking_id column. This isn't in the schema. :(

Fire up the app and see what happens. App is setup to run SSL always, might want to use POW as your webserver in dev.

See db/seeds.rb for default admin login info

There is also a watir script in /spec/watir that will execute a test of the Adoption application. You'll need to configure watir on your machine.

About

Helps save cute cuddly puppies!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 91.2%
  • JavaScript 6.9%
  • CSS 1.7%
  • CoffeeScript 0.2%