What is the status of the link_to_function
Javascript helper in Rails? I read, including in this stackoverflow question, that it was deprecated in Rails 3.0, then undeprecated, then deprecated again in 3.2.4. Is it something I can depend on and teach students? I just read the release notes (from a search) for Rails 3.2.8:
Reverted the deprecation of button_to_function and link_to_function helpers. Rafael Mendonça França
Where does this stand now?
remote: true
stops the client refreshing but it still sends a request to the server.. Is there anyway of stoping the request all together? – Hovo Nov 21 '14 at 02:06