Category: Rails
-

How to protect rails application from suspicious and abuse attacks?
Many of DevOps teams are suffering from different attacks from people around the world who are trying to hack your website, compromise any information, robot sign up, send robots email, visit non-existing URLs.
-

Rails task for automated testing preparation and execution
Ruby on Rails framework has great automated testing tools for unit, integration testing and others as well. this post will not discuss these tools, you should be familiar with them already.
-

Database views for Rails performance optimization
Rails Framework is one of the greatest supporters for Rapid Application Development (RAD) which tends to abstract and simplify the web architecture so that Rails abstracts away the database through the Active Record
-

Most used rails commands with database
This is a new post for ruby on rails developers, it is about most used databases commands you will need during development and testing


