+ 4
What can I do using Ruby?
(sorry for my English) I don't know what is possible using Ruby.
5 Answers
+ 5
Ruby is a general purpose programming language typically used for web development. Ruby makes it easy to store data after the user has navigated away from the page or closed the browser, and create, update, store, and retrieve that data in a database.
For example, imagine you wanted to create a social networking website like Twitter. The content you write in a tweet is stored in a central database. You can exit your browser, and turn off your computer, but if you come back to the website later your tweets are still accessible to you. Additionally, if others search for you or keywords in the tweets you have written, this same central database is queried, and any matches are displayed.
Ruby is a general purpose programming language typically used for web development. Ruby makes it easy to store data after the user has navigated away from the page or closed the browser, and create, update, store, and retrieve that data in a database. For example, imagine you wanted to create a social networking website like Twitter. The content you write in a tweet is stored in a central database. You can exit your browser, and turn off your computer, but if you come back to the website later your tweets are still accessible to you. Additionally, if others search for you or keywords in the tweets you have written, this same central database is queried, and any matches are displayed.
A website using the Rails framework is referred to as being built with Rails or âRuby on Railsâ. Twitterâs website was one of the most trafficked websites to use Ruby on Rails, and until 2010 used Ruby code for its search and messaging products. Other websites currently using Ruby on Rails include:
E-commerce websites such as those on the Shopify platform, including The Chivery and Black Milk Clothing.
Music websites such as SoundCloud.
Social networking sites such as Yammer.
News websites such as Bloomberg.
+ 5
Thanks!!
+ 5
Precise explanation @Junayed Ahmed. I shall start studying Ruby these days. :-)
+ 1
@Nelson best of luck
+ 1
Thanks @Junayed Ahmed.