• Additional Ruby / Ruby On Rails Development Principles

     

     

    Deploy

     

    The Ruby on Rails environment has many handy and nice tools. Including the tools that are used in

    the deployment process. For example, using Capistrano, rolling out a new version of the application

    to the production server (or several servers) will require one command in the console: cap deploy.

     

     

     

    Version control systems

     

    When developing any Ruby on Rails project, the use of well-known version control systems is implied.

    The use of git is, as they say, "voluntarily-forced", since many systems for automatically deploying a

    project to "combat" servers do not work without them. RoR programmers initially, when learning the

    platform, are forced to master git, since numerous code examples in the documentation imply the use

    of these version control systems. Largely because of this, it is easier for inexperienced beginners to

    start learning PHP and not touch Rails until they reach a certain level of understanding of web

    development as such and its principles.


    Tags Tags : , ,