Answer the question
In order to leave comments, you need to log in
How to get started in Ruby for the web?
Interested in learning Ruby, went through tryruby.org, part of the kodacademi course. I like everything, everything is great, but I can’t find it anywhere, how can I put the result of the program execution into the browser? With php, everything is simple - I shoved a piece of code in the middle of the html markup and that's it, the hello world is already ready in the browser. What about ruby? Is there something similarly easy and intuitive about it, or is everything more complicated?
Answer the question
In order to leave comments, you need to log in
By itself, "hack for the web" is useless, you need to start a separate web server - Unicorn, Passanger, Brick ... whatever and run your "index.rb" there.
I advise you to start at least with this one .
And take a look at codecademy .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question