Did you restart your application?  The autoloader can detect changes
to files under certain circumstances, but it does not detect new
files.

Bryan


On Fri, Mar 29, 2013 at 1:37 AM, Brandon Istenes <[email protected]> wrote:
> Hi all! Just getting started with Hobo. Been working through the tutorials
> in Rapid Rails 3 with Hobo 1.3, which has been mostly successful. The early
> tutorials required only minor modification to produce the expected results
> in Hobo 2.0, which I'm using. However, come Tutorial 12, things diverge in a
> way I don't at all understand and isn't indicated by the Hobo 2.0 Changes
> page.
>
> I do
>
> hobo new Foo
> hobo g resource recipe body:string
> hobo g migration
>
> the guide indicates that this should have created the directory
> app/views/recipes/
> which is not the case in Hobo 2.0. So I mkdir it, and attempt to follow the
> tutorial, creating a page
> app/views/recipes/index.dryml
> containing things like:
>
>
>> <index-page/>
>
>
>
> or
>
>
>>     <index-page></index-page>
>
>
>
> or
>
>> <index-page>
>>    <collection:>Hello!</collection:>
>> </index-page>
>>
>
> none other than the first of which yield the expected results, the first
> being a no-op.
>
> Anyone know why this isn't working?
>
> Thanks,
>
> Brandon
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/hobousers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

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


Reply via email to