I wanted to install Ruby on Rails to learn more about how to programming with Ruby on Rails as I know there is a demand for this web application framework.
So, I downloaded the latest ruby and the dev kit for 64 bit which is present on the website.
I also installed sqlite3.
Then I was trying to create new blog.
I did:
cd blog/bin
rails server
I got this error:
[Error Log][1]
[1]: https://drive.google.com/file/d/0B-bBG8G__J_CN3JPTERZRTF5RDQ/view?usp=sharing
I have also had similar issues with sqlite3 and played with the Gem file,
Did I miss something with the installation?
I am completely novice on this issue, at least until now :-)