<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vinsol - Leading Ruby on Rails Development and Consulting Firm in India &#187; ruby on rails</title>
	<atom:link href="http://vinsol.com/blog/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinsol.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 08:37:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Jquery Full Calendar with Ruby on Rails</title>
		<link>http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/</link>
		<comments>http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:17:25 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[RubyonRails]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[calendar]]></category>

		<guid isPermaLink="false">http://vinsol.com/blog/?p=834</guid>
		<description><![CDATA[Contrary to popular belief, working on a client project gives us a generous margin of creativity and explore innovative solutions. Take the example of a recent project I was working on. The client required a collaboration-based calendar module for their application similar to Google Calendar. Initially we started developing it from scratch , but then, [...]


Related posts:<ol><li><a href='http://vinsol.com/blog/2009/09/07/rails-caching-and-javascript-techniques/' rel='bookmark' title='Permanent Link: Ruby on Rails Caching And JavaScript Techniques'>Ruby on Rails Caching And JavaScript Techniques</a> <small>Cross posted from darthsid While implementing caching in a recent...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Contrary to popular belief, working on a client project gives us a generous margin of creativity and explore innovative solutions. Take the example of a recent project I was working on. The client required a collaboration-based calendar module for their application similar to Google Calendar. Initially we started developing it from scratch , but then, we found an awesome Jquery plugin. <br/> <br/></p>
<p>&#8220;<a href="http://arshaw.com/fullcalendar/">FullCalendar</a>&#8221; provides a full-sized, drag &amp; drop calendar. It uses AJAX to fetch events on-the-fly for each month. It also supports an intuitive interface to manage events that spans over multiple days or weeks. It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event). <br/> <br/></p>
<p>I decided to give it a try and utilize its hooks for user triggered events within our Rails application. This small effort resulted in a barebone Rails app that might provide a good base for your project which require calendar, scheduling or appointment features.  I called it fullcalendar_rails  and it is now available on <a href="http://github.com/vinsol/fullcalendar_rails">github</a> with a working demo at <a href="http://fullcalendar.vinsol.com">http://fullcalendar.vinsol.com</a>.<br/><br/></p>
<p>Feel free to give your valuable feedback. I hope you will find this useful. <br/><br/></p>
<p><b>Update:</b> On popular demand, I have added recurring events functionality with daily, weekly and monthly frequencies. It also allows for exceptions to recurring events including delete and edit features.</p>
<p><br/><br/></p>


<p>Related posts:<ol><li><a href='http://vinsol.com/blog/2009/09/07/rails-caching-and-javascript-techniques/' rel='bookmark' title='Permanent Link: Ruby on Rails Caching And JavaScript Techniques'>Ruby on Rails Caching And JavaScript Techniques</a> <small>Cross posted from darthsid While implementing caching in a recent...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New Ruby on Rails Plugin- Launching Soon has launched</title>
		<link>http://vinsol.com/blog/2009/07/14/launching-soon/</link>
		<comments>http://vinsol.com/blog/2009/07/14/launching-soon/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:36:02 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[rails plugins]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rails plugin]]></category>

		<guid isPermaLink="false">http://vinsol.com/blog/?p=641</guid>
		<description><![CDATA[&#8220;Launching Soon&#8221; is a new plugin that VinSol has developed.
Working on client projects, we saw a pattern &#8211; the client owns a domain, which is either parked or has a blog running on it, and then they commission us to build an application. While the application is being developed, they want us to setup a [...]


Related posts:<ol><li><a href='http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/' rel='bookmark' title='Permanent Link: Upgrading Restful Authentication Plugin for Rails 3'>Upgrading Restful Authentication Plugin for Rails 3</a> <small>Here at Vinsol, we love to be on cutting edge...</small></li>
<li><a href='http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/' rel='bookmark' title='Permanent Link: Jquery Full Calendar with Ruby on Rails'>Jquery Full Calendar with Ruby on Rails</a> <small>Contrary to popular belief, working on a client project gives...</small></li>
<li><a href='http://vinsol.com/blog/2009/09/07/rails-caching-and-javascript-techniques/' rel='bookmark' title='Permanent Link: Ruby on Rails Caching And JavaScript Techniques'>Ruby on Rails Caching And JavaScript Techniques</a> <small>Cross posted from darthsid While implementing caching in a recent...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&#8220;<a href="http://github.com/vinsol/Launching-Soon/tree/master" target="_blank">Launching Soon</a>&#8221; is a new plugin that VinSol has developed.</p>
<p>Working on client projects, we saw a pattern &#8211; the client owns a domain, which is either parked or has a blog running on it, and then they commission us to build an application. While the application is being developed, they want us to setup a landing page on the server, with a couple of  links &#8211; to the blog etc. and want to capture email addresses of people who are interested in the service that the application would offer.</p>
<p>We actually found a few ready to use options for this. This <a href="http://launchsoon.com/" target="_blank">php based paid script</a> was one and there is also a  <a href="http://woork.blogspot.com/2009/06/how-to-implement-launching-soon-page-in.html">free launching soon </a>module in PHP/Jquery.</p>
<p>However, we did not find anything for Rails so <a href="http://satishchauhan.com" target="_blank">Satish</a> set out to write a plugin for it. Then we thought it would be good to integrate it with <a href="http://campaignmonitor.com/" target="_blank">Campaign Monitor</a> , since most of our clients use this service for running their email campaigns.  And subsequently Satish extended it to add <a href="http://www.mailchimp.com/" target="_blank">Mail Chimp</a> integration also.</p>
<p>Give it a spin and send us your feedback via the <a href="https://vinsol.lighthouseapp.com/projects/31867-launching-soon/overview" target="_blank">LightHouse project.</a></p>


<p>Related posts:<ol><li><a href='http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/' rel='bookmark' title='Permanent Link: Upgrading Restful Authentication Plugin for Rails 3'>Upgrading Restful Authentication Plugin for Rails 3</a> <small>Here at Vinsol, we love to be on cutting edge...</small></li>
<li><a href='http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/' rel='bookmark' title='Permanent Link: Jquery Full Calendar with Ruby on Rails'>Jquery Full Calendar with Ruby on Rails</a> <small>Contrary to popular belief, working on a client project gives...</small></li>
<li><a href='http://vinsol.com/blog/2009/09/07/rails-caching-and-javascript-techniques/' rel='bookmark' title='Permanent Link: Ruby on Rails Caching And JavaScript Techniques'>Ruby on Rails Caching And JavaScript Techniques</a> <small>Cross posted from darthsid While implementing caching in a recent...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2009/07/14/launching-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ride the Rails: Still skeptical?</title>
		<link>http://vinsol.com/blog/2008/04/26/ride-the-rails-still-skeptical/</link>
		<comments>http://vinsol.com/blog/2008/04/26/ride-the-rails-still-skeptical/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 10:49:38 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.fromdelhi.com/2008/04/26/ride-the-rails-still-skeptical/</guid>
		<description><![CDATA[Ok, so we had been shouting ourselves hoarse, claiming that Rails is all about developer productivity and joy. So is that all about it?, huh!, was the normal reaction. But isn&#8217;t that a big enough reason. Not for many people though.
Yes, we accept that there are some pain points, like hosting Rails applications at shared [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ok, so we had been shouting ourselves hoarse, claiming that Rails is all about developer productivity and joy. So is that all about it?, huh!, was the normal reaction. But isn&#8217;t that a big enough reason. Not for many people though.</p>
<p>Yes, we accept that there are some pain points, like <a href="http://loudthinking.com/posts/21-the-deal-with-shared-hosts" >hosting Rails applications at shared hosts</a>. No we don&#8217;t need those in production, but don&#8217;t you wish it was easier to deploy a rails app for a quick review with a client (a client who can&#8217;t run it on his own machine). Yes php scores there, just throw the code on the server and you are done. Why do I still run this blog on wordpress and not typo or mephisto? The big reason is that it&#8217;s easy to let just apache handle everything.</p>
<p>But things might change soon with the launch of <a href="http://www.modrails.com/" >passenger aka modrails</a>. </p>
<p>And the other classic allegation against Rails has been performance. Remember the discussion between <a href="http://duncandavidson.com/" >JDD</a> and <a href="http://loudthinking.com/" >DHH</a> about <span class="caps">CPU</span> cycles vs. developer cycles. We are definitely headed in the direction of lesser <span class="caps">CPU</span> cycles for our Rails app. Rails2 made some advances towards that and with Ruby1.9 and <span class="caps">YARV</span> and Rubinium, we have high expectations. Also you have heard about <a href="http://www.rubyenterpriseedition.com/" >Ruby Enterprise Edition</a> , haven&#8217;t you?</p>
<p>So things might change, when people try to figure out <a href="http://discuss.joelonsoftware.com/default.asp?design.4.340437.39" >the fastest web language or framwework</a> , the next time around.</p>
<p>I and those around me here, are generally biased towards rails. <a href="http://rubyrags.com/products/1" >Ruby makes us happy</a>. For us the pleasure points in Rails were always far more than the pain points. The basic Rails principles of DRY and Convention Over Configuration clicked with us.  Ruby&#8217;s and Rail&#8217;s simplicity and beauty clicked with us. We did not need hosting on shared hosts. We could work with Rails caching to improve performance. No wonder we were one of the early adopters of Rails in India. But today, I would like to thank the critics whose untiring rants have moved Rails in the direction of being much more than what is was a couple of years ago.</p>
<p> Some of those changes have been in rails, but more have been around it. If you would have noticed, most of these development are not in rails as such, but in the ruby ecosystem.</p>
<p>Rails provides developer productivity and joy; ease of deployment; and ever-improving performance. And no, now you don&#8217;t need to go back to Java. We knew it, I am just repeating it for you.</p>
<p> Extrapolate <a href="http://www.javalobby.org/java/forums/t101110.html" >this one year old graph</a> for yourself.</p>
<p>So what is your reason for not having rail-ed yet?</p>
<p>Update: Charles Nutter has a post on upcoming Ruby implementations <a href="http://headius.blogspot.com/2008/04/promise-and-peril-for-alternative-ruby.html" >here</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2008/04/26/ride-the-rails-still-skeptical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Rails apps with Quicksilver</title>
		<link>http://vinsol.com/blog/2007/11/28/multiple-rails-apps-with-quicksilver/</link>
		<comments>http://vinsol.com/blog/2007/11/28/multiple-rails-apps-with-quicksilver/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 10:18:06 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.fromdelhi.com/2007/11/28/multiple-rails-apps-with-quicksilver/</guid>
		<description><![CDATA[The ~/works directory holds all the rails applications on my mac book. Some of these are VinSol projects, current and old. Some are my personal projects and some are open source apps like beast and radiant. There is a contribute app also as per HasManyThrough Josh&#8217;s recommendation.
[13:29:11 mjuneja works]$ ls -l &#124; wc -l
 37 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The ~/works directory holds all the rails applications on my mac book. Some of these are VinSol projects, current and old. Some are my personal projects and some are open source apps like beast and radiant. There is a contribute app also <a title="Conribute to Rails"  href="http://blog.hasmanythrough.com/2007/5/24/laying-tracks-slides">as per HasManyThrough Josh&#8217;s recommendation.</a></p>
<pre><code>[13:29:11 mjuneja works]$ ls -l | wc -l
<strong> 37</strong></code> </pre>
<p>There are 37 rails applications right now. This is purely co-incidental and has nothing to do with <a  title="37 Signals." href="http://37signals.com">37signals</a>. ;-)</p>
<p>If I run all these apps on the default 3000 port, I cannot run more than one app at a time. If I run the apps at random ports, my browser history will not be app-sensitive. I am heavily dependent on my browser&#8217;s location bar&#8217;s autocomplete feature, so choosing random ports for my apps is not an option.</p>
<p>I want to be able to run apps on different but fixed ports. I need to be able to make use of my browser history.  Also I need to spend minimum time configuring any new app.</p>
<p>This is what I did</p>
<p>I created a YAML file called rappaport.yml.  The name <a  title="rappaport.net" href="http://rappaport.net">rappaport</a> is a short form for &#8220;rails application ports&#8221;, the fact that my wife runs a <a  title="Lambent Creations" href="http://18kmagic.com">diamond jewelery business</a> is purely co-incidental ;-)</p>
<p>The yaml file consists of application names and they port assigned to them, as show in this sample below</p>
<textarea name="code" class="ruby:nocontrols" cols="60" rows="10">
lovetastic:
    port: 3000
tperks:
    port: 3001        
mmbx:
    port: 3002
</textarea>
<p>Next, I have a ruby script ss (short for start server) in the ~/works directory.<br />
All the rails projects have a softlink to ss from their RAILS_ROOT. To start the web server for a project, I just need to execute ss from the app&#8217;s RAILS_ROOT.</p>
<p>The script assumes that the application name in the yaml file is the same as the directory name under which the rails code for the app lives ( convention over configuration! )</p>
<textarea name="code" class="ruby:nocontrols" cols="60" rows="10">
#! /usr/local/bin/ruby

require 'yaml'

apps = YAML.load_file('/Users/mjuneja/works/rappaport.yml')
current_app = Dir.pwd.split("/").last
port = apps[current_app]["port"]
`script/server -p "#{port}"`
</textarea>
<p>Everytime I create a new project, I append the app name and port to rappaport.yml. Also I  create a softlink to ss from the RAILS_ROOT.</p>
<p>So I have a fixed port and a standard command to start the server for all my apps.</p>
<p>The next part is training the browser to access the application, on the same port each time, with minimum intervention from me.</p>
<p>Here, I make use of another ruby script called browser.rb.</p>
<textarea name="code" class="ruby:nocontrols" cols="60" rows="10">
#! /usr/local/bin/ruby

require 'yaml'

apps = YAML.load_file('/Users/mjuneja/works/rappaport.yml')
File.open("dev_bookmarks.html", "w+") do |f|
	apps.each_pair { |k,v| f.print "<a href=\"http://localhost:#{v["port"]}\"> #{k}_dev </a> \n" }
end
</textarea>
<p>This script takes rappaport.yml as the input and creates a list of links in a file called dev_bookmarks.html as the output.<br />
I need to execute this script everytime I add a new project to rappaport.yml.</p>
<p>This is what dev_bookmarks.html looks like</p>
<textarea name="code" class="html:nocontrols" cols="60" rows="10">
<a href="http://localhost:3000"> lovetastic_dev </a> 
<a href="http://localhost:3001"> tperks_dev </a> 
<a href="http://localhost:3002"> mmbx_dev </a> 
</textarea>
<p>Now I just need to add the contents of this file to Quicksilver&#8217;s index.<br />
I go to Quicksilver&#8217;s Preferences and click on Catalog and drop the file dev_bookmarks.html from finder onto Quicksilver and Click &#8220;Rescan source&#8221;</p>
<p><image src="http://www.fromdelhi.com/wp-content/uploads/2007/11/quicksilver.png" /></p>
<p><br/><br />
In the information panel, I  select &#8220;omit source items&#8221; and &#8220;Include content: HTML Links&#8221; and Rescan source.</p>
<p>I can see that the content panel contains all the links.<br />
<br/><br />
<img id="image111" src="http://www.fromdelhi.com/wp-content/uploads/2007/11/qs_contents.png" alt="Quicksilver Content Pane" /></p>
<p>I can see the project links in the content meaning that quicksilver has correctly parsed the content. On the attributes panel, I select &#8220;Include in Global Catalog&#8221;.</p>
<p>To point my browser to a rails application running on localhost, I invoke the quicksilver hotkey and start entering the project name, and quicksilver prompts me the project name, and it already knows the port number too.</p>
<p><img src="http://www.fromdelhi.com/wp-content/uploads/2007/11/qs_launch.png" alt="Quicksilver launching the app" />
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2007/11/28/multiple-rails-apps-with-quicksilver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Developers in India recommendation</title>
		<link>http://vinsol.com/blog/2007/05/02/rails-developers-in-india-recommendation/</link>
		<comments>http://vinsol.com/blog/2007/05/02/rails-developers-in-india-recommendation/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:09:26 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.fromdelhi.com/2007/05/02/rails-developers-in-india-recommendation/</guid>
		<description><![CDATA[PuneRuby Guru Satish Talim recently posted about Companies in India he would recommend for Rails development. Vinsol is mentioned among the companies he recommends in his post.
Obviously makes me feel proud.
Thanks Satish.




No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a  href="http://rubylearning.com/satishtalim/about.html">PuneRuby Guru Satish Talim</a> recently posted about <a  href="http://rubylearning.com/blog/2007/05/02/rails-developers-in-india-id-recommend/">Companies in India he would recommend for Rails development</a>. <a  href="http://vinsol.com">Vinsol</a> is mentioned among the companies he recommends in his post.</p>
<p>Obviously makes me feel proud.</p>
<p>Thanks Satish.
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2007/05/02/rails-developers-in-india-recommendation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sessions I wanna attend at RailsConf2007</title>
		<link>http://vinsol.com/blog/2007/05/01/sessions-i-wanna-attend-at-railsconf2007/</link>
		<comments>http://vinsol.com/blog/2007/05/01/sessions-i-wanna-attend-at-railsconf2007/#comments</comments>
		<pubDate>Tue, 01 May 2007 13:09:19 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.fromdelhi.com/2007/05/01/sessions-i-wanna-attend-at-railsconf2007/</guid>
		<description><![CDATA[
Here are the sessions I plan to attend at RailsConf2007.
http://myconfplan.com/users/mjuneja/conferences/RailsConf2007 
Thanks DrNic for the cool app 8-)




No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img alt="railsconf2007" title="railsconf2007" src="http://www.fromdelhi.com/wp-content/uploads/2007/03/railsConf-logo.gif" /></p>
<p>Here are the sessions I plan to attend at RailsConf2007.</p>
<p><a  href="http://myconfplan.com/users/mjuneja/conferences/RailsConf2007">http://myconfplan.com/users/mjuneja/conferences/RailsConf2007 </a></p>
<p>Thanks <a  href="http://drnicwilliams.com/">DrNic</a> for the cool app 8-)
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2007/05/01/sessions-i-wanna-attend-at-railsconf2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails presentation and workshop at DayalBagh Educational Institute, Agra, India</title>
		<link>http://vinsol.com/blog/2007/04/04/rails-presentation-and-workshop-at-dayalbagh-educational-institute-agra-india/</link>
		<comments>http://vinsol.com/blog/2007/04/04/rails-presentation-and-workshop-at-dayalbagh-educational-institute-agra-india/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 17:43:52 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[RubyonRails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://webonrails.com/2007/04/04/rails-presentation-and-workshop-at-dayalbagh-educational-institute-agra-india/</guid>
		<description><![CDATA[Two weeks ago we went to DEI(DayalBagh Educational Institute) to present Ruby and Rails. We also had a whole day workshop there.
It was really a big fun. We (me and my colleagues Sur &#038; Hemant ) enjoyed it very much. People (students of M.Sc, PGDCSA and course coordinator) were very interested in Ruby and Rails. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a  title="Rails presentation" href="http://webonrails.com/wp-content/uploads/dei/1.JPG"><img width="167" vspace="10" hspace="10" height="145" align="left"  alt="Rails presentation at DEI" title="Rails presentation at DEI" src="http://webonrails.com/wp-content/uploads/dei/1.JPG" /></a>Two weeks ago we went to DEI(DayalBagh Educational Institute) to present Ruby and Rails. We also had a whole day workshop there.<br />
It was really a big fun. We (me and my colleagues Sur &#038; Hemant ) enjoyed it very much. People (students of M.Sc, PGDCSA and course coordinator) were very interested in Ruby and Rails. These students had already worked on PHP/Perl.  First day sur presented Ruby basics then I gave a brief introduction of Rails and MVC Architecture. This was my first ever public presentation.<a  title="Rails presentation" href="http://webonrails.com/wp-content/uploads/dei/2.jpg"><img  width="167" vspace="10" hspace="10" align="right"  alt="Rails presentation at DEI" title="Rails presentation at DEI" src="http://webonrails.com/wp-content/uploads/dei/2.jpg" /></a></p>
<p>I was feeling very nervous while starting but later I felt comfortable. Afterward we had ActiveRecord Basics by sur, me on ActionController and ActionView by Hemant. Next day in workshop we planned to get tada list done by students but due to some time constraints we could not finish tada list completely . Students were confused in starting but later on they got interest in the application. After the workshop they were amazed how easily things can be done as comparing to PHP/Perl. I should say thanks to Ritu for taking initiative for this presentation and workshop. She was also supposed to go there but she couldn&#8217;t go.</p>
<p><a class="imagelink" title="dsci0006.JPG" href="http://webonrails.com/wp-content/uploads/2007/04/dsci0006.JPG"><img id="image82" alt="dsci0006.JPG" src="http://webonrails.com/wp-content/uploads/2007/04/dsci0006.thumbnail.JPG" />    </a><a id="p83" rel="attachment" class="imagelink" title="dsci0007.JPG" href="http://vinsol.com/?attachment_id=83"><img id="image83" alt="dsci0007.JPG" src="http://webonrails.com/wp-content/uploads/2007/04/dsci0007.thumbnail.JPG" />    </a><a class="imagelink" title="dsci0008.JPG" href="http://webonrails.com/wp-content/uploads/2007/04/dsci0008.JPG"><img id="image84" alt="dsci0008.JPG" src="http://webonrails.com/wp-content/uploads/2007/04/dsci0008.thumbnail.JPG" />     </a><a class="imagelink" title="dsci0009.JPG" href="http://webonrails.com/wp-content/uploads/2007/04/dsci0009.JPG"><img id="image85" alt="dsci0009.JPG" src="http://webonrails.com/wp-content/uploads/2007/04/dsci0009.thumbnail.JPG" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2007/04/04/rails-presentation-and-workshop-at-dayalbagh-educational-institute-agra-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get started on Ruby on Rails in hours</title>
		<link>http://vinsol.com/blog/2007/03/15/get-started-on-ruby-on-rails-in-hours/</link>
		<comments>http://vinsol.com/blog/2007/03/15/get-started-on-ruby-on-rails-in-hours/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 04:46:23 +0000</pubDate>
		<dc:creator>manik</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.fromdelhi.com/2007/03/15/get-started-on-ruby-on-rails-in-hours/</guid>
		<description><![CDATA[
Build you own Ruby on Rails web application  is a book specially written for people wanting to start exploring rails. It is being pitched as the &#8220;ultimate beginners guide to Rails&#8221; by sitepoint.
So if you have been appreciating Rails from outside, get hold of this book and jump right it.  Start experiencing the [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.sitepoint.com/books/rails1/"><img width="73" height="96" id="image94" alt="build you own ruby on rails application" src="http://www.fromdelhi.com/wp-content/uploads/2007/03/sitepoint_book.thumbnail.png" /></a></p>
<p><a  href="http://www.sitepoint.com/books/rails1/">Build you own Ruby on Rails web application </a> is a book specially written for people wanting to start exploring rails. It is being pitched as the &#8220;ultimate beginners guide to Rails&#8221; by sitepoint.<br />
So if you have been appreciating Rails from outside, get hold of this book and jump right it.  Start experiencing the joy of Ruby on Rails programming in hours, if not minutes.</p>
<p>This book is also an exteremely useful resource for companies who want to train developers on Rails.</p>
<p>Thanks <a  href="http://weblog.jamisbuck.org/">Jamis</a>, for the <a  href="http://weblog.jamisbuck.org/2007/2/21/review-build-your-own-ruby-on-rails-web-applications">review</a> which made me look at this book. Now that a new rails book is coming out almost every fortnight, it&#8217;s getting difficuilt to keep track.<br />
Also there is this gem hidden in Jamis&#8217; review : <em>never use a plugin you would not be able to write yourself.</em>  We have learnt it the hard way and I am sure so have many other Rails developers.
</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2007/03/15/get-started-on-ruby-on-rails-in-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange behaviour of respond_to in IE</title>
		<link>http://vinsol.com/blog/2006/12/10/strange-behaviour-of-respond_to-in-ie/</link>
		<comments>http://vinsol.com/blog/2006/12/10/strange-behaviour-of-respond_to-in-ie/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 08:11:43 +0000</pubDate>
		<dc:creator>Ritu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://rituonrails.wordpress.com/2006/12/10/strane-behaviour-of-respond_to-in-ie/</guid>
		<description><![CDATA[In recent days i have monitored a very strange behaviour of respond_to in IE.I am sharing my experience in hope that somebody might explain it to me. As i cudnt find anything related to this from my best teacher google  
I am using edge rails in one of my projects. some where in that [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><p>In recent days i have monitored a very strange behaviour of respond_to in IE.I am sharing my experience in hope that somebody might explain it to me. As i cudnt find anything related to this from my best teacher google <img src='http://rituonrails.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I am using edge rails in one of my projects. some where in that i have used respond_to in following way&#8230;</p>
<p><code><br />
def show<br />
  respond_to |format| do<br />
    format.js {render :partial=&gt;&#8217;show&#8217;}<br />
    format.html {}<br />
  end<br />
end<br />
</code></p>
<p>When i checked the response in firefox for html and xml both requests type, it was perfect. But when i checked html response in IE 6 creates a blunder :O.It was returning a js file with the javascript response.</p>
<p>But when i changed the code and placed the html call first and then checked xml call it worked fine in IE too.<br />
<code><br />
def show<br />
  respond_to |format| do<br />
    format.html {}<br />
    format.js {render :partial=&gt;&#8217;show&#8217;}<br />
  end<br />
end<br />
</code></p>
<p>Now can somebody tell me why is this happening and anyone else faced this issue ever?</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2006/12/10/strange-behaviour-of-respond_to-in-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruby/Rails Music album</title>
		<link>http://vinsol.com/blog/2006/11/02/rubyrails-music-album/</link>
		<comments>http://vinsol.com/blog/2006/11/02/rubyrails-music-album/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 07:38:04 +0000</pubDate>
		<dc:creator>Ritu</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://rituonrails.wordpress.com/2006/11/02/rubyrails-music-album-release/</guid>
		<description><![CDATA[Its melodious &#8230;its amazing and i can keep humming one or other track all the time. Really i loved it  
Chris  has the music for Ruby/Rails Community.He calls is IRB Mix .Tape and its just fantastic.
Track 4 about sandboxing is just mind blowing&#8230;

$ ruby script/console &#8211;sandbox
Loading development environment in sandbox.
Any modifications you make [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><p>Its melodious &#8230;its amazing and i can keep humming one or other track all the time. Really i loved it <img src='http://rituonrails.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://errtheblog.com" >Chris</a>  has the music for Ruby/Rails Community.He calls is <a href="http://errtheblog.com/post/26" title="IRB Mix Tape">IRB Mix</a> .Tape and its just fantastic.</p>
<p>Track 4 about sandboxing is just mind blowing&#8230;<br />
<code><br />
$ ruby script/console &#8211;sandbox<br />
Loading development environment in sandbox.<br />
Any modifications you make will be rolled back on exit.<br />
</code><br />
And Track 5 about underscore operator (_) .I hadnt found yet anything in irb giving the value of last evaluated expression in Ruby. But &#8216;_&#8217; does this cake thing for me. Good job Chris <img src='http://rituonrails.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>One more small thing that i learned from one of the comment&#8230;.<br />
<code><br />
&gt;&gt; 4*4<br />
=&gt; 16<br />
&gt;&gt; 4**4<br />
=&gt; 256<br />
&gt;&gt; 100**100**100<br />
c:/ruby/lib/ruby/1.8/rational.rb:543: warning: in a**b, b may be too big<br />
=&gt; Infinity<br />
&gt;&gt;<br />
<code></code></code></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2006/11/02/rubyrails-music-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
