Skip to content

heartsofcode/doubleunion-dot-org

 
 

Repository files navigation

DU's website, a little Rails app.

This app is mostly static pages, with just a little bit of dynamic-ness in calling the DU app for the list of members and the status of whether or not we're accepting applications. If you want to make a change to text on http://doubleunion.org, you're in the right place!

Development setup

If you are new to Rails, follow the RailsBridge Installfest instructions for getting your environment set up.

  1. Fork the repo (click the Fork button above), and clone your fork to your local machine. Here's a GitHub tutorial about how to do so.

  2. Standard Rails app setup

    • rake db:create
    • rake db:migrate
    • rake db:test:prepare
  3. cp config/secrets.example.yml config/secrets.yml

Specs

If you add an additional page, add it to the static_pages spec.

Make sure bundle exec rspec passes before pushing your changes.

Contributing

If you are new to GitHub, you can use this guide for help making a pull request.

  1. Fork it (there's a fork button in the upper right part of this page)
  2. Get it the app running locally (as described above)
  3. Create your feature branch
git checkout -b my-new-feature
  1. Write your code and specs
  2. Commit your changes
git commit -am 'Add some feature'
  1. Push your branch up to GitHub
git push origin my-new-feature
  1. Create a new Pull Request explaining your changes (including which issue it's fixing, if there is one)
  2. If you find bugs, have feature requests or questions, please create an issue.

License

Copyright (C) 2016 Double Union

This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 LICENSE.txt file for the full license.

About

The external website for Double Union

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.4%
  • Ruby 42.3%
  • CSS 6.4%
  • JavaScript 0.9%