Laura Kirby
Laura Kirby
@lilliealbert @tjgrathwell how and when do you anticipate that students will use this? how will it be helpful to organizers or students? I find that with our high number of...
We just added a column to display most recent event date. What do you think about that as the default?
Hi @tigarcia, @ultrasaurus and @lilliealbert, This evening, I spent some time making the API accessible for the [Workshop Map](https://github.com/bridgefoundry/workshop-map). I have submitted a [pull request](https://github.com/railsbridge/bridge_troll/pull/524) on the Bridge Troll repo...
@tigarcia, good catch. I will take a look.
Great, thank you for clarifying @tjgrathwell!
Remaining issue: `external_events` do not have `lat` and `long`. Requesting clarification: on "city" and "external events" Where I thought we wanted a circle (on the map) for each event, it...
@bsbodden, thank you for noting the rake file. I am able to successfully read and write to the database. The test specs contain things like `CassandraMigrations::Cassandra.write!(table, transfer_attrs, ttl: 400)`. The...
Here is my complete and working `rails_helper` ``` # This file is copied to spec/ when you run 'rails generate rspec:install' require 'spec_helper' require 'active_support/all' ENV['RAILS_ENV'] = 'test' require File.expand_path('../../config/environment',...