My Recent Pastes (51 and counting)

Pastes by hasmanyjosh (51 and counting)

Pages:

Below are the 6 most recent pasties by hasmanyjosh.

July 31, 2006
4:54PM EDT
by hasmanyjosh

        def arrange_actions_by_methods(actions)
          if actions
            actions.inject({}) { |h,(k,v)| (h[v] ||= []) << k; h }
          else
            {}

July 22, 2006
4:37PM EDT
by hasmanyjosh

## in index.rhtml

<h2>Named Routes</h2>

<table style="width:100%">

July 03, 2006
4:29PM EDT
by hasmanyjosh

Index: test/finder_test.rb
===================================================================
--- test/finder_test.rb        (revision 4530)
+++ test/finder_test.rb        (working copy)
@@ -7,7 +7,7 @@

June 28, 2006
2:57PM EDT
by hasmanyjosh

Index: lib/simply_restful/routes.rb
===================================================================
--- lib/simply_restful/routes.rb        (revision 4500)
+++ lib/simply_restful/routes.rb        (working copy)
@@ -34,15 +34,15 @@

June 28, 2006
2:55PM EDT
by hasmanyjosh

Index: test/unit/user_observer_test.rb
===================================================================
--- test/unit/user_observer_test.rb        (revision 0)
+++ test/unit/user_observer_test.rb        (revision 0)
@@ -0,0 +1,10 @@

June 16, 2006
7:42PM EDT
by hasmanyjosh

class SvnUtilities
  
  # generate random passwords for all contestants
  def generate_svn_passwords
    success = true

Previous page