[Rails] Mailman gem

2016-02-04 Thread thil
Hi All Anyone used Mailman gem to get mails and download attachments. I using Mailman::POP3 to connect to Gmail mail server I got struck getting Timeout error: I thought I am behind the firewall so I need to set proxy but I could not able to find how to set proxy setting Mailman? Anyone

[Rails] I am getting following error while running the rails s.

2013-12-21 Thread thil
[WARNING] Please install gem 'therubyracer' to use Less. C:/Users/srinisen/Documents/aptana_studio_workspace/HEI/vendor/bundle/ruby/1.9.1 /gems/activesupport-3.2.16/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- v8 (LoadError) from C:/Users/srinisen/Document

[Rails] Re: Reg : How to Setup debugger in ruby for Rails project.

2013-05-06 Thread thil
Thanks to everyone for your reply. Just to know have anyone tried to setup debug environment in IDE like aptana or eclipse. Thanks Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receivi

[Rails] Reg : How to Setup debugger in ruby for Rails project.

2013-05-05 Thread thil
Hi all, Have any one setup Ruby debugger for Rails application So that you can use break point and watchers to debug like firebug for javaScripts. Thanks in advance ! Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

Re: [Rails] Unable to connect to api.heroku.com

2012-12-24 Thread thil
On Monday, 24 December 2012 15:34:21 UTC+5:30, Jordon Bedwell wrote: > > On Mon, Dec 24, 2012 at 3:46 AM, thil > > wrote: > >I am under the corporate proxy/firewall setting. And api.heroku.comis > > dynamically changing their Ips. > > Heroku is not dynami

Re: [Rails] Unable to connect to api.heroku.com

2012-12-24 Thread thil
On Monday, 24 December 2012 15:06:51 UTC+5:30, Dheeraj Kumar wrote: > > Heroku seems to be online: https://status.heroku.com/ > > My guess is it's probably a DNS issue on your end. Try switching to > OpenDNS or Google DNS > > -- > Dheeraj Kumar > > Hi Dheeraj Kumar, Thanks for your resp

[Rails] Unable to connect to api.heroku.com

2012-12-24 Thread thil
Hi , I am trying to deploy java war files using the command heroku deploy:war but i am getting error : unable to connect to api.heroku.com can anybody guide me to get it resolve. Thanks, Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta

Re: [Rails] Re: why we are Using self.method_name?

2012-12-03 Thread thil
Hi Jordon, Thanks for your information and I agree on wat your saying. Thanks, Senthil Srinivasan On Wednesday, 28 November 2012 19:32:01 UTC+5:30, Jordon Bedwell wrote: > > On Wed, Nov 28, 2012 at 6:46 AM, thil > > wrote: > > Self.methods is static methods using the class n

Re: [Rails] Re: why we are Using self.method_name?

2012-12-03 Thread thil
class A def self.b print "this is static methods" end end You can only be able to call the method "b" by using : A.b that wat I am trying to say. On Wednesday, 28 November 2012 19:32:01 UTC+5:30, Jordon Bedwell wrote: > > On Wed, Nov 28, 2012 a

[Rails] Re: why we are Using self.method_name?

2012-11-28 Thread thil
Hi , Self.methods is static methods using the class name itself you can call the methods and is not available to the instance of the class. Thanks, Senthil Srinivasan On Wednesday, 28 November 2012 15:30:24 UTC+5:30, Ruby-Forum.com User wrote: > > Whats is the idea behind using self.method_na

[Rails] Re: jquery mobile update div tag

2012-11-04 Thread thil
Hi, Can you post error your getting that will help you where exactly error is?. And Instead of link have you tried simple Ajax call like $.ajax() . -- 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 ru

[Rails] Webservices in Rails

2012-10-20 Thread thil
Hi All, I want to know how to built standard Web-Services using Ruby on Rails in both SOAP and REST. Can any one suggest any tutorials available. Thanks, Senthilkumar -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou

[Rails] Ruby problem solving Skills

2012-08-28 Thread thil
Hi , Is there any interesting sites is available for problems solving in Ruby like Ruby-Monk. So that we will learn things like -> Data-structure like trees , graphs , stacks , linked list etc. -> Design pattens. Thanks, Senthil Srinivasan -- You received this message because you are su

[Rails] Re: rail s exiting

2012-08-27 Thread thil
You need check following things 1. Have you installed all the required gems for your application try using 'bundle install' command and try again 2. Check your config->routes.rb any uninitialized controller or action you may added. 3. Check your database connection whether your database ex

[Rails] Re: Any meetup in india ?

2012-08-26 Thread thil
Its really gr8. I am new to ruby on rails and I want to know any activities going on Chennai india Thanks, Senthil -- 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@googlegroups.com. T

[Rails] Application Error

2012-08-10 Thread thil
Hi all, I am getting the Application Error in rails latest version 3.2.7. In local its works fine when using rails s -e production. but moved to heroku application is not working i could not able to view the log because heroku logs saying `initialize': Connection refused - connect(2) (Errno

[Rails] Re: Start learning from Ruby or directly from Rails.

2012-08-02 Thread thil
Hi , My learning curve in ruby and rails is in progressing. 1. First learn Ruby basic things like iterations, looping , class and objects and then 2. Start jump into the Rails. Ruby my favorite book is Programming Ruby by "Dave Thomas" which is currently following really good one. for Rai

Re: [Rails] Reg : Create new rails app by version.

2012-08-01 Thread thil
Hi Colin , Thanks for remain me to start with Rails 3.2.X latest. Which is the stable version of rails 3.0.5/3.2/ 3.2.7 is ? And I am following the Rails documentation http://guides.rubyonrails.org/index.html You have any ideal documentation for rails 3 Thanks, Senthil srinivasan -- You re

[Rails] Reg : Create new rails app by version.

2012-07-30 Thread thil
Hi All, I have one question below: How can I create app by specifying the rails version. for example I have local rails gem versions (2.3.5, and 2.3.10) how I can create rails app => 2.3.10 but default rails gem point to 2.3.5. I have google I found that by specifying `rails _2.3.10_ new de

[Rails] Re: single sign on

2012-07-16 Thread thil
Hi Ehsan, I am too investigate on the same. i.e if you enter youtube, gmail, or google+ url and click for signin. It will redirect to common page for signin. Once you authorized user you will redirected to corresponding domain. I think you can use oauth. Thanks, Senthil srinvasan -- You re

[Rails] Re: How to become effective and professional in Rails?

2012-07-04 Thread thil
Hi Sam, I also have same question in mind wat you have asked. I have decided to follow below: 1. Join community and solve other problems. 2. Join twitter follow other developer and rails experts 3. Finally I have decided to do some worth-fully project. And you have said that you have knowl

Re: [Rails] Rspec

2012-07-02 Thread thil
Hi Colin, Thanks for your reply. Thanks, Senthil On Monday, 2 July 2012 15:10:07 UTC+5:30, Colin Law wrote: > > On 2 July 2012 08:07, thil wrote: > > Hi All , > > > > I am working in rails past 1+ years but still I didn't used any Unit > testing > >

[Rails] Re: different between these two array method.

2012-07-02 Thread thil
Hi, + operator won't works in array I think but used as concatenation in staring. Second scenario of your case works fine. Thanks, senthil On Monday, 2 July 2012 14:29:57 UTC+5:30, Ruby-Forum.com User wrote: > > Dear friends, > > What is different between these two array method. > > First

[Rails] Rspec

2012-07-02 Thread thil
Hi All , I am working in rails past 1+ years but still I didn't used any Unit testing in my project. Can any one help me to know where I can learn the Rspec or basic things to start. Thanks, Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rai