Featured Articles
How To Process Rails Form With Model Without The Data Getting Saved To Database
Rails form_for helper used the active record class for handling the forms and saving to database. However in some cases you might not want your form...
How To Rectify Transaction Lock /var/lib/rpm in Linux
When you interrupt yum installation and try to reinstall the package again , you are likely to get a transaction lock. You can rectify this issue using the...
How To Connect Jsp And Mysql Using Eclipse
This tutorial will teach you how to connect MySQL database and JSP on eclipse. I really had a hard time connecting JSP and MySQL since I could...
Setting Up Ruby On Rails Environment On Windows, Linux And Testing The Application With Heroku PaaS
In this tutorial am going to explain how to set up ruby on rails environment , create a rails application and test that application on Hereoku paas, so...
What is SSL and How To setup SSL On Linux Httpd, Apache2
SSL (Secure Socket Layer) is a protocol , which establishes a secure connection between a web browser and the server so that no one can steal the data...
Setting Up A New Rails Applications And Working With Controllers And Views
Controllers and views are the integral part of ruby on rails frameworks. The requests from the client is first sent to the server and the server directs...
