Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 335 Bytes

egg-timer

Egg timer.

Pulling db from Heroku

heroku pg:pull DATABASE_URL parliament_calendar

If you want to drop a local db first:

dropdb parliament_calendar; heroku pg:pull DATABASE_URL parliament_calendar

Using commentariat:

ruby commentariat.rb -s lib/ -o demo

... where "demo" is the output directory.