public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://fleximage.rubyforge.org
Clone URL: git://github.com/Squeegy/fleximage.git
Integrated DSL accessor
Squeegy (author)
Fri May 23 16:22:17 -0700 2008
commit  c9d09607ff0d64f79b120a84183d9af72de6dc38
tree    6a81851ef36c0669398c4237e8e9cbc85c27dcea
parent  7ba4121ff25dea3c84b840f8c4bad09b292e32e5
...
9
10
11
12
13
14
15
16
17
18
 
 
19
20
21
...
9
10
11
 
 
 
 
 
 
 
12
13
14
15
16
0
@@ -9,13 +9,8 @@ rescue MissingSourceFile => e
0
   raise e
0
 end
0
 
0
-# Load dsl_accessor
0
-begin
0
- require 'dsl_accessor'
0
-rescue MissingSourceFile => e
0
- puts %{ERROR :: FlexImage requires the dsl_accessor gem. "gem install dsl_accessor"}
0
- raise e
0
-end
0
+# Load dsl_accessor from lib
0
+require 'dsl_accessor'
0
 
0
 # Load Operators
0
 require 'fleximage/operator/base'

Comments

    No one has commented yet.