public
Description: probably a waste of time
Clone URL: git://github.com/claude/git_local.git
Somehow broke the route to the trees
claude (author)
Sat Apr 19 18:09:50 -0700 2008
commit  51c767468ed5b11bc51fc959ba10f725dc029472
tree    cad73f98dd00adeba333494c1a39e96486e96b56
parent  e6e46f570d6e423eca21cd3764ac0ed52e322ce7
...
120
121
122
123
124
125
126
127
...
120
121
122
 
 
123
124
125
0
@@ -120,8 +120,6 @@ def get_repo(name)
0
   @all_repos.each do |key,value|
0
     if name == value['formatted_name']
0
       @path = value['path']
0
- else
0
- raise "Path Does Not Exist #{@repo.inspect}"
0
     end
0
   end
0
   Grit::Repo.new(@path)

Comments

  • Claude,

    Try using:

    helpers do
    ... you’re helper methods here …
    end

    on those bottom helper methods. This prevents conflitcts in namespaces and allowes those methods to have access to params, request, response, instance_variables, etc… on the current EventContext.

    Looking great man. See ya soon