K
K
karpyuk72013-11-23 17:58:41
Ruby on Rails
karpyuk7, 2013-11-23 17:58:41

How to set up Windows to develop a Ruby on Rails application?

What do I need to install to develop a Rails application on Windows?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
A
Adil1, 2013-11-23
@karpyuk7

yes, nothing complicated in general, it’s better to have a mac, of course, but if you don’t have it, then download it from here http://railsinstaller.org/ru-RU , it installs everything by itself without problems, then you still need to http://maxopka.su/2013/ 08/04/ruby-rmagick-%D0%B3%D0%B5%D0%BC-windows-7/ in order to be able to work with images normally, there is still some bootstrap stuff in the 'anjlab-bootstrap-rails' gem file . . and also a good semi-book http://railstutorial.ru/, a bit old already, but if you google it normally, you can adapt the application, you still need a mad desire to write on rails, knowledge of English in order to competently ask questions on http://stackoverflow.com/ because on toster.ru, knowledgeable people caught the star of the campaign, and they answer only sucks like @umarov

M
Masterme, 2013-11-23
@Masterme

Linux virtual machine. Ruby is not sharpened under Windows as carefully as under Linux. To be honest, I'm even a little happy about it.

M
mrUlugbek, 2013-11-24
@mrUlugbek

Better Vagrant and download the ready-made ubuntu image,
read here http://habrahabr.ru/post/140714/
and here http://nashbridges.me/ruby-windows-bootstrap

J
jFox, 2013-11-23
@jFoxReality

Windows is the system of choice for developing Rails applications.
However, it is worth noting that Rails is used to build server applications (and servers are mostly nix systems).
The best option: Keep the project on the server (in the same virtual machine with ubuntu and others like it), and develop in a convenient windows environment.
The main thing is to deal with the libv8 problem =)

K
karpyuk7, 2013-11-23
@karpyuk7

RoR developers seem to have gathered here, so I take this opportunity and ask for advice:
Where is the best place to start learning to understand RoR: http://railstutorial.ru/ , http://rusrails.ru/ , "Agile web application development" or maybe something -something else?

J
jFox, 2013-11-23
@jFoxReality

Start with the first one, and after you have read at least half of it, start your educational project on a topic that interests you (I once remade an old online game database from php (kohana) to Rails). That's when you already need Rusrails.ru
Get ready for the fact that you will not once, not twice, start the project to rewrite from scratch.

R
Roman Ogarkov, 2015-10-16
@ogarich89

1. Install Rubyinstaller (Ruby 2.2.3)
2. Install Development Kit
a. Unzip to any folder
b. Run cmd
in . cd C: \ DevKit (go to the folder with the unpacked
DevKit ) cd path/to/your/new/application rails server 5. Most likely an error will occur. Which is being treated ( https://github.com/sparklemotion/nokogiri/issues/1... 6. Everything is ready! Actual versions of Ruby and Rails work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question