Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to use Ajax with rails ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fahim Patel  
View profile  
 More options Oct 26 2012, 11:38 am
From: Fahim Patel <pafa...@gmail.com>
Date: Fri, 26 Oct 2012 08:38:20 -0700 (PDT)
Local: Fri, Oct 26 2012 11:38 am
Subject: How to use Ajax with rails ?

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
张成栋  
View profile  
 More options Oct 26 2012, 12:10 pm
From: 张成栋 <jambec...@gmail.com>
Date: Fri, 26 Oct 2012 09:10:50 -0700 (PDT)
Local: Fri, Oct 26 2012 12:10 pm
Subject: Re: How to use Ajax with rails ?

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 acction.

在 2012年10月26日星期五UTC+8下午11时38分20秒,Fahim Patel写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Pablo  
View profile  
 More options Oct 26 2012, 3:31 pm
From: Juan Pablo <juanpgenov...@gmail.com>
Date: Fri, 26 Oct 2012 16:31:12 -0300
Local: Fri, Oct 26 2012 3:31 pm
Subject: Re: [Rails] How to use Ajax with rails ?
Try Google. :)

https://www.google.com/search?q=ajax+with+rails&oq=ajax+with+rails&su...

On Fri 26 Oct 2012 12:38:20 PM ART, Fahim Patel wrote:

--
--
Mis mejores deseos,
Best wishes,
Meilleurs vœux,

Juan Pablo
------------------------------------------------------
http://www.jpgenovese.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jordon Bedwell  
View profile  
 More options Oct 26 2012, 5:53 pm
From: Jordon Bedwell <jor...@envygeeks.com>
Date: Fri, 26 Oct 2012 16:53:25 -0500
Local: Fri, Oct 26 2012 5:53 pm
Subject: Re: [Rails] How to use Ajax with rails ?

On Fri, Oct 26, 2012 at 10:38 AM, Fahim Patel <pafa...@gmail.com> 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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
subbarao  
View profile  
 More options Oct 29 2012, 1:06 am
From: subbarao <subbarao....@gmail.com>
Date: Mon, 29 Oct 2012 10:35:26 +0530
Local: Mon, Oct 29 2012 1:05 am
Subject: Re: [Rails] How to use Ajax with rails ?
On Friday 26 October 2012 09:08 PM, Fahim Patel wrote:

Ajax is the default functionality from rail no need of extra packages,
ensure following things you have included
1)ensure rails.js in public/javascripts files if, you are using < 3.0.
if, you are using >3.0 then auto metically it will includes in
application.js(manifest file)
2) use :remote=> true in the link_for or form tags
ex:- <%=link_to 'Remote Link', home_path,:remote=>true%>

--
-------------Regards---------------
G SubbaRao ( Ruby Developer )
E-Mail:subbarao....@gmail.com
http://railsdocuments.blogspot.com
https://twitter.com/g_subbarao


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
1334  
View profile  
 More options Oct 29 2012, 5:41 am
From: 1334 <i...@sipspp.net>
Date: Mon, 29 Oct 2012 02:41:58 -0700 (PDT)
Local: Mon, Oct 29 2012 5:41 am
Subject: Re: How to use Ajax with rails ?

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 not mistaken)
http://edgeguides.rubyonrails.org/working_with_javascript_in_rails.html

cheers


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tonypm  
View profile  
 More options Oct 30 2012, 2:35 am
From: tonypm <tonypmar...@hotmail.com>
Date: Mon, 29 Oct 2012 23:34:29 -0700 (PDT)
Local: Tues, Oct 30 2012 2:34 am
Subject: Re: How to use Ajax with rails ?
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luis Vasconcellos  
View profile  
 More options Oct 30 2012, 3:39 am
From: Luis Vasconcellos <vasconcello...@gmail.com>
Date: Tue, 30 Oct 2012 05:39:12 -0200
Local: Tues, Oct 30 2012 3:39 am
Subject: Re: [Rails] Re: How to use Ajax with rails ?

http://railscasts.com/episodes?utf8=%E2%9C%93&search=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 <http://www.twitter.com/dtmtec>

2012/10/30 tonypm <tonypmar...@hotmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »