Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov cb7b01e7db Optimise the Travis build matrix
Make sure Travis starts its build from the newest Ruby version and allow
failures on older Ruby versions. Also specify the fast_finish directive
that instructs Travis to mark the build as successful/failed when all
builds with Rubies that are not allowed to fail are complete.
2015-07-19 16:23:37 +03:00
app Add associations to Track and Conference to Event 2015-07-19 14:32:25 +03:00
bin Merge the changes made by rake rails:update 2015-04-08 23:42:23 +03:00
config Initial work on propositions, filter events correctly 2015-07-19 12:01:36 +03:00
db Remove failing migration 2015-07-19 13:58:08 +03:00
lib Add a rake task for backing up the DB 2014-09-18 11:48:29 +03:00
log Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
public Picture uploading 2014-08-31 16:02:56 +03:00
spec Nest everything under /conferences/:id/ again 2015-07-19 11:46:47 +03:00
vendor/assets Remove the ugly side bar 2015-04-20 15:08:14 +03:00
.gitignore Rename SpeakerProfile to PersonalProfile 2015-05-30 18:24:12 +03:00
.rspec Use the documentation format for RSpec output 2014-08-10 21:05:34 +03:00
.travis.yml Optimise the Travis build matrix 2015-07-19 16:23:37 +03:00
Capfile Initial deployment setup 2014-08-31 17:23:59 +03:00
Gemfile Bump Rails to 4.2.3 and update the bundle 2015-07-19 14:16:15 +03:00
Gemfile.lock Bump Rails to 4.2.3 and update the bundle 2015-07-19 14:16:15 +03:00
Guardfile Add Guard::RSpec for continuous testing 2014-07-28 13:37:25 +03:00
LICENSE Add a license file 2014-09-02 16:29:53 +03:00
README.md Add a simple README file 2014-07-28 13:23:14 +03:00
Rakefile Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00
TODO Initial work on propositions, filter events correctly 2015-07-19 12:01:36 +03:00
config.ru Create a new Rails app called Clarion 2014-07-28 12:34:18 +03:00

README.md

Clarion

A CfP automation system for OpenFest.

Installation

  1. git clone https://github.com/ignisf/clarion.git
  2. Run bundle install; bin/rake bootstrap
  3. You can now run the rails server with bin/rails s