Ruby on Rails Windows Installation Tutorial (Ruby 2.4.1)
This video was created for Software Engineering class that taught by Professor Ron Mak (Fall 2016 & Spring 2017) and Hungwen Li (Fall 2017) class at San Jose State University.
Complete installation guide available in text here: http://melvinchng.github.io/rails/WindowsInstallationV2.4.1.htm #chapter-4-windows-installation-guide-for-ruby-24x
More Ruby on Rails content: http://melvinchng.github.io/rails
You may also follow the instructions below:
Please download the correct files based on your Windows Operating system architecture.
Required files for 32-bit Windows Operating System
Ruby 2.4.1 Installer: https://github.com/oneclick/rubyinstaller2/releases/download/2.4.1-2/rubyinstaller-2.4.1-2-x86.exe
Node.JS: https://nodejs.org/dist/v6.11.2/node-v6.11.2-x86.msi
Required files for 64-bit Windows Operating System
Ruby 2.4.1 Installer: https://github.com/oneclick/rubyinstaller2/releases/download/2.4.1-2/rubyinstaller-2.4.1-2-x64.exe
Node.JS: https://nodejs.org/dist/v6.11.2/node-v6.11.2-x64.msi
//To avoid receiving SSL error when trying to install Rails or pull updates from RubyGems
gem sources -r https://rubygems.org/
gem sources -a http://rubygems.org/
//Check Ruby and Rails version
ruby -v
rails -v
//To generate a new website name Blog
Rails new Blog
NOTE: You may or may not get SSL_connect error while creating your "Blog". If you ever encountered SSL_connect error after running "Rails new Blog", open "Gemfile" that is at the root of your Blog and replace "https" with "http" (first line of code)
//To verify that Ruby and Rails were installed correctly without any errors, use the command scaffold generate a simple set of a model, views, and controller for Rails Application
Rails g scaffold User name:string age:integer
ExecJS::ProgramError fix:
Change the lines in the file app/view/application.html.erb that consist 'data-turbolinks-track': 'reload' to 'data-turbolinks-track': 'true'
If you are still having SSL issues, change "https" to "http" in your Gemfile.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Ruby on Rails Windows Installation Tutorial (Ruby 2.4.1)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.