Domizio changed that to Hobo::Rapid::Helper in 1.3

Bryan

On 11-04-13 10:46 PM, Matt Frost wrote:
Making progress.  Now I get

uninitialized constant Hobo::RapidHelper

which would be the next line in the hobo-jquery.dryml



On Wed, Apr 13, 2011 at 8:45 PM, Bryan Larsen <[email protected]
<mailto:[email protected]>> wrote:

    I guess nobody's tried formlet with Hobo 1.3 yet.

    try replacing this:

      # be compatible with both Hobo 1.0 and 1.1
      dryml = Hobo.const_defined?(:Dryml) ? Hobo::Dryml : Dryml

    with

      # be compatible with both Hobo 1.0 and 1.1 and 1.3
      dryml = defined?(Hobo::Dryml) ? Hobo::Dryml : Dryml

    Bryan


    On 11-04-13 09:03 PM, Matt Frost wrote:

        Here is the full trace:

        vendor/plugins/hobo-jquery/taglibs/hobo-jquery.dryml:286:in
        `block in
        formlet__base'


    --
    You received this message because you are subscribed to the Google
    Groups "Hobo Users" group.
    To post to this group, send email to [email protected]
    <mailto:[email protected]>.
    To unsubscribe from this group, send email to
    [email protected]
    <mailto:hobousers%[email protected]>.
    For more options, visit this group at
    http://groups.google.com/group/hobousers?hl=en.


--
You received this message because you are subscribed to the Google
Groups "Hobo Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.

--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to