Hire Us

Railsware Blog

on product management, engineering, design, culture and many more...

iOS acceptance testing with Calabash and Rspec

While investigating existing automated tools for mobile TDD, we have run into a well-documented and supported library by Xamarin. It’s called calabash, comes with iOS and Android support and has a wide scope of supported user actions, gestures and expectations.The only drawback we found significant is lack of native Rspec …

Use New Relic like a Pro

Introduction New Relic has become an industry standard for web applications performance measurement in Rails community.Simply adding and configuring newrelic_rpm gem for your Rails application gives you a great overview of its performance with an adequate level of details. There are still a few improvements you can do to make …