Skip to content

railsgirlssydney/rails-girls-events

 
 

Repository files navigation

forthebadge

Contributor Covenant

README

Rails Girls Events is an app developed to assist in registering and managing attendees for Rails Girls Sydney.

Changelog

Requirements

Setup

$ bin/setup

Database

Generate a backup

$ heroku pg:backups:capture --app rails-girls-events

Download the latest dump

$ heroku pg:backups:download -a rails-girls-events

Restore the database, change the PG_USERNAME field to your local config:

$ pg_restore -h localhost -U PG_USERNAME -d rails-girls-events_development --no-owner --clean --verbose --format custom latest.dump

Running the app

Start the app:

$ bundle exec rails s

Visit http://localhost:3000

Testing

Testing is with Capybara and Rspec, run:

$ bundle exec rspec

This task investigates the routes definition, then shows the unused routes and unreachable action methods.

$ rake traceroute

How to use the app

Further information on the usage of the app can be found in the Wiki.

Good to knows

Changelog Generator is installed locally to generate the output file.

Contributing

Please read our Contributing guidelines before anything else.

  • Fork it
  • Create your feature branch $ git checkout -b feature/my-new-feature
  • Commit your changes $ git commit -am 'Added some feature'
  • Push to the branch $ git push origin feature/my-new-feature
  • Create new Pull Request

Languages

  • HTML 64.3%
  • Ruby 31.5%
  • SCSS 3.8%
  • Other 0.4%