I have followed all the steps on github and the official documentation of Ruby on rails installation. I have installed the gem for sqlite3. Also , I have copied the dll and def file and .exe file of sqlite to Ruby/bin I then created a sample app called myapp and tried to initiate the server by the command "rails server"I have followed all the steps on github and the