Giang Truong
Results
2
issues of
Giang Truong
I am having trouble deploying my app to production. The gem checks if the table exists (look at this line of code) https://github.com/stevehodges/draftpunk/blob/master/lib/activerecord/setup_model.rb#L37 When run `rake assets:precompile RAILS_ENV=production`, I receive...
Hello everyone! In my app, I use this line to create a new calendar event: `@graph.service.post("me/calendars/#{my_calendar_id}/events", data.to_json)` which works most of the time. But sometimes, the error tracking app (I...