search for: help_topic

Displaying 2 results from an estimated 2 matches for "help_topic".

2006 Dec 05
1
Using render inside a FormBuilder (EdgeRails)
...;m focusing on the help_icon(object_name) method shown above. This is attached to a help table, which looks up topics based on the string passed in. This works fine. The help_icon method in TableFormBuilder is this: # This creates a link of system help exists, otherwise bypasses def help_icon(help_topic) help = SystemHelp.find_by_help_topic(help_topic.to_s.gsub(/_id$/,'''')) if help render :layout => false, :partial => true else return '''' end end That doesn''t work. The error is: undefined method `render'' f...
2007 Mar 21
3
Install and Run mysql 4.x
...ntOS way, and I am amazed how hard it is to get this thing working. I admit to not having become all that familiar with mysql. Anyway, when I run # mysql_install_db --user=mysql I get a bunch of errors: 070321 11:50:43 [ERROR] /usr/libexec/mysqld: Can't find file: './mysql/help_topic.frm' (errno: 13) So I find out where the file is, and cd /var/lib/mysql and to confirm I do a ls ./mysql/help_relation.frm I run # mysql_install_db --user=mysql Same error. I'll be glad for some help, but a secondary point I'd like to make is, what's the point in havi...