Which website is good for beginner to learn Ruby?
If you already have a programming background, the rubydocs and tutorialspoint is the best way to get a head start. You can easily understand the purpose of each methods and its syntax
Once you have a decent knowledge about all the methods in Ruby, start practicing programs in Hackerrank. There are hundreds of problems in Hackerrank and within two months you can get comfortable with Ruby.
However, if you do not have a programming background, it is better to start from the scratch. It might be slow, but it will be effective. Some websites that teach you Ruby from the scratch are
Jesus Castello
Ruby developer & Mentor
I made this tutorial for complete beginners:
rubyguides.com/ruby-tutorial
It covers what you need to know to get started.
Including topics like:
You can read it here for free.