scaling with rails

RoR for Scaling

By | Blog, Ruby on Rails

Ruby on Rails is a great framework to work with for startups and smaller applications, but we often come across the scalability issues when the project grows larger. Lets delve deeper into what a frameworks scalability means. Consider the below  architecture at the start of the Rails project – This…

Read More
active storage with rails

Active Storage with Rails

By | Blog

Ruby on Rails greatly influenced web app development through innovative features such as seamless database table creation, migrations, and scaffolding of views to enable rapid application development. Many web frameworks Django(Python), Laravel(PHP), Phoenix (Elixir) and Sails.js(Node.js) borrowed the concepts of Rails framework. Ruby on Rails is strongly associated with startups…

Read More
Behviour driven testing with RubyonRails

Behaviour Driven Testing (BDD) with Rails

By | Blog, Product Engineering

One of the most debated topics in software development is testing. It often gets left to the last minute, and then cut because you’re out of time, over-budget, or whatever else. Management wonders why developers can’t just “get it right the first time”, and developers (especially on large systems) can…

Read More