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

2012-10-28 Thread subbarao
On Friday 26 October 2012 09:08 PM, 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

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

2012-10-26 Thread Jordon Bedwell
On Fri, Oct 26, 2012 at 10:38 AM, Fahim Patel wrote: > Hi all, > >Can any one tell me how to use Ajax with Rails. > Send me quick start up link and videos. Include jquery-rails and do it like you normally would. -- You received this message because you are subscribed to the Google Group

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

2012-10-26 Thread Juan Pablo
Try Google. :) https://www.google.com/search?q=ajax+with+rails&oq=ajax+with+rails&sugexp=chrome,mod=0&sourceid=chrome&ie=UTF-8 On Fri 26 Oct 2012 12:38:20 PM ART, 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

[Rails] How to use Ajax with rails ?

2012-10-26 Thread Fahim Patel
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 -- 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 rubyo

[Rails] how to use Ajax

2012-09-25 Thread Fahim Patel
code : Area <%= f.select :area_id, Area.all.collect {|p| [ p.name, p.id ] }, :class=>"small" %> Milk Mans <%= f.select :milkman_id, Milkman.all.collect {|p| [ p.name, p.id ] }, :class=>"small" %> When i select any area then i should see only those milkmans of that area. Till now i getting all