Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ninjapanzer/blinder

 
 

Repository files navigation

Blinder

This is a work in progress! Of course, what isn’t? Essentially, I wanna use this textbook Rails app to handle RFP collections for SCRC. At some point, I’ll have to write a real README.

TODO

  • Add validation for Responses.

  • Add OAUTH-y layer for controlling/configuring/accessing the app.

  • Style the cfp description, proposal submission form, form response (with edit slug)

  • Write, edit, and finalize copy for all the pages

  • Tests in general, but specifically around the blinding of proposals during review

  • Send email confirmation (with proposal data) to submitters

  • Send email submission notice (with proposal data) to Jeremy & Seejee

Running Cucumber

This forked version has Cucumber included.

Running Cucumber in a nutshell:

  • Run rails server

  • To run tests for only one feature, from the project root, run

    bundle exec cucumber features/<featurename>.feature -r features
  • To run tests for all features, from the project root, run

    bundle exec cucumber -r features

For the time being, Cucumber is configured to launch whatever the default browser is for your system. If your default browser happens to be Chrome, launching Cucumber will not work for you unless you install Chromedriver. Information on the installation of Chromedriver may be found here: code.google.com/p/selenium/wiki/ChromeDriver

About

tdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.5%
  • CSS 3.9%
  • JavaScript 2.3%
  • CoffeeScript 2.3%