Tag: Ruby on Rails

  • Suspicious and abuse attacks

    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.

  • Black Box Security Analysis

    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.

  • code background

    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

  • Ruby

    Countries and Industries array

    Many software developers actually need some standard ready-made lists to be used in their applications, some of these lists are Industries and countries. I added here an array list of standard industries categories and an array list of countries names. I hope this will help 🙂

  • Ruby

    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