dpetersen

Don Petersen
Appleton, WI, USA
0
4
My configuration files, along with Rake tasks to diff, archive, and deploy them.
Created Sun May 11 15:01:49 -0700 2008
legend
A utility to supplement GNU Screen, easing use of custom configurations, packaged as a RubyGem.
Created Tue Feb 26 13:37:52 -0800 2008
legend
My personal Sake tasks, not all that exciting.
Forked from defunkt/sake-tasks Wed Apr 23 22:11:13 -0700 2008
legend
Skinny Spec is a collection of spec helper methods designed to help trim the fat and DRY up some ...
Forked from rsl/skinny_spec Sat Jun 21 19:03:11 -0700 2008
legend

Public Activity  feed

dpetersen committed to skinny_spec 27 days ago

366a252f875959cd87ff772935ea0396c0b03663

Updated the view helper that looks for a delete button to also work with Rails' default javascript Delete link.

dpetersen committed to dotfiles 28 days ago

bc34deeb5110252b4688f3439b7ba4ed68a11c0b

Added vimperatorrc syntax highlighter.

dpetersen committed to dotfiles 28 days ago

2de9883b4244d2abc093382eba35f1bcdda8aa85

New version of autotest_notification gem has new constants.

dpetersen committed to dotfiles 28 days ago

7ca67f829a3dcd001665ead9da6b2a9a2ed155c9

Changed default editor to Vim, now that git's interactive rebase seems to be OK with it.

dpetersen committed to dotfiles 28 days ago

b64fe547d536084ae66bd8c709fc91458830811b

Pointless refactoring...

dpetersen commented on rsl/skinny_spec 28 days ago
Comment on lib/lucky_sneaks/controller_stub_helpers.rb L145 in d1982be:

I think ‘document.membershi…

dpetersen committed to skinny_spec about 1 month ago

4a376bcac67ac12ac6d4ae7444312ca7c11d6973

The generated make_resourceful controller won't pass specs unless failed create/update puts an error message in the flash.

dpetersen committed to skinny_spec about 1 month ago

4d4b82f62e998d8e3b339276ac1a90b5a918eaba

The generated make_resource controller won't pass specs unless failed create/update puts an error message in the flash.

dpetersen committed to skinny_spec about 1 month ago

c1f73b37b1cd83975d645a9af6ce9d082cc02374

The valid_attributes hash keys should be strings, not symbols.

dpetersen committed to skinny_spec about 1 month ago

8f7a459367edb023df85aa632b6fce99748d8406

Fixed bug where request params were not being properly named for two-word models, e.g. LineItem became ":lineitem" instead of ":line_item".