<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="0.92">
<channel>
	<title>Vinsol</title>
	<link>http://vinsol.com</link>
	<description>Ruby Rails Services</description>
	<lastBuildDate>Wed, 30 Apr 2008 06:52:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>RubyOnRails Plugin: Auto Tags</title>
		<description>Announcing the release of this tiny useful plugin AutoTags.
A couple of weeks ago I travelled to Mumbai in train which was a long 17hrs journey&#8230; and I utilized that by coding down the idea while travelling. So here it comes&#8230;
AutoTags, an open source project, is a plugin for RubyOnRails applications ...</description>
		<link>http://vinsol.com/2008/04/30/rubyonrails-plugin-auto-tags/</link>
			</item>
	<item>
		<title>New in Ruby 1.9: Threads</title>
		<description>The ruby is getting changed and improved a lot with every release. No doubt the existing demerits of rails are soon going to be history.
Currently for my rails applications I am running Ruby1.8&#8230; and exploring 1.9 to get ready as we are heading with nice speed in the rails developments. ...</description>
		<link>http://vinsol.com/2008/04/26/new-in-ruby-19-threads/</link>
			</item>
	<item>
		<title>Ride the Rails: Still skeptical?</title>
		<description>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 ...</description>
		<link>http://vinsol.com/2008/04/26/ride-the-rails-still-skeptical/</link>
			</item>
	<item>
		<title>Git Error: trailing whitespace, indent SP followed by a TAB, unresolved merge conflict</title>
		<description>I have been using Git from last few days, and faced following errors while committing:
1) Trailing whitespace
2) Indent SP followed by a TAB
3) Unresolved merge conflict
The first error &#8220;Trailing whitespace&#8221; is because of carriage-return/line-feed(windows style line feed/end). To resolve this problem comment following lines(58-60) in .git/hooks/pre-commit file:

  if (/\s$/) ...</description>
		<link>http://vinsol.com/2008/04/23/git-error-trailing-whitespace-indent-sp-followed-by-a-tab-unresolved-merge-conflict/</link>
			</item>
	<item>
		<title>Rails Plugin Annotate Models For Spec And Spec Fixtures</title>
		<description>I have been using &#8220;Annotate Models&#8221; rails plugin written by Dave Thomas since I found it around one and half year ago. It really helps while writing fixtures. But if you use RSpec you might miss schema info at the top of your rspec fixture file as I do. So, ...</description>
		<link>http://vinsol.com/2008/04/23/rails-plugin-annotate-models-for-spec-and-spec-fixtures/</link>
			</item>
	<item>
		<title>Avoiding the Distractions</title>
		<description>I was reading something about how to avoid the distractions and the article exemplified it using a scene from the Indian mythology &#8216;Mahabharata&#8217; where the Guru Dronacharya asked all the students to aim at the bird&#8217;s eye sitting at a branch of the tree, then he asked what you can ...</description>
		<link>http://vinsol.com/2008/04/21/avoiding-the-distractions/</link>
			</item>
	<item>
		<title>Acts as solr: Logical Search</title>
		<description>There are a couple of ways described in acts_as_solr documentation for the logical search, with AND or OR operations. But I needed to dig a bit into the code as the documentation is not complete and doesn&#8217;t suggest all the possible implementations of making the complex Logic Gates for searching.
Here ...</description>
		<link>http://vinsol.com/2008/04/15/acts-as-solr-logical-search/</link>
			</item>
	<item>
		<title>Mongrel to THIN</title>
		<description>For Rails applications I am using THIN on my local machine since a couple of weeks and found it better than Mongrel. I&#8217;ve started replacing mongrel with THIN on servers as well. THIN leverages the best of the available resources&#8230; It uses mongrel&#8217;s parser along with the Eventmachine and the ...</description>
		<link>http://vinsol.com/2008/04/15/mongrel-to-thin/</link>
			</item>
	<item>
		<title>Design-o-Logics: Today’s market is the market of Design</title>
		<description>Today&#8217;s market is the market of the Design but the technology. Not only related to the web applications but in a very generic sense. The greatly designed application basecamp turned Rails into a favorite framework of numerous programmers all over the globe. But the non-tech end users who are using ...</description>
		<link>http://vinsol.com/2008/03/25/design-o-logics-today%e2%80%99s-market-is-the-market-of-design/</link>
			</item>
	<item>
		<title>Nginx: Set up error pages</title>
		<description>Setting up custom error pages are needed whenever the app goes in maintenance or when the code gets crashed  &#8230; In Nginx, its fairly simple but once when you know it.
Say your app example.com is residing in /var/www/apps/example
Nginx configurations
say your existing configuration looks like&#8230;

  server{
    ...</description>
		<link>http://vinsol.com/2008/03/23/nginx-set-up-error-pages/</link>
			</item>
</channel>
</rss>
