Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
hobocookbook error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Orahood  
View profile  
 More options Oct 17 2008, 11:13 am
From: Andy Orahood <jorah...@indiana.edu>
Date: Fri, 17 Oct 2008 08:13:44 -0700 (PDT)
Local: Fri, Oct 17 2008 11:13 am
Subject: hobocookbook error
I grabbed the source for hobocookbook and installed it. I tried
running it, and I get this error:

No such taglib: /home/jorahood/rails/hobocookbook/app/views
{:src=>"taglibs/themes/clean/clean", :template_dir=>"app/views/
taglibs"} /home/jorahood/rails/hobocookbook/app/views/taglibs/themes/
clean/clean.dryml

Is there an extra "clean" in the :src param? I don't know where to
look to fix this.

Thanks,
Andy


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Locke  
View profile  
 More options Oct 17 2008, 11:15 am
From: Tom Locke <t...@tomlocke.com>
Date: Fri, 17 Oct 2008 16:15:54 +0100
Local: Fri, Oct 17 2008 11:15 am
Subject: Re: [Hobo Users] hobocookbook error
Did you do

git submodule init
git submodule update

?

T

On 17 Oct 2008, at 16:13, Andy Orahood wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Orahood, James A  
View profile  
 More options Oct 17 2008, 11:46 am
From: "Orahood, James A" <jorah...@indiana.edu>
Date: Fri, 17 Oct 2008 11:46:39 -0400
Local: Fri, Oct 17 2008 11:46 am
Subject: RE: [Hobo Users] Re: hobocookbook error
Great, thanks, that installed hobo as a plugin.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Orahood, James A  
View profile  
 More options Oct 17 2008, 11:50 am
From: "Orahood, James A" <jorah...@indiana.edu>
Date: Fri, 17 Oct 2008 11:50:40 -0400
Local: Fri, Oct 17 2008 11:50 am
Subject: RE: [Hobo Users] Re: hobocookbook error
Now I get:
undefined method 'preview_with_more'


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Orahood, James A  
View profile  
 More options Oct 17 2008, 1:36 pm
From: "Orahood, James A" <jorah...@indiana.edu>
Date: Fri, 17 Oct 2008 13:36:53 -0400
Local: Fri, Oct 17 2008 1:36 pm
Subject: RE: [Hobo Users] Re: hobocookbook error
oops, forgot to restart the server. NOW everything's good!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen Dall  
View profile  
 More options Oct 17 2008, 1:43 pm
From: "Owen Dall" <owen.d...@gmail.com>
Date: Fri, 17 Oct 2008 13:43:25 -0400
Local: Fri, Oct 17 2008 1:43 pm
Subject: Re: [Hobo Users] Re: hobocookbook error

Hmmm.  I got the same error, and I did the submodule stuff and "rake
db:migrate"

http://screencast.com/t/0xZ28hQL

http://screencast.com/t/gdyH8wYV

-Owen

On Fri, Oct 17, 2008 at 1:36 PM, Orahood, James A <jorah...@indiana.edu>wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen Dall  
View profile  
 More options Oct 17 2008, 1:50 pm
From: "Owen Dall" <owen.d...@gmail.com>
Date: Fri, 17 Oct 2008 13:50:37 -0400
Local: Fri, Oct 17 2008 1:50 pm
Subject: Re: [Hobo Users] Re: hobocookbook error

Video off all the steps from scratch in Windows:

http://screencast.com/t/32SaZlvCTA
And the same result:

http://screencast.com/t/7apImVUaiy


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Locke  
View profile  
 More options Oct 17 2008, 2:00 pm
From: Tom Locke <t...@tomlocke.com>
Date: Fri, 17 Oct 2008 19:00:24 +0100
Local: Fri, Oct 17 2008 2:00 pm
Subject: Re: [Hobo Users] Re: hobocookbook error
Argh!

I used symbolic links to the public assets that Hobo provides.

Windows doesn't support symbolic links. *sigh*

Running

   ruby script/generate hobo_rapid

might get things back on track

Tom

On 17 Oct 2008, at 18:43, Owen Dall wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen Dall  
View profile  
 More options Oct 17 2008, 2:10 pm
From: "Owen Dall" <owen.d...@gmail.com>
Date: Fri, 17 Oct 2008 14:10:13 -0400
Local: Fri, Oct 17 2008 2:10 pm
Subject: Re: [Hobo Users] Re: hobocookbook error

I tried that:

http://screencast.com/t/c2EmYqwWLZV

Another suggestions for us poor Windows guys.. :)


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
blizz  
View profile  
 More options Oct 17 2008, 4:34 pm
From: blizz <blizzardvi...@gmail.com>
Date: Fri, 17 Oct 2008 13:34:52 -0700 (PDT)
Local: Fri, Oct 17 2008 4:34 pm
Subject: Re: hobocookbook error
Delete the symlink first.  There will be a file there that doesn't
mean anything to windows

C:>erase \HoboApps\hobocookbook\public\hobothemes\clean
C:>mkdir \HoboApps\hobocookbook\public\hobothemes\clean

Then try the

C:>cd \HoboApps\hobocookbook
C:>ruby script/generate hobo_rapid

That will get you a little further.  After that I run into

undefined method `preview_with_more' for #<ActionView::Base:0x4357ec0>

Brett


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Locke  
View profile  
 More options Oct 17 2008, 5:39 pm
From: Tom Locke <t...@tomlocke.com>
Date: Fri, 17 Oct 2008 22:39:19 +0100
Local: Fri, Oct 17 2008 5:39 pm
Subject: Re: [Hobo Users] Re: hobocookbook error

> That will get you a little further.  After that I run into

> undefined method `preview_with_more' for #<ActionView::Base:0x4357ec0>

This is a bit of a mystery. As you can see the tag is defined here:

http://github.com/tablatom/hobo/tree/master/hobo/taglibs/rapid_plus.d...

Can you check if you see that in your copy of rapid_plus.dryml?

Obviously it's working on the live version...

Maybe you need to do another git submodule update -- changes are  
always coming.

Tom


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen  
View profile  
 More options Oct 17 2008, 5:55 pm
From: Owen <owen.d...@gmail.com>
Date: Fri, 17 Oct 2008 14:55:17 -0700 (PDT)
Local: Fri, Oct 17 2008 5:55 pm
Subject: Re: hobocookbook error
Thanks, Brett...

I found I had to delete this file as per the video:

http://screencast.com/t/FhB8JTPcdN1

Then

C:>cd \HoboApps\hobocookbook
C:>ruby script/generate hobo_rapid

Now it works!

http://screencast.com/t/haXo54HSxX

Owen

On Oct 17, 4:34 pm, blizz <blizzardvi...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen  
View profile  
 More options Oct 17 2008, 5:58 pm
From: Owen <owen.d...@gmail.com>
Date: Fri, 17 Oct 2008 14:58:26 -0700 (PDT)
Local: Fri, Oct 17 2008 5:58 pm
Subject: Re: hobocookbook error
Well, now I can't get to the signup screen...need to look more
tomorrow :)
http://screencast.com/t/ngjZxOlZ

On Oct 17, 5:55 pm, Owen <owen.d...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen  
View profile  
 More options Oct 18 2008, 8:18 am
From: Owen <owen.d...@gmail.com>
Date: Sat, 18 Oct 2008 05:18:06 -0700 (PDT)
Local: Sat, Oct 18 2008 8:18 am
Subject: Re: hobocookbook error
Just started working this morning w/o a change from yesterday.
Something weird on the PC..

http://screencast.com/t/c4Mm0VCVyF

On Oct 17, 5:58 pm, Owen <owen.d...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen  
View profile  
 More options Oct 18 2008, 9:10 am
From: Owen <owen.d...@gmail.com>
Date: Sat, 18 Oct 2008 06:10:02 -0700 (PDT)
Local: Sat, Oct 18 2008 9:10 am
Subject: Re: hobocookbook error
To recap what we found for windows users:

After these steps:

c:\hoboapps>  git clone git://github.com/tablatom/hobocookbook.git
c:\hoboapps\hobocookbook> git submodule init
c:\hoboapps\hobocookbook> git submodule update
c:\hoboapps\hobocookbook> rake db:migrate

We still get an error when you try to run the app:

http://screencast.com/t/ih80fMJU0

Because it is looking for this file:

C:/HoboApps/hobocookbook/app/views/taglibs/themes/clean/clean.dryml

For you 'nix guys, the symbolic link that is in the files:

    \hobocookbook\app\users\taglibs\themes\clean

and
    \hobocookbook\public\hobothemes\clean

work

If you look what is in the app:

http://screencast.com/t/lihqoTGZS0

   C:\HoboApps\hobocookbook\app\views\taglibs\themes\clean   (a file
containing the symbolic link)

We also see one here:

http://screencast.com/t/G5Vjnd0N3m

   C:\HoboApps\hobocookbook\public\hobothemes\clean (a file containing
the symbolic link)

So we need to erase each of these and regenerate Hobo rapid:

c:\hoboapps\hobocookbook> erase app\views\taglibs\themes\clean
c:\hoboapps\hobocookbook> erase public\hobothemes\clean
c:\hoboapps\hobocookbook> ruby script/generate hobo_rapid

Now the folders we aneed appear:
http://screencast.com/t/eBFWvqDgBzp

And the app works liked expected:

http://screencast.com/t/sHjnFUrSP

Voila!

Now for Tom to help us not to need these steps!

Owen

On Oct 17, 5:58 pm, Owen <owen.d...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google