Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
bin
config Change production loglevel from debug to warn Jun 10, 2017
db
lib
log
public
test
tmp
vendor/assets
.gitignore
.rubocop
.rubocop.yml
.rubocop_todo.yml
.travis.yml
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
config.ru
rails_best_practices_output.html

README.md

This repository is no longer in use. The PleasePet project has been continued by Sammy Kerfan at sammy123k/pleasepet - please see there for updates.

PleasePet

Build Status

PleasePet is a web app for petting pets online. Originally hosted at https://please.pet, this project has been postponed due to developer capacity.

This project is in the process of being cleaned up, as it has been hastily redeveloped to cope with increased capacity.

Technologies

  • Ruby
  • Rails
  • Postgresql
  • Sidekiq
  • Bootstrap
  • jQuery

Contributing

Pull requests are very welcome and encouraged.

Getting Started

Installing

Make sure you have Ruby and Rails set up beforehand.

Clone the git repo into your preferred location, and then from there run:

bundle install --without production
bundle exec rake db:migrate

This will set up the dependencies and the pet database.

Running

To start the server, run rails s from the project directory.