{"id":1854,"date":"2019-03-23T08:30:09","date_gmt":"2019-03-22T23:30:09","guid":{"rendered":"https:\/\/www.xenos.jp\/~zen\/blog2\/?p=1854"},"modified":"2019-03-23T08:30:11","modified_gmt":"2019-03-22T23:30:11","slug":"post-1854","status":"publish","type":"post","link":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/2019\/03\/23\/post-1854\/","title":{"rendered":"\u7279\u5b9a\u30d0\u30fc\u30b8\u30e7\u30f3\u306eRuby on Rails\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b"},"content":{"rendered":"\n<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305fRails\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3001\u4e0b\u8a18\u3002<\/p>\n\n\n\n<pre>\ngem install rails -v \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\n<\/pre>\n\n\n\n<p>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bRails\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8868\u793a\u3059\u308b\u30b3\u30de\u30f3\u30c9\u306f\u4e0b\u8a18\u3002<\/p>\n\n\n\n<pre>\nrails -v\n<\/pre>\n\n\n\n<p>\u4f8b\uff1a Rails 5.2.2.1\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b<\/p>\n\n\n\n<pre>\nzen:~$ gem install rails -v 5.2.2.1\nFetching thread_safe-0.3.6.gem\nFetching tzinfo-1.2.5.gem\nFetching i18n-1.6.0.gem\nFetching activesupport-5.2.2.1.gem\nFetching mini_portile2-2.4.0.gem\nFetching nokogiri-1.10.1.gem\nFetching concurrent-ruby-1.1.5.gem\nFetching rails-dom-testing-2.0.3.gem\nFetching rails-html-sanitizer-1.0.4.gem\nFetching loofah-2.2.3.gem\nFetching builder-3.2.3.gem\nFetching actionview-5.2.2.1.gem\nFetching rack-2.0.6.gem\nFetching crass-1.0.4.gem\nFetching rack-test-1.1.0.gem\nFetching erubi-1.8.0.gem\nFetching actionpack-5.2.2.1.gem\nFetching activemodel-5.2.2.1.gem\nFetching activejob-5.2.2.1.gem\nFetching arel-9.0.0.gem\nFetching activerecord-5.2.2.1.gem\nFetching mini_mime-1.0.1.gem\nFetching mail-2.7.1.gem\nFetching globalid-0.4.2.gem\nFetching nio4r-2.3.1.gem\nFetching actionmailer-5.2.2.1.gem\nFetching websocket-extensions-0.1.3.gem\nFetching websocket-driver-0.7.0.gem\nFetching actioncable-5.2.2.1.gem\nFetching mimemagic-0.3.3.gem\nFetching marcel-0.3.3.gem\nFetching activestorage-5.2.2.1.gem\nFetching thor-0.20.3.gem\nFetching rails-5.2.2.1.gem\nFetching method_source-0.9.2.gem\nFetching sprockets-3.7.2.gem\nFetching sprockets-rails-3.2.1.gem\nFetching railties-5.2.2.1.gem\nSuccessfully installed concurrent-ruby-1.1.5\nSuccessfully installed thread_safe-0.3.6\nSuccessfully installed tzinfo-1.2.5\n\nHEADS UP! i18n 1.1 changed fallbacks to exclude default locale.\nBut that may break your application.\n\nPlease check your Rails app for 'config.i18n.fallbacks = true'.\nIf you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be\n'config.i18n.fallbacks = [I18n.default_locale]'.\nIf not, fallbacks will be broken in your app by I18n 1.1.x.\n\nFor more info see:\nhttps:\/\/github.com\/svenfuchs\/i18n\/releases\/tag\/v1.1.0\n\nSuccessfully installed i18n-1.6.0\nSuccessfully installed activesupport-5.2.2.1\nSuccessfully installed mini_portile2-2.4.0\nBuilding native extensions. This could take a while...\nSuccessfully installed nokogiri-1.10.1\nSuccessfully installed rails-dom-testing-2.0.3\nSuccessfully installed crass-1.0.4\nSuccessfully installed loofah-2.2.3\nSuccessfully installed rails-html-sanitizer-1.0.4\nSuccessfully installed erubi-1.8.0\nSuccessfully installed builder-3.2.3\nSuccessfully installed actionview-5.2.2.1\nSuccessfully installed rack-2.0.6\nSuccessfully installed rack-test-1.1.0\nSuccessfully installed actionpack-5.2.2.1\nSuccessfully installed activemodel-5.2.2.1\nSuccessfully installed arel-9.0.0\nSuccessfully installed activerecord-5.2.2.1\nSuccessfully installed mini_mime-1.0.1\nSuccessfully installed mail-2.7.1\nSuccessfully installed globalid-0.4.2\nSuccessfully installed activejob-5.2.2.1\nSuccessfully installed actionmailer-5.2.2.1\nBuilding native extensions. This could take a while...\nSuccessfully installed nio4r-2.3.1\nSuccessfully installed websocket-extensions-0.1.3\nBuilding native extensions. This could take a while...\nSuccessfully installed websocket-driver-0.7.0\nSuccessfully installed actioncable-5.2.2.1\nSuccessfully installed mimemagic-0.3.3\nSuccessfully installed marcel-0.3.3\nSuccessfully installed activestorage-5.2.2.1\nSuccessfully installed method_source-0.9.2\nSuccessfully installed thor-0.20.3\nSuccessfully installed railties-5.2.2.1\nSuccessfully installed sprockets-3.7.2\nSuccessfully installed sprockets-rails-3.2.1\nSuccessfully installed rails-5.2.2.1\nParsing documentation for concurrent-ruby-1.1.5\nInstalling ri documentation for concurrent-ruby-1.1.5\nParsing documentation for thread_safe-0.3.6\nInstalling ri documentation for thread_safe-0.3.6\nParsing documentation for tzinfo-1.2.5\nInstalling ri documentation for tzinfo-1.2.5\nParsing documentation for i18n-1.6.0\nInstalling ri documentation for i18n-1.6.0\nParsing documentation for activesupport-5.2.2.1\nInstalling ri documentation for activesupport-5.2.2.1\nParsing documentation for mini_portile2-2.4.0\nInstalling ri documentation for mini_portile2-2.4.0\nParsing documentation for nokogiri-1.10.1\nInstalling ri documentation for nokogiri-1.10.1\nParsing documentation for rails-dom-testing-2.0.3\nInstalling ri documentation for rails-dom-testing-2.0.3\nParsing documentation for crass-1.0.4\nInstalling ri documentation for crass-1.0.4\nParsing documentation for loofah-2.2.3\nInstalling ri documentation for loofah-2.2.3\nParsing documentation for rails-html-sanitizer-1.0.4\nInstalling ri documentation for rails-html-sanitizer-1.0.4\nParsing documentation for erubi-1.8.0\nInstalling ri documentation for erubi-1.8.0\nParsing documentation for builder-3.2.3\nInstalling ri documentation for builder-3.2.3\nParsing documentation for actionview-5.2.2.1\nInstalling ri documentation for actionview-5.2.2.1\nParsing documentation for rack-2.0.6\nInstalling ri documentation for rack-2.0.6\nParsing documentation for rack-test-1.1.0\nInstalling ri documentation for rack-test-1.1.0\nParsing documentation for actionpack-5.2.2.1\nInstalling ri documentation for actionpack-5.2.2.1\nParsing documentation for activemodel-5.2.2.1\nInstalling ri documentation for activemodel-5.2.2.1\nParsing documentation for arel-9.0.0\nInstalling ri documentation for arel-9.0.0\nParsing documentation for activerecord-5.2.2.1\nInstalling ri documentation for activerecord-5.2.2.1\nParsing documentation for mini_mime-1.0.1\nInstalling ri documentation for mini_mime-1.0.1\nParsing documentation for mail-2.7.1\nInstalling ri documentation for mail-2.7.1\nParsing documentation for globalid-0.4.2\nInstalling ri documentation for globalid-0.4.2\nParsing documentation for activejob-5.2.2.1\nInstalling ri documentation for activejob-5.2.2.1\nParsing documentation for actionmailer-5.2.2.1\nInstalling ri documentation for actionmailer-5.2.2.1\nParsing documentation for nio4r-2.3.1\nInstalling ri documentation for nio4r-2.3.1\nParsing documentation for websocket-extensions-0.1.3\nInstalling ri documentation for websocket-extensions-0.1.3\nParsing documentation for websocket-driver-0.7.0\nInstalling ri documentation for websocket-driver-0.7.0\nParsing documentation for actioncable-5.2.2.1\nInstalling ri documentation for actioncable-5.2.2.1\nParsing documentation for mimemagic-0.3.3\nInstalling ri documentation for mimemagic-0.3.3\nParsing documentation for marcel-0.3.3\nInstalling ri documentation for marcel-0.3.3\nParsing documentation for activestorage-5.2.2.1\nInstalling ri documentation for activestorage-5.2.2.1\nParsing documentation for method_source-0.9.2\nInstalling ri documentation for method_source-0.9.2\nParsing documentation for thor-0.20.3\nInstalling ri documentation for thor-0.20.3\nParsing documentation for railties-5.2.2.1\nInstalling ri documentation for railties-5.2.2.1\nParsing documentation for sprockets-3.7.2\nInstalling ri documentation for sprockets-3.7.2\nParsing documentation for sprockets-rails-3.2.1\nInstalling ri documentation for sprockets-rails-3.2.1\nParsing documentation for rails-5.2.2.1\nInstalling ri documentation for rails-5.2.2.1\nDone installing documentation for concurrent-ruby, thread_safe, tzinfo, i18n, activesupport, mini_portile2, nokogiri, rails-dom-testing, crass, loofah, rails-html-sanitizer, erubi, builder, actionview, rack, rack-test, actionpack, activemodel, arel, activerecord, mini_mime, mail, globalid, activejob, actionmailer, nio4r, websocket-extensions, websocket-driver, actioncable, mimemagic, marcel, activestorage, method_source, thor, railties, sprockets, sprockets-rails, rails after 40 seconds\n38 gems installed\nzen:~$\nzen:~$ rails -v\nRails 5.2.2.1\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305fRails\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3001\u4e0b\u8a18\u3002 gem install rails -v \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30d0\u30fc\u30b8\u30e7\u30f3 \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308bRails\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8868\u793a\u3059\u308b\u30b3\u30de\u30f3\u30c9\u306f\u4e0b\u8a18\u3002 rails -v \u4f8b\uff1a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[152,151],"class_list":["post-1854","post","type-post","status-publish","format-standard","hentry","category-linux","tag-rails","tag-ruby"],"_links":{"self":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/1854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/comments?post=1854"}],"version-history":[{"count":1,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/1854\/revisions"}],"predecessor-version":[{"id":1855,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/posts\/1854\/revisions\/1855"}],"wp:attachment":[{"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/media?parent=1854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/categories?post=1854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xenos.jp\/~zen\/blog2\/index.php\/wp-json\/wp\/v2\/tags?post=1854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}