A site for RailsConf 2014 Scholars and Guides to register and leave feedback about their experience.
Install all the dependencies:
$ bundle install
Set up the database:
$ cp config/database.yml.example config/database.yml
$ rake db:setup
Import the attendees:
$ rake import:attendees
Run the Rails server:
$ rails s
Then visit http://localhost:3000.
Set the RAILS_MAILER_HOST
environment variable to get mails sending correctly.
- Fork it ( https://github.com/minifast/guides/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request