• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Find Autism Friendly Places

RevTilt Build Status Bitdeli Badge

Goal

This is a platform to collect information and reviews about whether businesses are accommodating of customers with special needs.

Here is a scenario where this sort of information might be useful: Imagine you are a parent of a child who is on the autism spectrum and that you are out of town visiting relatives. Your child has cut his/her own hair and you need to find a barber to give your child a haircut. Searching Yelp for good salons or barber shops won't give you sufficient information. You want to find a barber who will be accommodating of your child's special needs.

This is where RevTilt comes in.

As a parent you can easily find businesses that are autism-friendly. RevTilt is a platform to share and find reviews specific to your family member's special needs. These reviews are provided along side existing mainstream reviews on sites like Yelp.

For now this project is devoted entirely to autism, but our goal is to accommodate other special needs as well.

Contributing

Bugs / Issues

If you find a bug or something that could improve the user experience, please file an issue on this github project, so our contributors/maintainers can get started fixing them. :-)

Even if you plan on filing a patch for the issue yourself it'd be great if you could still file an issue so that we don't have people duplicating work unnecessarily.

Submitting Pull Requests

  1. Fork this project
  2. Make a feature branch git checkout -b feature
  3. Make your changes and commit them to your feature branch
  4. Submit a pull request

Where did this all get started?

RevTilt (then called Puzzled) won first place at the AT&T Hackathon on Hacking Autism in April 2013.

Press

So far there have been stories about RevTilt written by the LA Times, CNN, and SFGate. Click here for a complete list.

Getting your development environment setup

You will need to create a .env file in the RevTilt directory. You should have the following variables defined.

SECRET_TOKEN=*SOME HEX STRING*
DEVISE_SECRET_TOKEN=*A DIFFERENT HEX STRING*
admin_user=cyrus
admin_password=p455w0rd
SMTP_DEV_EMAIL=*where all development emails should be sent*
SMTP_ADDRESS=smtp.gmail.com
SMTP_DOMAIN=gmail.com
SMTP_USERNAME=*sending gmail address*
SMTP_PASSWORD=*sending gmail password*
BING_MAPS_API_KEY=*key from the bingmpasportal*
NEWRELIC_LICENSE_KEY=*key from new relic*

API Keys

Install gems and setup your database

$ bundle install
$ rake db:create # first time only
$ rake db:migrate # whenever you update the database schema
$ rake db:test:prepare
$ foreman start
$ bundle exec guard # to run spork and tests

Deployment

Virtual Private Server (like Digital Ocean or Linode)

  • Provision a new server using the Puppet manifests, which will be published shortly.
  • If you prefer to write your own provisioning using something like Chef, you need to have PostgreSQL, Nginx, Node.js, and Ruby v2.0.0 installed.
  • Once everything has been provisioned you need to create a few files that are not included in this repository because they contain sensitive information.
  • Create your database on your server.
  • Create a lib/capistrano/templates/database.yml.erb by copying lib/capistrano/templates/database.yml.erb.example and including the appropriate database credentials.
  • Create a lib/capistrano/templates/env.production and lib/capistrano/templates/env.vagrant using the same values that you have in your .env file.
  • Change the IP address(es) in the config/deploy/production.rb and config/deploy/vagrant.rb to match your server(s).
  • For your first deploy to production use $ cap production deploy:setup deploy, be sure to answer 'yes' when asked whether you would like to overwrite the .env file on your server.
  • From then on you should only need to use $ cap production deploy

Heroku

  • Add the variables in .env to Heroku using heroku config:add. You can find further explanation here.
  • For logging be sure to uncomment the last lines in the config/environments/production.rb
  • Then to deploy use $ git push heroku master, assuming you have configured your Heroku remote.

More Repositories

1

gardenbed

(Vagrant | VPS) with Ruby, Postgresql, Nginx, and Redis in 3 commands
Ruby
33
star
2

list-of-lists

A meta list of lists of useful open source projects and developer tools
32
star
3

vue-plaid-link

A Vue.js component for Plaid Link
Vue
15
star
4

guess-who

Flash cards for names and faces
Ruby
8
star
5

vuex-flashcards

Building a simple flashcard game using vue.js + vuex
Vue
6
star
6

mistakelog

Mistake Log is an open source project to help you track and reflect on your mistakes and failures.
Ruby
6
star
7

price-is-right

Slackbot for learning key numbers
JavaScript
4
star
8

phone_roulette

Call (480) 878-7813 - Disabled for now
Ruby
4
star
9

EchoRemix

Anonymous one-on-one conversations about topics that matter
Ruby
4
star
10

cyrusstoller.github.io

Personal website
HTML
3
star
11

public_primary_key

Public primay key makes it easy to obscure how many records you have in your application.
Ruby
3
star
12

guess-the-stack

This is a simple game that allows you to guess the stack used by popular websites. *API no longer live
HTML
3
star
13

hbs-cupid

Ruby
3
star
14

Pathfinder

outputs a histogram of paths of certain length
Ruby
2
star
15

plaid-cli

A CLI interface to interact with the Plaid API
JavaScript
2
star
16

Towers-Of-Hanoi

example program to teach my brother some LISP
Common Lisp
2
star
17

ClassyLetters

Classy Snail Mail without going to the Post Office [deprecated]
Ruby
2
star
18

bugfree-template

Ruby
2
star
19

Portfolio

Ruby
1
star
20

practice-bash

Some practice bash scripts
Shell
1
star
21

KIT2PlusC

Next iteration of KIT2PlusB
Ruby
1
star
22

CyroLaughs

StumbleUpon for video.
Ruby
1
star
23

DM-Menulet

Objective-C
1
star
24

strollio

Social image search by geolocation
Ruby
1
star
25

growl-file-tracker

Present a growl notification any time a file in a given directory is changed.
Ruby
1
star
26

Quality-Laser

Find exact phrase matches between text samples
Ruby
1
star
27

URLFetcher

Ruby
1
star
28

rscu

See when your friends are feeling down
Ruby
1
star
29

yenta

Student alumni mentorship matching
Ruby
1
star