Providing safe restroom access for transgender, intersex, and gender noncomforming individuals.
REFUGE is an effort to fill the hole left by the now-defunct Safe2Pee website. It provides a resource for trans* and queer individuals in need of gender neutral and other safe bathrooms.
This project is open source. Feel free to contribute. We could use the help.
- Fork and clone the repository.
- Make sure you have Ruby 2.0 and PostgreSQL (on Mac, it's recommended to install Postgres with homebrew).
- In the repository directory run
bundle install
to install all dependencies. - Make sure Postgres is running, then run
rake db:setup
. This will create the development database, set it up for the application and fill it with the original safe2pee data, which you can use during development. - Optionally, run
rake db:fix_accents
to clean up encoding problems in the safe2pee data. (Userake db:fix_accents[dry_run]
to preview the changes.)
Please cover any new code with specs. We prefer code to be covered using RSpec or Capybara.
- Ruby Version - ruby-2.0.0-p247
- Ruby on Rails
- RSpec
- Javascript
- HTML / SASS
- Postgres
- Geocoder Gem
- Google Maps API
- Twitter Boostrap Framework
- Deployed on Heroku
Server: irc.freenode.com Channel: #refugerestrooms
Teagan Widmer (tkwidmer), Alicia Woitte (awoitte), Stephan Leavans (leavens9), Veronica Ray (mathonsunday), Emily Leathers (eleather), Sabra Pratt (prattsj), Justin Bull (f3ndot), Natalie Groman (nataliegroman), Pamela Ocampo (pamo), Lisa French (lisafrench), Dominic Dagradi (dominic), Carol Gunby (rakuista), Dimiter Petrov (crackofdusk), Buck Doyle (backspace), Jeanine Otter (g-knee), Caden Lovelace (neoeno), r19m89s, Miriam Knadler (mknadler), Nik Markwell (duckinator), drcable Walpole (drcable), emstans, Kyra Pranks (kxra)
Kelly Becker (KellyLSB)
Copyright (C) 2014 Teagan Widmer
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.