Ruby On Rails |
Applications of Ruby on Rails
1. Ruby is one of the programming languages. As for your “can I replace html?” question, there are many languages out there that compiles to or extend html, saving you keystrokes or allowing you to include dynamic content. One example, easily installed with rails, is Html. On a side note, there are languages that extend CSS as well, such as Syntactically Awesome Style Sheets (SaaS).
2. HTML and CSS are front end languages understood by the web browser. When you open up chrome and point it to a website, the server powering that website ships out some HTML and CSS which the browser can then render as a web page.
4. Basically, it is a tool for the Ruby Language that makes the web development process easier. You can even achieve the same result as Ruby in less time.
6. ROR is most popular among new tech startups. One of the main reason for this is speed of iteration. Startups can test and validate their idea much quicker with Rails than other development frameworks.
Larger companies use it too though. Even Amazon has a few rails projects internally. Twitter and GitHub still rely heavily on Rails, despite their size and popularity. A common approach with systems architecture now is to have a collection of micro-apps, rather than one large app.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.