Ivan

Iván Etchart

Senior Rails Developer

Ivan is a young student of Software Engineer of the Republic University. He is usually known as 'Doogie Howser'. He is a very talented developer with a strong knowledge in the Rails platform

Skills & knowledge: JavaScript, jQuery, CSS, HTML, and Ruby on Rails

Recent posts written by Iván Etchart

    Iván Etchart

    Juggernaut: Chat on Rails

    To implement chat on Rails we need the Juggernaut gem. The newest version of Juggernaut is build upon nodeJS. 1. Install Juggernaut: First, install nodejs (http://nodejs.org), redis (http:/code.google.com/p/redis/) and Juggernaut gem (gem install juggernaut). Then download server git clone … 2. Integrate with Rails to implement chat! After Juggernaut gem is installed, add it to [...]

    Iván Etchart

    Joomla friendly urls

    To enable friendly urls in joomla without error when you acces links in pages, is necessary to modify the file configuration.php in root directory of joomla. Line to modify on configuration.php is :   var $live_site = ”’; By default $live_site variable value is empty, only need to put complete direction of joomla web site [...]