Archive for the ‘Ruby On Rails’ Category
Thursday, May 22nd, 2008
Date : Thursday, 29 May 2008
Time : 8.00pm - onwards
Location : Most probably Starbucks KL Sentral
Event :
This still under planning stage :)
Posted in Ruby On Rails | No Comments »
Friday, May 16th, 2008
Check out here : http://mad.ly/2008/04/09/rails-21-time-zone-support-an-overview/
Credit to Geoff Buesing
Awesome...New feature in Rails 2.1. Now version Rails 2.1 RC1
Posted in Ruby On Rails | No Comments »
Sunday, May 4th, 2008
This is i found out how to connect ruby to oracle database
1.Download “Instant Client Package - Basic”
2.Download “Instant Client Package - SDK”
3.Unzip all instant client to '/usr/local/oracle/instantclient_10_2' using sudo function
sudo unzip instantclient-basic-macosx-10.2.0.4.0.zip /usr/local/oracle
sudo unzip instantclient-sdk-macosx-10.2.0.4.0.zip /usr/local/oracle
4.Go to '/usr/local/oracle/instantclient_10_2'
5.Make symbolic links for dynamic libraries.
sudo ln -s libclntsh.dylib.10.1 libclntsh.dylib
sudo ln -s libocci.dylib.10.1 ...
Posted in Mac, Ruby On Rails | No Comments »
Saturday, April 19th, 2008
You want to make a copy of an existing object: a new object that can be modified separately from the original, Use Object#clone - makes a copy of the metaclass and instantiates the copy, instead of instantiating the object's original class
example how to use clone :
s1 = 'foo' ...
Posted in Ruby On Rails | No Comments »
Thursday, April 17th, 2008
http://railsapplication.com/
http://wiki.rubyonrails.org/rails
http://en.wikibooks.org/wiki/Ruby_on_Rails
http://wiki.netbeans.org/Ruby
http://wiki.oracle.com/page/Ruby+on+Rails?t=anon
Posted in Ruby On Rails | No Comments »
Thursday, April 17th, 2008
My friend ask me what is EdgeRails..this is what i found out :
'EdgeRails' is a term which means you are running a local copy of a developmental version of Rails(bleeding edge). It is an alternative to the more standard GemRails, which means you are running one of the stable releases.
'Bleeding ...
Posted in Ruby On Rails | 1 Comment »
Wednesday, April 16th, 2008
Who and what Ruby On Rails Sdn Bhd :
A self-funded startup focusing on Web 2.0 and Where 2.0 type of applications. This means we are new and looking for bright, talented and passionate people with self-driven work ethics to come help us revolutionize the Internet!
Company Name : Ruby On Rails ...
Posted in Jobs, Ruby On Rails | No Comments »