1 / 8

Ruby on Rails

Ruby on Rails, sometimes known as " RoR " or just "Rails," is an open source framework for Web development in Ruby , an object-oriented programming (OOP) language similar to Perl and Python . Rails is a web framework built on Ruby, hence the name Ruby on Rails

neila
Télécharger la présentation

Ruby on Rails

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ruby on Rails, sometimes known as "RoR" or just "Rails," is an open source framework for Web development in Ruby, an object-oriented programming (OOP) language similar to Perl and Python. Rails is a web framework built on Ruby, hence the name Ruby on Rails Rails powers mainstream high traffic web applications like Twitter, Twitch.tv, GitHub, GroupOn, Hulu, PennyArcade.com, Basecamp, and plenty more. Ruby on Rails

  2. MVC

  3. http://railsinstaller.org/ Installation http://railsinstaller.org/ Rails Version Ruby version Gem Version Gem List

  4. http://railsinstaller.org/ Packages bundlerBunch of gem file used to run the application.GITTemporary storage area.

  5. http://railsinstaller.org/ Packages TinytdsA modern simple and fast free tds library for ruby using db-library It converts all sql server datatypes to native ruby objects supporting

  6. http://railsinstaller.org/ Packages Dev KitThe devkit is a toolkit that makes it easy to build and use native c/c++ extensions such as rdiscount and redcloth for ruby on windows.

  7. http://railsinstaller.org/ Creating Application ->rails new blog->rails generate controller home index->rails generate model comment->rake db:create->rake db:migrate

  8. Creating Application rails generate scaffold Post name:stringtitle:stringcontent:text

More Related