[Facebooker-talk] convert_options_to_javascript_without_facebooker breaking link_to?

Richard Jordan jordanr at cs.washington.edu
Thu Jan 22 14:48:13 EST 2009


Dear Adeel,

For one thing, you have a syntax error.  Remove the last paren after 
"float:right;" on your first link_to.

Change,
<%= link_to "(view all)", {:controller => "products", :action => "index"}, 
:style => "float: right;") %>

To,
<%= link_to "(view all)", {:controller => "products", :action => "index"}, 
:style => "float: right;" %>

I think you'll still have an error.  What's the error type? (ex. 
ActionController::RoutingError, MethodError, etc.).  You see it right 
above the trace.

Sincerely,
Richard


More information about the Facebooker-talk mailing list