[Rails] Re: Using variable class names, how?

2009-03-01 Thread ms
Thanks for your answer, I read the thread, but this did not really help me. It's not just about redefining some core methods. I think, the description of my problem was not clear enough, sorry for this. I would appreciate, if you could have a look at the following explanation. I've got several

[Rails] Re: Using variable class names, how?

2009-03-01 Thread Maurício Linhares
Sorry. but i'm completely clueless. Can't really understand what you're trying to say/do. - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Sun, Mar 1, 2009 at 11:15 AM, ms m...@tzi.de wrote: Thanks for your answer, I read the thread, but this

[Rails] Re: Using variable class names, how?

2009-03-01 Thread ms
Hey, no problem, thank you for taking time! :) -- ms --~--~-~--~~~---~--~~ 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 To unsubscribe

[Rails] Re: Using variable class names, how?

2009-03-01 Thread Frederick Cheung
On Mar 1, 4:26 pm, ms m...@tzi.de wrote: Hey, no problem, thank you for taking time! :) Is Foo.constantize what you're looking for ? Fred -- ms --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails:

[Rails] Re: Using variable class names, how?

2009-03-01 Thread Phlip
Jeff Lewis wrote: def first_last_count(clss) Note the tradition there is klass: http://google.com/codesearch?q=lang%3Aruby+klass Being 'class' is a keyword... -- Phlip --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Rails] Re: Using variable class names, how?

2009-03-01 Thread Jeff Lewis
My example used clss not class, ... but sure klass if you prefer. Jeff On Mar 1, 11:32 am, Phlip phlip2...@gmail.com wrote: Jeff Lewis wrote:   def first_last_count(clss) Note the tradition there is klass:    http://google.com/codesearch?q=lang%3Aruby+klass Being 'class' is a

[Rails] Re: Using variable class names, how?

2009-02-28 Thread Maurício Linhares
Start by reading this - http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/dce05002d11b4849?hl=en# The group archive is always a good place to start your search before sending messages. - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/