How does Ruby on Rails work?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How does Ruby on Rails work?

    I recently came across this term and decided to discuss it to gain a better knowledge of it.

    #2
    Rails combines the Ruby programming language with HTML, CSS, and JavaScript to generate a web application that runs on a web server.

    Comment


      #3
      Rails is a server-side (or "back end") web application development platform (the "front end" is a web browser).

      Comment


        #4
        Which is enhanced Python or Ruby?

        Comment


          #5
          Although Python is quicker than Ruby, they are both interpreted languages. A language that is compiled to byte code or object code on the computer is always going to be the fastest. Both Ruby and Python exist at a higher level, abstracted.

          Comment


            #6
            Yes, according to me both are at the same level.Ruby is a general-purpose programming language that may be used for a variety of tasks. Ruby is an excellent language for creating desktop programmes, static webpages, data processing services, and even automation solutions.

            Comment


              #7
              Where it is used?

              Comment


                #8
                Web servers, DevOps, and web scraping and crawling are all examples of where it's employed.

                Comment


                  #9
                  Ruby can be used in the same way as any other general-purpose scripting language.

                  Comment


                    #10
                    Ruby makes it simple to create, edit, store, and retrieve data in a database after the user has navigated away from the website or closed the browser.

                    Comment

                    Working...
                    X