GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
cleanup helpers
automatthew (author)
Wed Jul 23 10:02:36 -0700 2008
commit  67250c9779f8e9f0c098209463907f78e1d5cfc0
tree    c3fc130a5cc8b225c6f6bb841e3cf5e58d136bf6
parent  c6d6850f355e97b96fb868929008ae2a59734556
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@ module Waves
0
     end
0
     
0
     def self.base_path
0
- Waves::Application.instance.config.session[:path]
0
+ Waves.application.config.session[:path]
0
     end
0
 
0
     # Save the session data. You shouldn't typically have to call this directly, since it
...
1
2
3
4
5
 
...
1
2
3
 
 
4
0
@@ -1,5 +1,4 @@
0
 require File.join(File.dirname(__FILE__) , "..", "helpers")
0
 
0
 module BlackBoardVerify ; include Waves::Foundations::Simple ; end
0
-# Waves << BlackBoardVerify
0
-# Waves::Console.load( :mode => :development )
0
+
...
3
4
5
6
7
8
9
...
3
4
5
 
6
7
8
0
@@ -3,7 +3,6 @@ require File.join(File.dirname(__FILE__) , "..", "helpers")
0
 module TestRequests
0
   module Configurations
0
     class Default
0
- # stub!(:session).and_return(:duration => 30.minutes, :path => '/tmp/sessions')
0
       ::BasePath = File.dirname(__FILE__) / :tmp
0
       stub!(:session).and_return(:duration => 30.minutes, :path => ::BasePath)
0
     end

Comments

    No one has commented yet.