<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Sprint</title>
	<link>http://sprint.inspiresynergy.com</link>
	<description>the Inspire Synergy 's Development Blog</description>
	<lastBuildDate>Mon, 24 Nov 2008 15:46:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Celebrate for Rails 2.2: i18n, HTTP validators, thread safety, JRuby/1.9 compatibility, docs</title>
		<description>Finally the long waiting rails 2.2 is released.

Referring to riding rails latest blog post , rails 2.2.2 released at November 21, 2008.

As we have tried the 2.2.1 version, i have solved rubygems upgrade problem. for rubygems 1.1 or 1.2 folks you may try :
$ gem install rubygems-update  (again, might ...</description>
		<link>http://sprint.inspiresynergy.com/2008/11/celebrate-for-rails-22-i18n-http-validators-thread-safety-jruby19-compatibility-docs/</link>
			</item>
	<item>
		<title>HACKs on acts_as_audited plugin</title>
		<description>Audit Trail
At many cases, we have a use case called "Please keep all changes as history, showing who had created, or updated such record and log the time s/he did that" -- This is a typical audit trail task in a very common system.

"Tommy created Products at 2008-08-20" and "Thomas ...</description>
		<link>http://sprint.inspiresynergy.com/2008/08/hacks-on-acts_as_audited-plugin/</link>
			</item>
	<item>
		<title>Migrate from Acts As Taggable On Steroids to Acts As Taggable On</title>
		<description>Acts As Taggable On Steroids is based on acts_as_taggable by DHH but includes extras such as

tests, smarter tag assignment, and tag cloud calculations.

For a number of applications, especially our Tutor Social Platform - Tutor Metro,  We’ve found a need for advanced tagging functionality not offered by the acts_as_taggable_on_steroids plugin.

for instance, ...</description>
		<link>http://sprint.inspiresynergy.com/2008/08/migrate-from-acts-as-taggable-on-steroids-to-acts-as-taggable-on/</link>
			</item>
	<item>
		<title>&#8220;Awesome&#8221; Nested Set</title>
		<description>During the development of our latest product, we have to store a set of data in a tree structure. Usually we would implement the tree in nested set, if we found that we usually fetch the tree but not update the tree. Nested Set structure would have a bigger overhead ...</description>
		<link>http://sprint.inspiresynergy.com/2008/08/awesome-nested-set/</link>
			</item>
	<item>
		<title>TutorMetro.com is on alpha</title>
		<description>After a session of development, our web site www.tutormetro.com is finally out in alpha release.

TutorMetro.com got an internal project code: pilot, which is aimed at providing a free tuition referral platform to local market.「名師」is the Chinese Name of tutormetro.com which represent the high quality of the tutors listed in the ...</description>
		<link>http://sprint.inspiresynergy.com/2008/08/tutormetrocom-is-on-alpha/</link>
			</item>
	<item>
		<title>BDD Behaviour Driven Development</title>
		<description>In Hong Kong, as a fast moving city, "urgent" is one of the most common requirement from the clients. They require the most "cost-effective" way to implement systems and with a marginal price. For these low budget (but urgent) projects, some of the local software houses would simply deliver a ...</description>
		<link>http://sprint.inspiresynergy.com/2008/07/bdd-behaviour-driven-development/</link>
			</item>
	<item>
		<title>Unpacking Apple iPhone 3G 16Gb White</title>
		<description>This is the latest Apple iPhone 3G 16Gb White color in our hands.



Fast and smooth unpacking.

All our staffs use iPhone, no matter it is 2G or 3G and iPhone really helps increasing our productivity by allowing us to work anywhere, anytime. </description>
		<link>http://sprint.inspiresynergy.com/2008/07/unpacking-apple-iphone-3g-16gb-white/</link>
			</item>
	<item>
		<title>Configuring Rails 2.1 To Use Gmail’s SMTP Server</title>
		<description>Tutormetro uses Google Apps For Your Domain, and all email flows throw Google’s servers. Unfortunately, Rails 1.2.2 or later cannot send via smtp.google.com out of the box as it use tls, which standard ruby package is not included.

There is a solution from http://railsforum.com/viewtopic.php?id=12875 .We have deployed and tested in our ...</description>
		<link>http://sprint.inspiresynergy.com/2008/06/configuring-rails-21-to-use-gmail%e2%80%99s-smtp-server/</link>
			</item>
	<item>
		<title>Multilingual Full Text Search on Ferret</title>
		<description>Ferret's analyzer perform terribly support for multilingual .
thanks for the plugin multilingual_ferret_tools 
Here is the description from it:

This plugin provides a multilingual-aware Analyzer for Ferret.  This analyzer is useful when
fields may contain characters from multiple languages.  Fields are broken into latin parts and
non-latin-parts- the latin parts are then ...</description>
		<link>http://sprint.inspiresynergy.com/2008/06/multilingual-full-text-search-on-ferret/</link>
			</item>
	<item>
		<title>gem dependencies in 2.1.0</title>
		<description>In Rails 2.1 we now have the ability to set gem dependencies.

to config, we can add config.gem in config/environment.rb

When I try to add
config.gem "RedCloth"

config.gem "mime-types"
it throw RedCloth and mime-types error .seems it cannot detect the gems library and always execute gem install .
no such file to load -- RedCloth
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in ...</description>
		<link>http://sprint.inspiresynergy.com/2008/06/gem-dependencies-in-210/</link>
			</item>
</channel>
</rss>
