How did I overcome TDD fear
Posted on October 31, 2008 - Filed Under RubyOnRails, howto | 4 Comments
I was using Rails for over two years, but I still was not truly converted to TDD. There was no special reason for it, I have tried few times with my own projects to take TDD approach. And I was quickly returning to plain, old code crunching.
Why? Maybe I haven’t approached TDD with enough [...]
Popularity: 13% [?]
Read More..>>Simple search in Rails applications
Posted on October 16, 2008 - Filed Under RubyOnRails, howto | 10 Comments
Almost every application does need search feature. Even if not direct feature You need some efficient way to narrow data selection. And I do like to have clean and compact code :) so I have spent some time to create my own search schema which I’d like to share with You.
First - what I’m talking [...]
Popularity: 15% [?]
Read More..>>Rake and arguments for tasks
Posted on October 11, 2008 - Filed Under Ruby, RubyOnRails, tips | 9 Comments
Rake is beautiful tool, helping automate many tasks using Ruby. When You want to pass some arguments You can add VAR=value on command line and then in task use ENV['VAR'] to access passed value. But it is not what You alway want. Sometimes You want more compact and clean way to pass arguments.
Starting with Rake [...]
Popularity: 35% [?]
Read More..>>NetBeans, Subversion, SSH and Windows
Posted on October 10, 2008 - Filed Under tips | 1 Comment
I have wasted a lot time to fight simple issue. I need to use Subversion on svn+ssh protocol with NetBeans. I was using NB Subversion FAQ, and could not get it up and running.
On Windows there is de facato standard of SSH client - it is PuTTY. I was using plink to provide access to [...]
Popularity: 8% [?]
Read More..>>Django, anyone?
Posted on October 3, 2008 - Filed Under Other | Leave a Comment
I do write this blog in English (duh, at least I try :) ) but according to Google Analytics readers from Poland are quite numerous so…
Friend of mine (Marcin Kaszyński) in October will run workshops “Creating applications with Django“. If You want to learn about Django framework You have good opportunity to gain some knowledge [...]
Popularity: 5% [?]
Read More..>>


