#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Introduction I was planning to create an online store using PayPal payments. Because, I think it is simpler than using a credit card payment. But...
Make new application Create a new Rails application. sudo rails new ror-store I got a permission error, so I did it with sudo. After execution, files...
Install Rails is Web Application Framework written in Ruby. So I need to install Ruby first. I already have a homebrew and will use it. brew...
Introduction When I first came across Ruby, it was on the GitHub blog. The GitHub blog is built with Jekyll a static site generator. This Jekyll is...