9/14/2006
Moving to JessiRae.com
I have moved most of the posts from this blog to JessiRae.com.
Join me there for discussion about ruby, rails, java, web apps and other tech-related stuff.
Join me there for discussion about ruby, rails, java, web apps and other tech-related stuff.8/16/2006
And that's why we need a computer
8/03/2006
Ubuntu installed
My HP desktop was fried and so I replaced it with a linux box from walmart.com. It came with Linspire installed, but I immediately put Ubuntu on it.
My Ubuntu Newbie Links
*List of software you love on Windows/Mac that have equivalent versions in linux: here
*Ubuntu Dapper Drake wiki: here
*An Ubuntu Blog
*Install ruby: gems or non-gems
My Ubuntu Newbie Links
*List of software you love on Windows/Mac that have equivalent versions in linux: here
*Ubuntu Dapper Drake wiki: here
*An Ubuntu Blog
*Install ruby: gems or non-gems8/01/2006
Typo & Tortoise: How to install typo using Tortoise SVN
Navigate to the folder you want to copy svn project into (c:/rails/)
Right click in the folder (c:/rails/)
Select SVN checkout
Type in svn address (svn://typosphere.org/typo/trunk) and folder to unpack svn folder into (c:/rails)
Watch tortoise checkout typo…. Oooooooooh! Aaaaaaaaaaaaaah!
Get to work deving your typo blog on you local machine!
Type in svn address (svn://typosphere.org/typo/trunk) and folder to unpack svn folder into (c:/rails)
Watch tortoise checkout typo…. Oooooooooh! Aaaaaaaaaaaaaah!
Get to work deving your typo blog on you local machine!5/09/2006
Intro to Ruby in 10 days
Here's my plan for learning some basic ruby in 10 days.
- Write out study questions and answers for each day. Each day has three readings from the pragmatic programmer's guide to ruby.
- Enter questions and answers into Homeschool Curriculum (for a course on ruby -- maybe one day when I am a great ruby hacker).
- Complete one starter project from ruby garden.
4/19/2006
Instant Rails
I installed Instant Rails (http://instantrails.rubyforge.org/wiki/wiki.pl) on my laptop for dev. FYI background on instant rails is here:
Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all preconfigured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment.The thing is... other than the additional MySql install, installing rails yourself isn't any harder than instant rails. I don't know exactly what was wrong with my install of instant rails, but it seemed flakey. So, I have uninstalled instant rails and now just dev on the web-brick server; there is no need for apache or iis.
3/28/2006
Freebees
Here's a small collection of free material (free as in beer) on ruby, rails and design.
Rails freebees:
- Tagging: tag your it! From Chad Fowler's Rails Recipes.
- Drag-n-Drop: create a drag n drop sortable grocery list
- AJAX Frameworks: "Why you need a framework. Introduction to Dojo and Prototype. "
- AJAX and UI: "Standard patterns. Web forms and effects. A look at the things that you shouldn't do when deploying Ajax applications. "
- Scale Later: from 37 signals... baby steps to the launch date. Do you really need that extra functionality NOW?
- Interface Design First:
