David Cato

Results 3 comments of David Cato

Make sure you're using the correct branch for your version of Radiant. The master branch should work with Radiant 0.9, but you'll need to use the radiant-0.8.1 branch with Radiant...

The current way we handle all-day events is to not specify a start/end time -- just give it a date. The application that the extension was written for didn't need...

Try running ``` RAILS_ENV=production rake radiant:extensions:events_calendar:migrate RAILS_ENV=production rake radiant:extensions:events_calendar:update ``` instead. I've not seen the --database option used before, and I cannot get it to work with any extensions on...