<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.1" -->
<rss version="0.92">
<channel>
	<title>We Shoes Blogs for Web 2.0 and beyond</title>
	<link>http://blog.weshoes.com</link>
	<description>WeShoes  Blogs for Web 2.0 , 3.0 and beyond</description>
	<lastBuildDate>Mon, 20 Jul 2009 06:11:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Rails Performance Test</title>
		<description>

	Install ruby-prof gem


gem install ruby-prof

	Prepare fixtures test/fixtures/xxx for testing. Test one by one as the following:


ruby test/unit/xxx_test.rb


     Edit test/performance/browsing_test.rb

require 'test_helper'
require 'performance_test_help'

# Profiling results for each test method are written to tmp/performance.
class BrowsingTest < ActionController::PerformanceTest
  def test_homepage
    get '/'
  end
end

	Benchmarking


rake test:benchmark



Started
BrowsingTest#test_homepage (1062 ...</description>
		<link>http://blog.weshoes.com/2009/07/19/rails-performance-test/</link>
			</item>
	<item>
		<title>YoWant$ Stock Insider Reports</title>
		<description>I want to make money through insiders. 

"Insiders might sell their shares for many reasons, but they buy for only one: they think the price will rise"

- Peter Lynch

Get real-time insider trading reports and analysis
Visit YoWantS </description>
		<link>http://blog.weshoes.com/2009/07/08/yowant-stock-insider-reports/</link>
			</item>
	<item>
		<title>Sending data from rails to javascript using JSON</title>
		<description>RJS templates are a beauty, really. They allow you to run javascript code generated by rails, to be executed on the browser. Usually, this javascript code affects the DOM. But RJS, as it is often used now, is for affecting the look and behavior of a page with javascript. What ...</description>
		<link>http://blog.weshoes.com/2008/01/06/sending-data-from-rails-to-javascript-using-json/</link>
			</item>
	<item>
		<title>Retrieve data using javascript in a rails application</title>
		<description>:onchange=>remote_function(:url =>{:action => 'Yr_action'},:with => 
"'id='+this.value", :method=>:post) </description>
		<link>http://blog.weshoes.com/2008/01/06/retrieve-data-using-javascript-in-a-rails-application/</link>
			</item>
	<item>
		<title>FFTW Manual</title>
		<description>http://blog.weshoes.com/fftw-3.1.2/doc/html/index.html </description>
		<link>http://blog.weshoes.com/2007/12/30/fftw-manual/</link>
			</item>
	<item>
		<title>Add iG:Syntax Hilter buttons in quicktags</title>
		<description>Please check http://blog.weshoes.com/iG_Syntax_Hilter_MANUAL.html#quicktags </description>
		<link>http://blog.weshoes.com/2007/12/30/add-igsyntax-hilter-buttons-in-quicktags/</link>
			</item>
	<item>
		<title>textile syntax</title>
		<description>The following code is the syntax sample for textile. The output is shown after the code

[code]h2{color:green}. This is a title

h3. This is a subhead

p{color:red}. This is some text of dubious character. Isn't the use of "quotes" just lazy writing -- and theft of 'intellectual property' besides? I think the time ...</description>
		<link>http://blog.weshoes.com/2007/12/30/textile/</link>
			</item>
	<item>
		<title>tinymce and quicktags</title>
		<description>One of the very first tasks I always perform on every new WordPress installation I do is to go into my user profile and turn off the visual WYSIWYG editor(e.g. tinymce). I prefer to handle all my formatting markup myself because it gives me more control over the final product. ...</description>
		<link>http://blog.weshoes.com/2007/12/30/tinymce-and-quicktags/</link>
			</item>
	<item>
		<title>TinyMCE configuration</title>
		<description>TinyMCE's configuration is determined when the WordPress edit page is loaded and are controlled by options set in the TinyMCE initialization process. More documentation on the configuration options can be found in the TinyMCE Configuration Reference.

In the WordPress version of TinyMCE, these options are set in a file entitled tiny_mce_gzip.php, ...</description>
		<link>http://blog.weshoes.com/2007/12/30/tinymce-configuration/</link>
			</item>
	<item>
		<title>Rails and relative_url_root</title>
		<description>And add a line at the end of config/environment.rb



ActionController::AbstractRequest.relative_url_root = "/netvibez"  

 

What this does is change the Rails application to run starting with a netvibez in the first part of the URL. It is useful!!!

For example, we need this when we develop facebook application. It is the canvas_path (http://apps.facebook.com/netvibez) </description>
		<link>http://blog.weshoes.com/2007/12/30/rails-and-relative_url_root/</link>
			</item>
</channel>
</rss>

