8000 GitHub - dushi27/RescueRails: Helps save cute cuddly puppies!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dushi27/RescueRails

 
 

Repository files navigation

RescueRails

Code Climate Gemnasium Build Status Coverage Status Stories in Ready

Rails 5.0.x Ruby 2.3.1 Postgresql

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.

Setup in dev

git clone git@github.com: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 the auto incrementor in postgresql on the dogs.tracking_id column. Run these commands for both your development and test databases:

psql                                            //launch Postgresql command line
\list                                          //to get a list of your databases if you don't remember
\connect TheNameOfYourDatabase
CREATE SEQUENCE tracking_id_seq START 1;
\q                                              //quit and return to command prompt.

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

Licensing

  • Source code written for this project has been licensed under the Apache 2.0 license
  • 3rd party libraries that may appear are licensed as identified.
  • Logos and images remain copyright of their respective owners.
  • Documents appearing in public\docs remain property of Operation Paws for Homes, Inc. and may not be reused without written permission.

About

Helps save cute cuddly puppies!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 49.2%
  • HTML 46.3%
  • JavaScript 3.3%
  • Other 1.2%
0