How to install Ruby on Rails on Windows

preview_player
Показать описание
Upgrade your Clever Techie learning experience:

UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:

1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie
9. Early access to Clever Techie videos

Subscribe to Clever Techie patreon:
Learn how to install Ruby on Rails on Windows 7. I go over what Ruby and Rails is and how it all relates to Ruby Gems so you can understand the whole system better while making it work on Windows 7.

`````````````````````````````````````````````````````````````````````````````````````````````
Hey guys, I'm now using Patreon to share improved and updated video lesson material. For a small fee you can access all the downloadable files from this lesson (source code, icons & graphics, cheat sheets) and everything else included in the video from the Patreon page. Additionally, you will get access to ALL Clever Techie videos in HD format with no ads. Thank you so much for supporting Clever Techie :)

Download this video's files here:

( You also get access to ALL source code and any downloadable content of ALL Clever Techie videos, as well as access to ALL videos in HD 1080p quality format with all video ads removed! )

****************IMPORTANT UPDATE**************: DO NOT Cancel the ruby bundle install by pressing CTRL+C, let the installation complete on it's own, it may take up to 10 minutes, thanks to Brian Crane and Вячеслав Трембач for pointing this out!

``````````````````````````````````````````````````````````````````````````````````````````````
Please support Clever Techie
as #1 web hosting company:
HostGator ( 60% off ) coupon: CLEVERTECHIE

If you guys decide to sign up with SiteGround or any of the 3 hosts, I would really appreciate if you supported Clever Techie and signed up with my affiliate links that you see here. You get a massive 60% discount, there are no extra costs for you, and you will motivate me to create more videos as well. I could also end up working on Clever Techie full time with enough of your support, if that happens, then I'll be making about 3 new videos every single week!

Clever Techie's number one pick for web hosting is SiteGround's (GrowBig) plan for 12 months. The cost is $71.40 + $15.95 domain registration (with 60% off clever techie affiliate link discount). I really appreciate your support everyone, every subscription counts as motivational fuel for creating more videos :)

``````````````````````````````````````````````````````````````````````````````````````````````

``````````````````````````````````````````````````````````````````````````````````````````````
Рекомендации по теме
Комментарии
Автор

To all: DO NOT stop the bundle install at 14:48. It seems to 'stick' here but that's because it's compiling a dog-pile of code be patient and Rails will install.

briancrane
Автор

Hi,

I spent a lot of days to install ruby on rails on my Windows 10. All failed.
But now with this tutorial, I made the installation.
And now I have Rails 5 installed with Ruby 2.2.5 9 (DevKit - mingw64-4.7.2).

NOTE:

The problems were about the version of Rubys, because I tried the same way to install them.

Thanks again.
Nyoman, Bali, Indonesia

LiaAdzumi
Автор

Most comprehensive tutorial I ve come across, Thank you for the EDUCATION

michaelclark
Автор

great man, was strungling with another vid, but this made my day, ty.

alaindepauw
Автор

I struggled a lot to install but with your video it became easy Thank you!

jintojohn
Автор

Your the best tutorials that makes rails works. But for people starting out uninstall all the previous versions.

jasonreviews
Автор

The best tutorial for installing of Rails!

alexpurkhalo
Автор

Never mind i figured it out thanks bro awesome video

jonwatson
Автор

for those having problem installing the bundle try this:

rails new <appname>
gem uninstall bundler
gem install bundler -v 1.9
cd <appname>
bundle install

BrunoLeal
Автор

I have a tip to speed up "gem install rails". Just use "gem install rails --no-ri --no-rdoc" instead. It keeps documentation files aside, and just installs the gems.

kamatchinmay
Автор

Thanks bro awesome video easiest 14 minute Ruby rails install on the net for windows!

YuKnowItsMe
Автор

Great Tutorial clever Techie, Works like a Charm ...Thank u !!!

anudeeprd
Автор

ik im late, but dope wallpaper, just got the witcher 3 literally yesterday lol

osmedia
Автор

I don't speak english, but you save me. Thanks men

BrunoFPcovers
Автор

Works like a charm...Thank u so much bro

brackleycasinga
Автор

You may want to mention that this command always installs the lastest version (which may not be compatible resulting in an activesupport version 2.2.2 error). To install rails with an older version of ruby you must specify an older version of rails such as 4.2.4. So at 10:01 you would type something like: gem install rails -v 4.2.4

harmssam
Автор

+Clever Techie you made my day.I wasted the whole day trying to find out why I couldn't access to the webserver...lynda many places I went to solve my problem....no success...at last..Alhamdulillah....ur video solved all my problem..thank you soo much...you are really clever Clever Techie

rohail
Автор

thanks man ! only this tutorial helped !

akhilpatil
Автор

PHP introduction video is out! Create dynamic web sites by learning PHP!

clevertechie
Автор

When i do : gem install rails


I get this error, can you help me out please.

sujanjoshi