What is Rack in rails…?
In simple words, Rack is the bridge between your app and server. It’s is a nice Ruby-fied replacement for CGI....
In simple words, Rack is the bridge between your app and server. It’s is a nice Ruby-fied replacement for CGI....
How does DNS work…? When we go to www.techenthu.in, we get the website loaded on our browser. How does your...
Philosophy Ruby: “Do more with less. Developer freedom and flexibility, and more than one way to do things”. Python: “One...
ORM : Object Relational Mapping It means we need not retrieve data from Database manually. Rails uses Active Record for...
In 2016, we see that PostgreSQL is the preferred database by 84% of the Ruby on Rails community.There is 12%...
Sign Up for Heroku account – At heroku.com If you already have an account, sign in. Create an new app...
More GIT for newbies, developers who know GIT can never lose their code. Productivity and deliver time reduces by knowing...
Why and how to use git..? I wondered why we use git when I was newbie ruby on rails developer....
Recent Comments