Sending and receiving Outlook email via Ruby
(disclaimer: this worked for my corporate Outlook web email account. I don’t know if it will work for all. I’m posting this just in case it helps somebody else.) I recently … Read more
(disclaimer: this worked for my corporate Outlook web email account. I don’t know if it will work for all. I’m posting this just in case it helps somebody else.) I recently … Read more
Rally Defect state tracking:The company I work for has many Scrum teams using Rally to track their sprint progress. Each team has it’s own project in Rally. For defects loaded as … Read more
Below is a basic example for querying and updating Rally objects using Rally’s “rally_api” Ruby API. Changes you will need to make:– set your Rally username & password– project name & … Read more