{"id":18076,"date":"2020-06-06T20:18:13","date_gmt":"2020-06-07T03:18:13","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=18076"},"modified":"2023-12-01T03:21:53","modified_gmt":"2023-12-01T11:21:53","slug":"what-is-ruby-on-rails","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/","title":{"rendered":"What is Ruby on Rails?"},"content":{"rendered":"\n<p>If you\u2019ve spent some time researching web development technologies, you may have come across one called Ruby on Rails. This technology is often discussed in the same category as languages like HTML and CSS, but interestingly Ruby on Rails is not a programming language\u2014it is a web development framework.<br><\/p>\n\n\n\n<p>You may be wondering what Ruby on Rails is and how it works. In this article, we break down the basics of Ruby and Ruby on Rails. Then, we explore why this programming technology has grown to such prominence over the last few years.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Ruby on Rails?<\/h2>\n\n\n\n<p>Ruby on Rails is a web development framework built upon the Ruby programming language.<br><\/p>\n\n\n\n<p>Ruby is a dynamic, general-purpose programming language designed by Yukihiro Matsumoto in the mid-1990s with simplicity and efficiency in mind. Although it is immensely effective, it cannot be used for advanced web development applications by itself.<br><\/p>\n\n\n\n<p>That\u2019s where Ruby on Rails comes in. Ruby on Rails is a framework for Ruby, an extension onto the Ruby language. Also known simply as \u201cRails,\u201d Ruby on Rails allows you to simplify the process of creating web applications.<br><\/p>\n\n\n\n<p>The Ruby on Rails language allows you to create default structures for your code, and seamlessly integrate the back end of a website\u2014the part the user does not see or the \u201cbehind the scenes\u201d logic\u2014and the front end.<br><\/p>\n\n\n\n<p>Ruby on Rails was created by <a href=\"https:\/\/en.wikipedia.org\/wiki\/David_Heinemeier_Hansson\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">David Heinemeir Hanson<\/a>, who chose to build the framework on top of Ruby because the language was concise and easy to use. Hanson is still working on Rails today, alongside a community of active contributors dedicated to making the language faster.<br><\/p>\n\n\n\n<p>Hanson\u2019s motivation for Rails could not be more humble: \u201cI created Rails because I want to enjoy what I work with.\u201d<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Ruby on Rails Used For?<\/h2>\n\n\n\n<p>The Ruby on Rails framework is primarily used for web development\u2014the language was written as an alternative to writing PHP code to build web apps.<br><\/p>\n\n\n\n<p>Ruby on Rails can power both the front end and the back end of a web application, which means it can be used to do everything from creating sign up pages to powering the back end of payments on a website.<br><\/p>\n\n\n\n<p>The Rails framework is commonly used with Active Record, which allows you to store records in a database without having to know a database query language. You can also use Rails\u2019 routing features to add URLs to your website.<br><\/p>\n\n\n\n<p>Due to its versatility and power, Ruby on Rails has been adopted by a wide range of different organizations.&nbsp;<br><\/p>\n\n\n\n<p>Airbnb, the home-sharing service, uses Ruby on Rails to power its web application. Crunchbase, the so-called \u201cWikipedia for startups,\u201d also uses Ruby on Rails. Bloomberg, Dribbble, GitHub, Fiverr, the Yellow Pages, and Etsy also use Ruby on Rails. Many organizations from many different backgrounds use the Ruby on Rails framework.&nbsp;<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Benefits of Ruby on Rails<\/h2>\n\n\n\n<p>So far, we\u2019ve discussed the background of the Ruby on Rails framework and its intended uses. But, you may still be wondering why companies and developers use Ruby on Rails so much.<br><\/p>\n\n\n\n<p>To answer this question, let\u2019s break down a few of the main benefits of using the Ruby on Rails framework.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">#1: Ruby on Rails has a strong design philosophy<\/h3>\n\n\n\n<p>The Ruby on Rails framework is well known for having a simple yet down-to-earth design philosophy that resonates with many web developers.<br><\/p>\n\n\n\n<p>The two main principles upon which Ruby on Rails is built are: Don\u2019t Repeat Yourself (DRY) and convention over configuration.<br><\/p>\n\n\n\n<p>The DRY principle refers to the idea that, in your code, you should try to avoid repetition as much as possible. By making use of features like functions and modules, you can reduce the size of your codebase and enhance the readability of your code. This, in turn, makes code more modular and easier to read, especially as an application scales.<br><\/p>\n\n\n\n<p>Convention over configuration, on the other hand, is the idea that Ruby on Rails should set \u201csensible defaults\u201d around how the language is used. While developers have a lot of control over how they use the framework, there should be\u2014and there are\u2014safeguards in place to force developers to adopt certain best practices in their code.<br><\/p>\n\n\n\n<p>For instance, the name for a model generated by Ruby on Rails will always be the singular proper noun of the object they represent; database tables use plural forms. This feature of Ruby on Rails means programmers don\u2019t need to spend too much time learning naming conventions\u2014they can just write their code and let Rails take care of the rest.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">#2: Ruby on Rails is an expressive language<\/h3>\n\n\n\n<p>The Ruby programming language, as we mentioned earlier, was written with simplicity in mind. The same principle applies to the Rails framework\u2014it was written to resemble English as much as possible.<br><\/p>\n\n\n\n<p>As a result, the Ruby on Rails framework is often perceived as being very similar to English. This means that reading Ruby on Rails code and understanding the purpose behind what is being done by a particular program is easy. This facilitates the development of applications and reduces confusion as they get larger.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">#3: Ruby on Rails has a supportive community<\/h3>\n\n\n\n<p>Unlike many web frameworks, Ruby on Rails has an army of loyal followers who continue to maintain the framework, and make sure it continues to use the design principles upon which the framework was built.<br><\/p>\n\n\n\n<p>The Rails community consists of many people who update the codebase. To this day, there are new releases of the language.<br><\/p>\n\n\n\n<p>In addition, the fact that the developer community is still so large indicates that people are using the framework because it is the best tool for the job.<br><\/p>\n\n\n\n<p>These are just three of the many reasons Ruby on Rails is such a popular framework. We\u2019d be here all day if we were to discuss all the reasons, so here is a brief list of the others:<br><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ruby on Rails has a shallow learning curve. This makes it a great framework for beginners. They can use it to build real and scalable web applications.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ruby on Rails is full stack. Because Rails can be used for both front end and back end development, it\u2019s a convenient framework\u2014you don\u2019t need to choose a different tool for each side of the stack.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Iteration is easy using Ruby on Rails. Building powerful web applications using Rails is easy because the speed of iteration is fast. Making changes to your app using Rails is simple. A big part of this is down to the simplicity of the language and its design philosophy.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How Popular is Ruby on Rails?<\/h2>\n\n\n\n<p>From GitHub to Crunchbase, many companies use Ruby on Rails. The sheer number of companies around the world that use it only tells half the story\u2014to get a better understanding of the popularity of Rails, we need to look at developer adoption.<br><\/p>\n\n\n\n<p>On Stack Overflow&#8217;s 2019 Developer Survey, which questioned over 90,000 developers on their programming stacks and routines, Ruby on Rails was ranked as the <a href=\"https:\/\/insights.stackoverflow.com\/survey\/2019#most-loved-dreaded-and-wanted\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">tenth<\/a> most-loved web framework. It was ranked as the <a href=\"https:\/\/insights.stackoverflow.com\/survey\/2019\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">twelfth<\/a> most-popular web development framework.<br><\/p>\n\n\n\n<p>This shows that Ruby on Rails is an immensely popular web framework. But that\u2019s not all: Ruby, the language upon which Rails is built, is ranked as the thirteenth most-popular coding language on the <a href=\"https:\/\/www.tiobe.com\/tiobe-index\/\" target=\"_blank\" rel=\"noopener\" rel=\"nofollow\">TIOBE Index<\/a>, which tracks the popularity of programming languages based on their search demand.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Bottom Line<\/h2>\n\n\n\n<p>Ruby on Rails is a vastly powerful web development framework that allows you to develop efficient front end and back end web applications.<br><\/p>\n\n\n\n<p>Before learning Rails, you first need to learn how to code in Ruby. Fortunately, Ruby\u2019s learning curve is relatively shallow\u2014you should have no trouble learning the basics. Then you can move on to Rails.<br><\/p>\n\n\n\n<p>Rails has found a massive community of developers who think it is the right tool for many different uses. Today, many companies\u2014from Basecamp to Dribbble\u2014use Rails because it is simple and easy to use, and provides all the features companies need in a programming framework.<br><\/p>\n\n\n\n<p>Learning Rails is a good investment. Whether you\u2019re looking to build a website or pursue a career in tech, knowing how to code in Ruby and using Rails can open up many doors. Rails is a powerful web technology and could be your entry-point to a career in tech.<\/p>\n","protected":false},"excerpt":{"rendered":"If you\u2019ve spent some time researching web development technologies, you may have come across one called Ruby on Rails. This technology is often discussed in the same category as languages like HTML and CSS, but interestingly Ruby on Rails is not a programming language\u2014it is a web development framework. You may be wondering what Ruby&hellip;","protected":false},"author":240,"featured_media":18077,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17278],"tags":[],"class_list":{"0":"post-18076","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ruby"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"Ruby","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":"","is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is Ruby on Rails?: A Complete Guide | Career Karma<\/title>\n<meta name=\"description\" content=\"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Ruby on Rails?\" \/>\n<meta property=\"og:description\" content=\"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-07T03:18:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-01T11:21:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"681\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"James Gallagher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James Gallagher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\"},\"author\":{\"name\":\"James Gallagher\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"headline\":\"What is Ruby on Rails?\",\"datePublished\":\"2020-06-07T03:18:13+00:00\",\"dateModified\":\"2023-12-01T11:21:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\"},\"wordCount\":1410,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg\",\"articleSection\":[\"Ruby\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\",\"name\":\"What is Ruby on Rails?: A Complete Guide | Career Karma\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg\",\"datePublished\":\"2020-06-07T03:18:13+00:00\",\"dateModified\":\"2023-12-01T11:21:53+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"description\":\"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg\",\"width\":1020,\"height\":681},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ruby\",\"item\":\"https:\/\/careerkarma.com\/blog\/ruby\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is Ruby on Rails?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\",\"name\":\"James Gallagher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"caption\":\"James Gallagher\"},\"description\":\"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.\",\"url\":\"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Ruby on Rails?: A Complete Guide | Career Karma","description":"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/","og_locale":"en_US","og_type":"article","og_title":"What is Ruby on Rails?","og_description":"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.","og_url":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2020-06-07T03:18:13+00:00","article_modified_time":"2023-12-01T11:21:53+00:00","og_image":[{"width":1020,"height":681,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg","type":"image\/jpeg"}],"author":"James Gallagher","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"James Gallagher","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/"},"author":{"name":"James Gallagher","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"headline":"What is Ruby on Rails?","datePublished":"2020-06-07T03:18:13+00:00","dateModified":"2023-12-01T11:21:53+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/"},"wordCount":1410,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg","articleSection":["Ruby"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/","url":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/","name":"What is Ruby on Rails?: A Complete Guide | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg","datePublished":"2020-06-07T03:18:13+00:00","dateModified":"2023-12-01T11:21:53+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"description":"Ruby on Rails is a popular open-source web application framework built upon Ruby. On Career Karma, learn more about the Ruby on Rails framework.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/06\/chairs-device-electronics-eyeglasses-1181376.jpg","width":1020,"height":681},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/what-is-ruby-on-rails\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Ruby","item":"https:\/\/careerkarma.com\/blog\/ruby\/"},{"@type":"ListItem","position":3,"name":"What is Ruby on Rails?"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94","name":"James Gallagher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","caption":"James Gallagher"},"description":"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.","url":"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/18076","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/240"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=18076"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/18076\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/18077"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=18076"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=18076"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=18076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}