Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »


Sessions

Core Component Onboarding Session (06/08/20 at 15:00PDT/17:00EDT)

  • James will be hosting this at https://princeton.zoom.us/j/92481799581
  • Attendees
    • Dylan Salay
    • JP Engstrom
    • Kait Sewell
    • James Griffin
  • Topics: 
    • Defining Core Components
    • Identifying Product Owners and Technical Leads
    • Promoting Components
    • Documentation
    • Releasing Gems
    • Backlog Management


Core Component Onboarding Session (06/09/20 at 06:00PDT/09:00EDT)

  • James will be hosting this at https://princeton.zoom.us/s/7739591625
  • Attendees
    • James Griffin
  • Topics: 
    • Defining Core Components
    • Identifying Product Owners and Technical Leads
    • Promoting Components
    • Documentation
    • Releasing Gems
    • Backlog Management


Ruby and Rails Compatibility Updates

Basic process of updating gem for Ruby/Rails compatibility:

  • Fork gem source to user repo
  • Setup CircleCi to follow fork
  • Clone locally
  • Adjust CircleCi config
  • Set Ruby version and bundle
  • Generate test app and run specs
  • Resolve problems (affected code; dependency issues)
  • Push to fork and observe CI
  • Create PR at gem source repo
  • Resolve remaining issues with Github checks

GitHub Issues

Adding Ruby 2.7.z and Rails 6.y.z releases to the CircleCI build configuration


(GitHub Issue Title Here)

  • (Notes here)








  • No labels