Displaying 10 results from an estimated 10 matches for "aanad".
Did you mean:
panad
2011 Aug 26
2
Prevent Infinite loop in Self-Join Association
Hi, I have such a data base which has a self-join as association.
I want to know that is there any good gem available which i can use for
self-join in my application?
My main intension is to prevent infinite loop in searching the records.
@Anand
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant.
Now I want to know how to use ActiveMerchant to make payment to Bank or
Credit card ?
for example:
I am seller and I want to pay some amount to somebody. I want to pay such
amount which will be credited in somebody''s bank account or credit card
directly ?
Please reply me as early as possible.
And also suggest
2011 Apr 18
1
how to update data
hi, I have json string in json request.
i want to update the database using that string.
how can i do that?
There would be a multipal object in this string.
sample string is:
2011 Apr 20
1
ActiveMerchant with Amazon's FPS
Hi, I want to integrate Amazon''s FPS service using Activemerchant.
I want to know that activemerchant support that?
and if yes, then can you please suggest any site to integrate Amazon''s FPS?
--
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
2011 May 17
1
uninitialized constant Delayed::Job (NameError)
hi I am implementing delayed_job in my rails app.
*my code is:*
file name is: my_worker.rb
require "delayed_job"
require "rubygems"
class MyClass
def perform
while true do
puts "I am in My class!!!"
sleep 2
end
end
end
Delayed::Job.enqueue( MyClass.new )
#m.perform
when i am executing this(ruby my_worker.rb ) file it gives me error
2011 May 19
1
Module in Rails
Hi,
I want to use module in Rails 3
I have module in /lib directory.
file name: my_module.rb
Code of Module:
module MyModule
def self.my_method
loop do
puts "I am started!!!"
sleep 2
end
end
end
Now, I want to use this module in my rb file resides in app_root/daemon
directory named myserver.rb
How can i use that?
--
You received this message
2011 May 10
1
popen4 gem for windows
hi, i want to make application that run a process automatically after server
starts completely.
I have explore and find popen4 gem which provides this facility.
I have installed a gem but there is some problem while executing the ruby
program.
The error is like
* <internal:lib/rubygems/custom_require>:29:in `require'': no such file to
load --
win32/open3 (LoadError)*
* from
2011 May 16
0
right_aws gem
Can anybody suggest me a good book to implement right_aws gem?
--
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 to
2011 May 23
0
Install amqp gem on windows 7
hi, i want to install amqp gem for RabbitMQ on Window 7.
I have tried:
gem install amqp
gem install amqp --pre
gem install amqp --pre --version "~> 0.8.0.rc12"
How can i install in Windows 7?
--
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
2011 Jun 27
0
ActionMailer Problem
Hi,
I wanted to send an attachment in mail.
for testing , I have send png image attachement in mail. Mail delivery is
completely working but the attachment in that mail show file name as
"nonname"
what should i do??
My code is:
class SendMail < ActionMailer::Base
default :from => "XXXX-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
def welcome