by support@ryatta.com | Dec 6, 2017 | Development, Ruby on Rails
Recently, a client asked the question “If I were to deploy a software product as a SaaS service, what would be things I would need to consider?” I thought about our experiences here and sent him the following list: Are you running your hosts or is someone...
by support@ryatta.com | Mar 31, 2015 | Development, Ruby, Ruby on Rails, Workshops
At Ruby Hack Night in February, we completed a series of Koans. A workshop participant had the following comments about the Koans dealing with Hash default values. “From what I understand, when a default value (such as [] or Array.new) is passed as argument to...
by support@ryatta.com | Mar 27, 2015 | Development, Ruby, Ruby on Rails, Workshops
A great time was had by all March 25, 2015, at Ruby Hack Night. At the event about 30 Ruby developers teamed in small groups and pair-programmed Uncle Bob’s Bowling Game Kata in Ruby. We used everything in our TDD toolkit to implement the solution quickly and...
by support@ryatta.com | Mar 9, 2015 | Development, Ruby, Ruby on Rails, Workshops
With the advent of Extreme Programming, Agile methodologies and Test-Driven Development (TDD) has come a newfound, almost reverent, respect for testing. Testing used to be an afterthought – so separated from the software development process that it was relegated...