Try watching this Railscast..  
http://railscasts.com/episodes/205-unobtrusive-javascript


I'm not sure what your entry controller is doing.  If you're trying to
add a photo wouldn't you be posting to the photos controller instead
of doing a get on the entries controller?

<%= link_to "Add Photos", photos_path, :method => :post, :remote =>
true %>

anyway..  I too many questions but that railscast is pretty useful


-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to