Hi All!

I am playing with a new website that is really simple (for now), but am having a strange problem. The signup page has an un-labled text box which invokes a search function when 3 or more characters are entered and <enter> is pressed.

The setup criteria I used were:

 Test Framework
Do you want to customize the test_framework? [y|n] *n*
User Resource
Choose a name for the user resource: [<enter>=user|<custom_name>]
Do you want to send an activation email to activate the user? [y|n] *n *
 Invite Only Option
Do you want to add the features for an invite only website? [y|n] *n*
 Templates Option
Will your application use only hobo/dryml web page templates?
(Choose 'n' only if you also plan to use plain rails/erb web page templates) [y|n] *n *<< May want some rails pages
 Front Controller
Choose a name for the front controller: [<enter>=front|<custom_name>]
 Admin Subsite
Do you want an admin subsite? [y|n] *y*
Choose a name for the admin subsite: [<enter>=admin|<custom_name>]

Do you want to use a separate front_site.dryml? [y|n] *y*

Initial Migration: [s]kip, [g]enerate migration file only, generate and [m]igrate: [s|g|m] *m*

 I18n
The Hobo supported locales are en it de es nb fr pt-PT ru (please, contribute to more translations) Type the locales (space separated) you want to add to your application or <enter> for 'en': *en es*

Do you want to set a default locale? Type the locale or <enter> to skip:*en*

 Git Repository
Do you want to initialize a git repository now? [y|n] *y*

Do you want git to ignore the auto-generated files?
(Choose 'n' only if you are planning to deploy on a read-only File System like Heroku) [y|n] *n*

I would really like to get rid of this "feature", but I can't seem to find an appropriate location to override app/views/taglibs/auto/admin/rapid/pages.dryml:

/<def tag="signup-page" polymorphic/>
<def tag="signup-page" for="User">/
  ***

Actually, the search box is being generated inappropriately so this may be a bug.

rvm ruby 1.9.2, rails 3.0.10, hobo 1.3.0.RC3

Ideas anyone?

Thanks,

Don Z.


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