Call for Papers automation tool for OpenFest
Go to file
Petko Bordjukov 6330940a34 Add tests for translatable Conference attributes
Test if the title and the description attributes of the Conference model
are translatable. Also introduce a custom matcher for translatable
attributes as there will be many. Fix a typo in the process.
2014-11-04 21:16:06 +02:00
app Add tests for translatable Conference attributes 2014-11-04 21:16:06 +02:00
bin Add RSpec helpers 2014-07-28 13:06:28 +03:00
config Delete badly written code 2014-11-04 21:13:45 +02:00
db Add CFP Status to Conferences 2014-10-15 13:32:58 +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 Add tests for translatable Conference attributes 2014-11-04 21:16:06 +02:00
vendor/assets UI Revamp 2014-10-15 13:32:58 +03:00
.gitignore Ignore the SASS cache 2014-11-04 12:52:31 +02:00
.rspec Use the documentation format for RSpec output 2014-08-10 21:05:34 +03:00
.ruby-version Bump Ruby version 2014-09-30 13:34:29 +03:00
.travis.yml Use the correct initial setup task 2014-07-28 13:26:49 +03:00
Capfile Initial deployment setup 2014-08-31 17:23:59 +03:00
Gemfile Update the bundle and add a few console goodies 2014-11-04 12:52:43 +02:00
Gemfile.lock Update the bundle and add a few console goodies 2014-11-04 12:52:43 +02: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
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