Code Highlighting Test
@regions = Region.find(:all, :conditions => {:country_id => @address.country_id}, :order => :name)
Filed under Web Development, Computing, Uncategorized | Comment (0)
Update and Synchronise in Radrails
For some reason update and synchronise for SVN don’t work in the ‘Ruby Explorer’ view. You need to use the ‘Project explorer’ view for these actions and everything will work as expected
Filed under Web Development, Computing | Comment (0)Kill Rails Process
Just to remind me.pkill -9 -u `whoami` -f dispatch.fcgiwill kill my rails app on hostmonster
Filed under Web Development, Computing | Comment (0)webistrano woes :(
cvs -d /Users/username/mycvs/ checkout modulename this is the line I need to checkout something from cvs. i’ve been trying to figure out why Capistrano/Webistrano won’t read from my repository but something is going wrong.
Filed under Web Development, Computing | Comment (1)BUY MY STUFF!!!!
You can buy my geek gear at http://www.cafepress.com/alishus.Check it out!!!
Filed under Uncategorized | Comment (0)Files for Lee
Hey there babe. Here are your files.Just right click and save.Luv ya :)
http://raavin.com/40pink.pdf
http://raavin.com/40pink2.pdf
http://raavin.com/40pink3.pdf
Links to My Coldfusion Tests
I’ve recently set up a small ColdFusion server on Bluedragon 7.
You can get to the test page here http://raavin.blogsite.org/machblog
Filed under Web Development | Comment (0)My Development Setup
This is incomplete but this is pretty much my setup
Machine
——-
24″ iMac 2.16 Intel core duo, 2Gig ram
OS
—
OSX + Parallels with Windows XP Pro
Editors
——-
Eclipse 3.2
CFeclipse Plugin
Aptana
Radrails
Textmate
TextWrangler
Version Control
—————
CVS & Subversion
Testing
——-
Selenium
Application Servers
——————-
Coldfusion 8
Bluedragon 7
Ruby on Rails
SVN on OSX Finally
It took a while but finally I got it figured out. After the initial install (which you can do your own search for) I had to do a few more things in the terminal.
While in the home directory…
$svnadmin create svnrepo
Edit the created ~/svnrepo/conf/passwd file with your chosen username and password
Uncomment the following lines in svnserve.conf
auth-access = write
password-db = passwd
$svnserve -d -r ~/svnrepo
That’s it. You now have a working svn repository at svn://localhost
Filed under Web Development | Comment (0)Calculating Distance Using Only Velocity
Question:
Is it possible to calculate the position of an object relative to two or three other objects, using only the velocity of the object relative to the other two or three?
One of the problems when looking at the velocity of an object in relation to another object is that we come at it from a ‘MiddleWorld‘ point of view. To us, velocity is the result of how far an object travels from or to another object multiplied by the time it takes. We think of the velocity of light like this too. We can see light travel from one MiddleWorld object to another so we think of the ‘velocity’ as being only an indicator which gives us information about the relationship between the objects. But what if we take another perspective. What if we lived in a universe where we thought of velocity as the ‘object’ and thought of ‘MiddleWorld objects’ as things you calculated?
Filed under Uncategorized | Comment (0)