Ok so I have two problems with activescaffold and searching. The first
is an error I get when trying to search with the advance active scaffold
search plugin. nothing happens and I get this error on the page:

ActionController::UnknownAction (No action responded to update_table.
Actions: attributes_hash_is_empty?, column_value_from_param_value,
create, delete, destroy, edit, edit_associated,
find_or_create_for_params, index, list,
manage_nested_record_from_params, nested, new, render_field, row, show,
show_advanced_search, show_search, table, update, update_column, and
update_record_from_params):


My other issue is that i have a field in one of my models which is
called user_id, it is an id of a user, hence the name. Now when that
appears in the table generated by active scaffold its an integer, so I
overrode that to show the name of that user. however when I use the
standard search provided by active scaffold it still thinks its an
integer and so I would like to know how i can make it search for the
name.

Thanks!
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to