[Rails] Re: How to use Ajax with rails ?

2012-10-30 Thread tonypm
I have just been reading this and finding it helpful background with some nice examples: http://madebydna.com/all/code/2011/12/05/ajax-in-rails-3.html On Oct 29, 10:41 am, 1334 i...@sipspp.net wrote: On Friday, October 26, 2012 5:38:20 PM UTC+2, Fahim Patel wrote: Hi all,    Can any one

Re: [Rails] Re: How to use Ajax with rails ?

2012-10-30 Thread Luis Vasconcellos
http://railscasts.com/episodes?utf8=%E2%9C%93search=ajax * Luis Va**sconcellos *|* *Web Developer at DTM wblog: luisvasconcellos.com twitter: @vasconcelloslf http://www.twitter.com/vasconcelloslf mobile: 55 21 95100576 http://dtmtec.com.br http://www.dtmtec.com.br @dtmtec

[Rails] Re: How to use Ajax with rails ?

2012-10-29 Thread 1334
On Friday, October 26, 2012 5:38:20 PM UTC+2, Fahim Patel wrote: Hi all, Can any one tell me how to use Ajax with Rails. Send me quick start up link and videos. Thanks Regards Fahim Babar PAtel it's still in edgeguides but it's a nice intro written by @steveklabnik (if i'm

[Rails] Re: How to use Ajax with rails ?

2012-10-29 Thread 张成栋
when you use link_to or button_to tag, be sure the trigger remote setted to true, like %=linke_to Button, contrl_path, remote: true%. then you should write a template contrl_action.js.erb in that view folder and name same as the action, that will be your ajax scriptting template for that very