stephenchu.com
STEPHEN CHU . com: Go to Ruby ! and ? method definition with TextMate CTags
http://www.stephenchu.com/2008/09/go-to-ruby-and-method-definition-with.html
STEPHEN CHU . com. My thoughts on software development, open source, agile methodology, technology, and stuff that matters. Friday, September 26, 2008. Method definition with TextMate CTags. If you are not yet using the TextMate CTags bundle. In your Ruby/Rails development, you are missing out big time. This bundle allows you to go to a method definition as easy as pointing your cursor at the method and hit a keyboard shortcut. It has served me well and I highly recommend it. And change Word Characters.
agileiscool.blogspot.com
A box of chocolates: May 2010
http://agileiscool.blogspot.com/2010_05_01_archive.html
A box of chocolates. Install ack on mac osx. Wget http:/ search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-1.86.tar.gz. Tar xzvf ack-1.86.tar.gz. Wget http:/ search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.02.tar.gz. Tar zxvf File-Next-1.02.tar.gz. At 5/17/2010 07:20:00 PM. Subscribe to: Posts (Atom). Agile code monkey, business traveler. View my complete profile. Install ack on mac osx.
agileiscool.blogspot.com
A box of chocolates: Intellij Ruby Plugin Setup
http://agileiscool.blogspot.com/2008/03/intellij-ruby-plugin-setup.html
A box of chocolates. Intellij Ruby Plugin Setup. I tried to install Intellij Ruby Plugin on Mac OS X Leopard. Following the instruction, the installation was fairly straight forward. Then I tried to add Ruby SDK into the plugin. I started with /usr/lib/ruby, /usr/bin/ruby, /usr/bin as home directory, and got "The directory selected is not a valid home for Ruby SDK". What? My ruby installation does exist in this directory. Actually, Ruby SDK home path has to be /usr. Hope this will save you some time.
agileiscool.blogspot.com
A box of chocolates: August 2007
http://agileiscool.blogspot.com/2007_08_01_archive.html
A box of chocolates. Perforce is a pessimistic locking version control system(all checked-in files are read only). FitNesse requires the files are open for edit while you make changes. It's a pain when you see "no permission" error until you save you changes, especially for QA folks who just transferred from manual testing to automated testing. To solve this issue, we added a link in the FitNesse website, which allows them to make all the FitNesse "open for edit":. It's simple like that. Agile code monke...
agileiscool.blogspot.com
A box of chocolates: SVNLabelIncrementer in CruiseControl
http://agileiscool.blogspot.com/2008/02/svnlabelincrementer-in-cruisecontrol.html
A box of chocolates. SVNLabelIncrementer in CruiseControl is supposed to get the latest revision number for the project, and use this revision number as part of the cruisecontrol build number. After some investigation, we found that the SVNLabelIncrementer class was using "svnversion" command to get the revision number. Let's look at the definition of "svnversion":. Svnversion — Summarize the local revision(s) of a working copy. Package net.sourceforge.cruisecontrol.labelincrementers;. String SVNRev = " ;.
agileiscool.blogspot.com
A box of chocolates: September 2009
http://agileiscool.blogspot.com/2009_09_01_archive.html
A box of chocolates. No blog for a long time.I will be back. At 9/22/2009 09:36:00 PM. Subscribe to: Posts (Atom). Agile code monkey, business traveler. View my complete profile.
stephenchu.com
STEPHEN CHU . com: December 2008
http://www.stephenchu.com/2008_12_01_archive.html
STEPHEN CHU . com. My thoughts on software development, open source, agile methodology, technology, and stuff that matters. Monday, December 01, 2008. Speed up your MySQL data load. Perhaps you have some large datasets you would like to load into MySQL, such as a big text file generated from. That contains many sql INSERT statements. You can obviously populate your empty database by redirecting the content of this file into the. Command line like such:. Mysql -u root -p your database. Bulk insert buffer ...
stephenchu.com
STEPHEN CHU . com: params[:fu] #5 ) Update multiple models in update action atomically.
http://www.stephenchu.com/2008/03/paramsfu-5-update-multiple-models-in.html
STEPHEN CHU . com. My thoughts on software development, open source, agile methodology, technology, and stuff that matters. Thursday, March 27, 2008. Params[:fu] #5 ) Update multiple models in. Updating multiple models is hard? It sounds complicated, but with Rails it actually isn't, if you know how to take advantage of it. Knowing what you know about Rails params, let's take a look at today's topic: the. Ftext field :name %. Subscription 4 magazine id. Option value=102 IT Pro. Action" = "create",. Metho...
grahamnash.blogspot.com
Standing on the Shoulders of Giants: June 2009
http://grahamnash.blogspot.com/2009_06_01_archive.html
Standing on the Shoulders of Giants. Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away - Antoine de Saint-Exupéry. Thursday, June 4, 2009. To be able to add more features with the same elegance. I recently got an email from the developers at NCover. Given how well ReSharper has done with IDE integration (including unit testing) it would be nice if they would include integrated coverage in the next version as well. Links to this post.