Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uses of Ruby on Rails

I am a somewhat experienced rubyist, but I am now starting to do rails development. I know rails is used to make "web applications" but what exactly does that mean? Do you build entire sites with rails or do you build a feature for a website in rails, and integrate it in to an existing website? (I know this question is kind of vague, but any answers to how ROR is used in the creation of websites would be much appreciated).

like image 219
ab217 Avatar asked Oct 14 '22 00:10

ab217


1 Answers

Generally speaking, you will build a full site with Rails, though you can integrate it into an existing website, as well. It is designed to provide a top-to-bottom solution for entire websites.

For standalone features or small scripts you just want to expose to the web, you might look at something like Sinatra or Camping.

like image 128
Chris Heald Avatar answered Oct 19 '22 01:10

Chris Heald