• Published on
    Hello and welcome. Ruby on Rails is one of the most easiest and superfast ruby framework, that we can use to make any web application. Its convention over configuration paradigm, application of dry method and MVC architectural pattern give it a unique strength to build an application swiftly and in a short period of time.
  • Published on
    When we work a project that is deployed on heroku, we need do use database locally. And heroku give the the option to download the database file as a dump file and use that on our local machine. In this tutorial we will see how we can download the database from heroku and use that in our development environment. lets get started.
  • Published on
    Sometimes when we work in any application, we use confidential data in our application. In case of ruby on rails, we can handle these datas in a secure way with `rails credentials`.