SpudNerd
unread,Nov 8, 2008, 2:18:52 PM11/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hi:
i've tried this on three macs (tiger, panther, etc).. and my ROR is up
to date on each.
My models and controllers aren't displaying all my mysql db fields.
When I run script/generate scaffold Planner ... it builds the
controller, model, and all the rest.
When I go to test the app and new controller, now called planners no
content is listed... and all I ever get is the submit button, and
'SHOW', 'EDIT' links. I get none of the form to work with, just the
form button.
I noticed that the Views for the controller planners has all
*.html.erb extensions.... .i changed them to .rhtml extensions, but
nothing changes.
Nothing is visible.... tested in FF, safari....
Any suggestions?
Spud