Providing safe restroom access to transgender, intersex, and gender noncomforming individuals.
REFUGE is an effort to fill the void left by the now-defunct Safe2Pee website. It provides a free resource to trans* and queer individuals in need of gender neutral and other safe restrooms.
This project is open source. Feel free to contribute. We could use the help.
This repo is set to automaticly deploy to heroku. Any time there is a merge into develop, the develop branch will be deployed to refugestaging.herokuapp.com. Any time there is a merge into master, the master branch will be released to refugerestrooms.org
When making a release, you should do the following:
- Check the status of the app on refugestaging.herokuapp.com and make sure it's functional.
- Make sure the the most recent build of develop is passing on TravisCI
- Run
git flow release start %{release number}
- Run
git shortlog --grep "Merge pull request #" %{previous release}..HEAD
and copy the contents into a new issue with the release tag here on github. This command gives you a list of PRs merged since the previous release. git flow release finish
and copy the contents of #4 into the release tags.git push
in the master branch andgit push --tags
- this will trigger the heroku deploy to production.
Currently, we deploy to heroku. Our application is small enough that it is free to host on Heroku, and we dont mind the server having to wake up if nobody has accessed the site in a while.
We have both a staging and a production instance on heroku. The staging instance can be found at http://refugestaging.herokuapp.com/
Here are the steps to deploy:
- Talk to @tkwidmer about getting access as a collaborator for both the production and staging heroku instances.
- Link your local repo to the heroku remote repos. I suggest doing it this way:
git remote add production git@heroku.com:refugerestrooms.git
git remote add staging git@heroku.com:refugestaging.git
git flow release start %{release number}
git push staging release/%{release number}:master
and verify your changes on staging. (run any migrationsheroku run rake db:migrate --remote staging
)- Run
git shortlog --grep "Merge pull request #" %{previous release}..HEAD
and copy the contents. git flow release finish
and copy the contents of #5 into the release tags.git push
andgit push --tags
git push production master
and run any migrationsheroku run rake db:migrate --remote production
- Ruby Version - ruby-2.3.0
- Ruby on Rails
- RSpec
- Javascript
- HTML / SASS
- Postgres
- Geocoder Gem
- Google Maps API
- Twitter Bootstrap Framework
- Deployed on Heroku
Server: irc.freenode.com Channel: #refugerestrooms
Copyright (C) 2014–2016 Teagan Widmer and contributors
This program is free software; you can redistribute 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/.