Skip to content

burlingtonruby/proposals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae8bde5 · Mar 27, 2014
Mar 27, 2014
Jan 14, 2014
Mar 27, 2014
Mar 18, 2014
Jan 14, 2014
Jan 14, 2014
Jan 15, 2014
Mar 23, 2014
Mar 9, 2014
Jan 16, 2014
Mar 9, 2014
Mar 14, 2014
Mar 14, 2014
Mar 14, 2014
Jan 14, 2014
Jan 14, 2014

Repository files navigation

Proposals

Proposals is a Ruby on Rails and Ember application that handles Call for Proposals.

Configuring Cutoff Date

In application.rb, set config.cutoff_date to the date when proposals close. For example config.cutoff_date = "March 17th, 2014".to_date. Tests use a date that is 60 days in the future and Timecop to test the future.