Thursday, June 25th, 2009
Finest collection of over 300 resources for Ruby on Rails developers - By
Labuschin Webdesign
Posted in Ruby On Rails | 2 Comments »
Wednesday, September 17th, 2008
Thanks to twitter because of the update. I just follow rails group in twitter, they update the news and my TwitterFox alert me the news. Here 2 manual they just created. Check out link below to read the manual.
1. Rails Routing from the Outside In - updated September 13, 2008 ...
Posted in Ruby On Rails | No Comments »
Wednesday, May 28th, 2008
Some new migration feature in rails 2.1,
Migration version number was keep trak in database, that means new rails was replace 'shema_info' with a new table called 'schema migrations'.The old 'schema_info' in Rails 2.0 just save the number of latest migration that has been execute but 'schema migrations' table was created ...
Posted in Ruby On Rails | 2 Comments »
Saturday, May 24th, 2008
1. Install Xcode 3.0 or newer
2. Make the following entries exist in /etc/profile
export RC_ARCHS=i386
export DYLD_LIBRARY_PATH=”/usr/local/oracle/instantclient”
export SQLPATH=”/usr/local/oracle/instantclient”
export PATH=”/usr/local/oracle/instantclient:$PATH”
3. Create folders
sudo mkdir -p /usr/local/src
sudo chgrp admin /usr/local/src
sudo chmod -R 775 /usr/local/src
cd /usr/local/src
4. Get Ruby (note: check what the current stable version is)
curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p111.tar.gz
tar xzvf ruby-1.8.6-p111.tar.gz
cd ruby-1.8.6-p111
./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1
make
sudo make install
cd ...
Posted in Ruby On Rails | No Comments »
Tuesday, May 6th, 2008
Copy from my email. This job was advertise in malaysia.rb google group.
ZoeCity Malaysia, incorporated in March'08, is a wholly owned subsidiary of ZoeCity Software Company in Seattle.
We have an open position for exceptionally strong software engineer that is grounded with good fundamentals of software engineering plus the ability to pick ...
Posted in Jobs | 1 Comment »