similar to: loganathan sellappa wants to chat

Displaying 20 results from an estimated 1300 matches similar to: "loganathan sellappa wants to chat"

2007 Apr 17
0
Kai Yang Tay wants to chat
----------------------------------------------------------------------- Kai Yang Tay wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-cfcdc6af1f-341af7b3a6-8cd9e6dd975cc617 You'll need to click this link to be able to chat with Kai Yang Tay. To get Gmail - a free email account from
2010 Nov 15
0
Anil Wakhare wants to chat
----------------------------------------------------------------------- Anil Wakhare wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-c7b307dd78-149ace74d1-8_P8n8ofhRXPPRatnl-czFXMq8Q You'll need to click this link to be able to chat with Anil Wakhare. To get Gmail - a free email
2010 Feb 08
0
Akshay Nawale wants to chat
----------------------------------------------------------------------- Akshay Nawale wants to stay in better touch using some of Google''s coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-63ba558873-726d82338f-2bba3f259d787d35 You''ll need to click this link to be able to chat with Akshay Nawale. To get Gmail - a free email
2009 Jun 09
0
Kalil de A. Carvalho wants to chat
----------------------------------------------------------------------- Kalil de A. Carvalho wants to stay in better touch using some of Google''s coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-6967a2692e-7a43c6c0ce-dbe9be0ee32bed72 You''ll need to click this link to be able to chat with Kalil de A. Carvalho. To get Gmail - a
2009 Jul 16
0
Viktor Lazarev wants to chat
----------------------------------------------------------------------- Viktor Lazarev wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-4b60aadc33-20127ba473-ebb464e1fb18491f You'll need to click this link to be able to chat with Viktor Lazarev. To get Gmail - a free email account
2009 Aug 23
0
Viktor Lazarev wants to chat
----------------------------------------------------------------------- Viktor Lazarev wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-4b60aadc33-6ac94c171f-943a6af2d7fcf98e You'll need to click this link to be able to chat with Viktor Lazarev. To get Gmail - a free email account
2007 Oct 31
0
Jamshed Zaidi wants to chat
----------------------------------------------------------------------- Jamshed Zaidi wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-41f7263365-9f176e071a-d710297ddb46eb39 You'll need to click this link to be able to chat with Jamshed Zaidi. To get Gmail - a free email account from
2009 Sep 02
0
Neeraj Suriyal wants to chat
----------------------------------------------------------------------- Neeraj Suriyal wants to stay in better touch using some of Google's coolest new products. If you already have Google Mail or Google Talk, visit: http://mail.google.com/mail/b-72b782c443-2e389f7b3a-1e88ecb5ab061d72 You'll need to click this link to be able to chat with Neeraj Suriyal. To get Google Mail - a free email
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All, I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing the below error while trying to access the soap services. client = Savon.client(wsdl: "https://xxx?WSDL") client.operations HTTPI GET request to xxxxx (curb) HTTPI::SSLError: Curl::Err::SSLPeerCertificateError In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found that options
2012 Dec 06
6
How to allow the user to user their own domain name
HI All, I am currently having feature where my users to have a subdomain for their account like xxx.myaddress.com,yyy.myaddress.com these will point to the corresponding users . How can I implement the feature where user can enter their own domain name instead of sub domain? regards, Loganathan Mob: +91 7760780741 | +91 9944414388 Skype: loganathan.sellappa ViewMe
2012 Jun 02
2
clancy hood wants to chat
----------------------------------------------------------------------- clancy hood wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b6c37882b3-6070e5aff0-4zTTbp_k9mfRD2EYpxg7ObjBTtw You'll need to click this link to be able to chat with clancy hood. To get Gmail ? a free email
2012 Jan 17
5
Is their any plugin/gem available to improve performance
Hi All, I am having an ror application with ruby1.8.7 and rails2.3.5, the performance of my application is not good enough. Is their any plugin or gem available to improve the performance. Also I have already optimized some of my code and db queries by optimizing the mysql query and by adding indexes, but those are not gave drastic change in the performance. regards, Loganathan -- You received
2012 Sep 25
1
Devise Gem
Hi all i am learning how to implement devise gem but i just want to know do i need to write the login code first and then runt this command " rails generate devise:install " or run the command first and then go for login code. can any one tell me what to do. Cheers Kp -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Jan 29
0
ActiveAdmin: Nested attributes not working for STI
HI All, I am having Model "Customer" using STI for sender and receiver, and i am unable to save the both sender and receiver by nested attribute. Below are my model and active admin resource codes, correct me if i am wrong nested attribute on concept. CUSTOMER MODEL: class Customer < ActiveRecord::Base belongs_to :sender, :class_name => "Customer" has_many
2009 Mar 26
0
Prawn + PrawnTo + Rails 2.3.2
Hi, Have anyone made a successful usage of Rails 2.3.3 with PrawnTo and Prawn ? I followed all the tutorials I could find on Net, but I am not able to see pdf part working. I kept getting the error "Template is missing". I do have foo.pdf.prawn. Same goes with pdf/writer as well. Thank you. Regards Balaji D Loganathan Spritle Software, http://www.spritle.com -- Posted via
2005 Aug 24
0
Asterisk, Maximiliano J. Goldsmid has invited you to try Google Talk.
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! ----------------------------------------------------------------------- Maximiliano J. Goldsmid has invited you to sign up for Google Talk so you can talk to each other for free over your
2012 Jan 26
2
Problem while creating new resource on ActiveAdmin
HI All, I have installed the Active Admin successfully, but facing the following error while restarting the server after generating an resource. *rails generate active_admin:resource item* /home/logs/Desktop/training/RAILS/courier/app/admin/items.rb:1:in `<top (required)>'': uninitialized constant Item (NameError) from
2019 Jan 15
2
Proposal for an alternative bugtracking workflow
Well, it's not really critical for us _now_, because we have not switched to github issues. And I can't really see any possibility of that happening in the short-term, either. Even once we do decide we want to move that way -- which we haven't yet even done -- it'll be a long road to making it happen, and I suspect there's many more critical missing features that we'll
2012 Jul 03
2
Plugin help Tabbed view in Rails 3
Hi, I am trying to create a tabbed view for my RoR application where I am trying to project the same partial by passing some local variables to it, but I have not been successful so far.Please point to some nice rails plugins for tabbed panels in rails 3.0 as well as some video or written tutorials. Thanks & Regards, Shalini Sah -- You received this message because you are subscribed
2011 Oct 01
6
Rails website start up time
My application is starting/loading very late when hit my website url in the browser. Can anybody give some tips to optimize it please. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email