Yeah, it doesn't load changes to plugin files (even in dev mode).

On Jun 8, 2:43 pm, Bryan Larsen <[email protected]> wrote:
> That's very strange.   I can only think of two different things:
>
> 1) you may need to restart the hobo app -- Rails reloads changed files,
> but does not usually pick up new files.
>
> 2) there may be something elsewhere in your application.dryml or
> elsewhere that is overriding your extend tag="page".
>
> Bryan
>
> On 10-06-08 04:37 PM, storitel wrote:
>
> > sorry to be a dunce, Bryan.... but I follow along with the
> > instructions as follows
>
> > ruby script/plugin install git://github.com/bryanlarsen/hobo-jquery.git
> > rake hobo_jquery:install_jquery
> > rake hobo_jquery:update_assets
>
> > (i'm on windows)
>
> > then i add the following to my application.dryml
>
> > <include src="hobo-jquery" plugin="hobo-jquery" />
>
> > <extend tag="page">
> >    <old-page merge>
> >      <custom-scripts:>
> >        <hjq-assets/>
> >      </custom-scripts>
> >    </old-page>
> > </extend>
>
> > <def tag="input" for="Date">
> >    <hjq-datepicker dateFormat="yy-mm-dd" merge />
> > </def>
>
> > and as far as I can see that's it? but at this point my app crashes
> > with
>
> > undefined method `hjq_datepicker' for #<ActionView::Base:0x5d4dca8>
>
> > ???
>
> > thank you for your help
> > Paul
>
> > On 8 June, 20:59, Bryan Larsen<[email protected]>  wrote:
> >> There's one 
> >> here:http://cookbook.hobocentral.net/api_tag_defs/hjq-datepicker
>
> >> On Jun 8, 3:26 pm, storitel<[email protected]>  wrote:
>
> >>> hi folks
> >>> seems like an obvious thing, but i can't find a hobo example for
> >>> inputing a date via a popup calendar... has anyone got a simple recipe
> >>> for this?
>
> >>> btw - our hobo crm app went live this week, initially 10 users...it
> >>> was running fine until heroku went down today...
>
> >>> br
> >>> Paul
>
>

-- 
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