Displaying 9 results from an estimated 9 matches for "ayyanar".
Did you mean:
ayyangar
2007 Dec 18
5
include vs extend
Can any one give simple definition for include and extend since iam
stumbled over the examples in the net
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
2008 Jun 25
2
How to escape from the before_filter for the particular acti
Hi,
We use the following code in the ApplicationController.
before_filter :login_required
Iam aware, this will be called for every action.
How to escape for the particular action?
Thanks,
Ayyanar. A
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.g...
2008 Apr 18
1
RAILS Plugin for Twain
Hi,
Any one creating the rails plugin to integrate with Twain?
Thanks,
Ayyanar. A
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.g...
2007 Dec 04
2
button_to_function question
Hey everybody,
I am trying to create a button that, when clicked on, calls a method
in a controller then changes the image on the button without a page
load. I was thinking that button_to_function might be a good
contender for this but I don''t yet know how to make it talk to a
controller, and on success change the image of the button. Can anyone
help me out with this problem?
Thanks,
2008 Jan 23
6
ROR Learning with Dating /Classified Site Development
Hi,
I am falling in love more and more with RoR.
I am looking for a Book/Tutorial which teaches me creating an excellent
WebSite for dating and Classified.
I am coming from .net community and now willing to grow more with ROR.
We used to have few starterkits in .Net.
Can any one provide me an excellent guideline, how is it possible.
Is there any tutorial site, which offers scripts to study
2007 Dec 04
10
ActiveRecord::AssociationTypeMismatch
...w why this error has thrown for the above logic.
Task.rb has the following code.
belongs_to :court
has_many :workflow_tasks
has_many :task_users, :dependent => :destroy
has_many :court_users, :through => :task_users
I would appreciate if anyone can address this issue.
Thanks,
Ayyanar. A
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.g...
2008 Mar 03
0
Crystal Reports
We need to generate the crystal reports dynamically from ROR
application. I believe we need to pass the xml to the crystal report
file.
Any one knows how to call the crystal report template file dynamically
from
rails application and pass the xml data to the crystal report.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2008 May 21
1
Callback method for field
Is there callback method for field level?
Generally, after_create and after_save will fire at object level.
I need to fire some code when the value for the field is changed. I need
to call the call back method from observer
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2008 Oct 23
4
Soap4R
The following two line code creates the issue:
factory =
SOAP::WSDLDriverFactory.new("http://aspire388:8080/ClubConcierge306/axis/LWFlowerService?wsdl")
soap = factory.create_rpc_driver
The error message is:
part: requestParams cannot be resolved
RAILS_ROOT: E:/Pavo/csat
Application Trace | Framework Trace | Full Trace
c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:144:in