{"id":3946,"date":"2014-03-30T06:32:45","date_gmt":"2014-03-30T06:32:45","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/create-new-application-ruby-on-rails-collection-of-common-programming-errors\/"},"modified":"2014-03-30T06:32:45","modified_gmt":"2014-03-30T06:32:45","slug":"create-new-application-ruby-on-rails-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/create-new-application-ruby-on-rails-collection-of-common-programming-errors\/","title":{"rendered":"create new application ruby on rails-Collection of common programming errors"},"content":{"rendered":"<p>I&#8217;m bit confused by &#8220;easy&#8221; working with ruby on rails, cause I already spend three days by trying create an app.<\/p>\n<p>I work on site5 hosting, and try to create new app. step by step:<\/p>\n<pre><code>$ rails new app -d mysql\n\n$ gem install mysql\n\n$ gem install mysql2\n<\/code><\/pre>\n<p>and after<\/p>\n<pre><code>$ rake db:create\n<\/code><\/pre>\n<p>it report about error<\/p>\n<p><code>Could not find gem 'mysql2 (~&gt; 0.2.6, runtime)' in any of the gem sources listed in your Gemfile.<\/code><\/p>\n<p>I google it, but still can&#8217;t fix problem. Can anybody help?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m bit confused by &#8220;easy&#8221; working with ruby on rails, cause I already spend three days by trying create an app. I work on site5 hosting, and try to create new app. step by step: $ rails new app -d mysql $ gem install mysql $ gem install mysql2 and after $ rake db:create it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3946","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3946"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3946\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}