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