On 19 April 2013 09:43, karan verma <karan....@gmail.com <javascript:>> 
> wrote: 
>
> Please don't top post it makes it difficult to follow the thread. 
> Insert your reply at appropriate points in the previous message. 
> Thanks 
>
 
 Sure will keep that in mind. 
 

>
> Do you need the redirect to happen immediately the admin decides that 
> it should happen?  My solution (with a before_filter) will only 
> redirect the next time the user requests a page.  If you want it to 
> happen immediately then yes, you will need to poll the server from the 
> current page in the browser, using javascript. 
>
>   Yes I need it to happen immediately the admin decides that it should 
happen. To implement the polling mechanism how can I enable the javascript 
to talk to the rails server? 

 

>
> > 
> > On Friday, 19 April 2013 00:45:18 UTC-7, Colin Law wrote: 
> >> 
> >> On 19 April 2013 07:00, karan verma <karan....@gmail.com> wrote: 
> >> > Hi 
> >> > 
> >> > I am building a Rails application which aims at facilitating two 
> users 
> >> > to 
> >> > collaborate on a web page based on their user id. The user matching 
> >> > process 
> >> > is a controlled one since the app is for research purposes. To 
> support 
> >> > the 
> >> > same I am also building an admin interface which will allow the admin 
> to 
> >> > match two users so that both of them are redirected to a certain 
> >> > webpage. 
> >> > 
> >> > How can I force the user browsers to redirect to a common page, that 
> I 
> >> > selected? 
> >> 
> >> You could save the redirect requirement in a table in the database, 
> >> with an appropriate relationship with the user, then use a before 
> >> filter in the controller to check whether a redirect is required and 
> >> do it. 
> >> 
> >> Colin 
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/zeK16vChEXQJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to