osem-fcy/config
AEtherC0r3 68fc750e9f Implement track requests and add the track organizer role
About track requests:
Create migration that adds the fields submitter_id, state, and
cfp_active to Tracks
Add validations and the self_organized? method to the Track model
Create a new TracksController outide of the admin namespace
Create the relevant views for index, show, new and edit
Modify the admin views for tracks to include extra info for
self-organized tracks

About track organizers:
Create the role when a self-organized track is created
Define track organizer abilities
Modify the roles views and controller to handle the new role

The route for Roles#edit needs to have higher priority than the nested
routes for track roles, otherwise, the word edit in the url is matched
as a track with short_name edit
2017-07-14 12:38:53 +03:00
..
environments Change mock accounts credentials 2017-05-06 10:37:58 +03:00
initializers Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
locales Made use of Rails I18n data format in EventSerializer #598 2016-03-27 20:03:33 +05:30
application.rb fix revision count and drop observers 2017-07-09 03:36:57 +05:30
boot.rb Remove syck, add notifier back, add cleanup on deploy 2014-08-07 10:30:34 +02:00
cloudinary.yml.example Add cloudinary gem, fix some Gemfile comments 2016-04-27 11:48:12 +02:00
database.yml.docker Docker support for production use 2017-07-09 21:38:43 +02:00
database.yml.example Switch back to sqlite test db 2014-05-10 16:45:51 +02:00
database.yml.heroku Use config/database.yml for ClearDB config 2016-05-25 16:49:56 +02:00
database.yml.travis In Travis, run tests on MariaDB 2016-08-22 16:39:19 +02:00
deploy.rb Include .env.production in deploy 2016-05-09 14:47:29 +02:00
environment.rb Mention the data:migrate:config2dotenv during boot 2016-04-29 17:07:50 +02:00
piwik.yml.example Implements piwik tracking 2014-11-12 10:45:44 +01:00
routes.rb Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
schedule.rb [Bugfix] Confirmed / Unconfirmed events over time for conference dashboard 2014-07-18 15:22:15 +02:00
secrets.yml.example spec/feature: add stripe integration tests 2016-08-16 00:46:11 +05:30