Thanks for the new tips Kevin. I'll have to try them later. Right now
I'm wrestling with why my projects won't run in Heroku. Very
frustrating. They run fine in localhost, and the tutorial apps ran
fine in Heroku, but now I just keep getting that standard Heroku
"something's wrong" error. I know I'm doing something stupid.

But it's getting the push fine and the heroku rake db:migrate runs
without error, but the project won't play when I try to open it.
Sheesh.

Charlie

On Oct 4, 3:53 pm, kevinpfromnm <[email protected]> wrote:
> The input-many should replace the field in the field-list
>
> <field-list ...>
>   <nfl-teams-view:><input-many minimum... /></nfl-teams-view:>
> </field-list>
>
> Though, considering that you're basically using the default form you could
> switch to just extending the form to make your changes (I post this mostly
> to show how to make for dry use of existing forms/cards/etc)
>
> <extend tag="form" for="NflGame">
>   <old-form merge>
>     <field-list:>
>       ... above customization of field list
>     </field-list:>
>   </old-form>
> </extend>
>
> Given how little code was in yours, not a huge deal to redo it, but for
> other tags it can be a huge savings.  Also, nice thing with this flow is it
> should respond automatically to changes to the model other than the one
> piece of custom code.

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