berislavbabic/Band-notifier
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Band notifier is a simple app used to manage gigs for music bands. You can track gigs by date, and even notify band members by e-mail if you wish Installation: git clone git://github.com/babinho/Band-notifier.git cd Band-notifier bundle install rake db:migrate # create admin user for the application rake app:setup Set the configuration values for your mail in config/initializers/setup_mail.rb cp config/initializers/setup_mail.rb.example config/initializers/setup_mail.rb rails s Big thanx to bobfly for adding mobile views. That should be it, if someone wants to add something else to the readme, fork and make a pull request. This application is a rewrite of a similar application i wrote in asp.net mvc.