[Rails] Re: Ruby and/or Rails Community in Argentina

2008-11-03 Thread Rodrigo Fuentealba

2008/11/3 [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Claro, http://onrails.com.ar

Gracias por sus respuestas.
Thanks for your replies.

Se hará el Día de PostgreSQL en Buenos Aires, Argentina (22 de
noviembre de 2008) y hay gente interesada en invitarles.
There will be a PostgreSQL Day in Buenos Aires, Argentina (Nov. 22th,
2008), and there's some people interested in invite them

Saludos,
Regards,

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Ruby and/or Rails Community in Argentina

2008-11-02 Thread Rodrigo Fuentealba

Hola a Todos,

¿Hay alguna comunidad de usuarios Ruby/Rails en Argentina, de la que
ustedes sepan?

Hello All,

Is there any Ruby/Rails community in Argentina, that you know/heard of?

Thanks in advance,

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: Has/Belongs Relationships for Address Book

2008-09-29 Thread Rodrigo Fuentealba

2008/9/29 Jason [EMAIL PROTECTED]:

 I understand what you are suggesting. However, which way is better
 practice? Should I use the two relationships, or one with a join table
 that contains the extra column.

I am new to rails, but very old in databases:

If a route has two and will never have more than two nor less than
two, you have to create two relationships, one called begin and other
called end. Else, you have to create a table HABTM, where one route
describes the full stack of relationships (with some kind of
sorted-by).

Regards,

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: Dynamic Select Box

2008-09-23 Thread Rodrigo Fuentealba

2008/9/23 Jaikishan Jalan [EMAIL PROTECTED]:
 I have two select boxes and I update the content of second box on the basis
 of selection made on first with AJAX. I was wondering if any one can point
 to related tutorial.


Search by observe_field, AFAIK.

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: how do you support languages? [DAMN IT!*]

2008-09-19 Thread Rodrigo Fuentealba

2008/9/19 Emanuele Tozzato [EMAIL PROTECTED]:

 LOL+
 I've been on the list forever, but my questions are often ignored..
 I wonder if it's because of my poor  english

Understandable by me, at least; not a native english speaker.

 or for the stupid questions!

There's no stupid question; just stupid people who doesn't ask.

But, checking in your past messages, I think you must give more
information. I used to be in Rails in early 2006, and left it one day
because had no time to learn. With my knowledge which is not strong at
all, I can understand what are others asking, and probably I can
answer some easy stuff, but that doesn't happen with your questions.

1.- Be sure to put in context on what are you using: Rails version,
plugins you are using and their configuration.
2.- Make sure there's nothing in the net which can answer you. Google
helps a lot before asking on a list.
3.- Once you follow the instructions in Google, if you have doubts,
you must mention which pages you readed.

Wrong way: Hello, how to translate my interface from a database?

Good way:


Hello all. I am using Ruby on Rails 2.2 (edge). I am using
internationalization as described in (1). There, in the title
Populating the translations storage, I found that I can use a
database as a backend for my translation. But this doesn't give me any
example and I don't have more references in Google.

(1) http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api

Do you have any ideas? Thanks in advance.


Although more verbose, it's more understandable and shows up you did
research before asking. And don't forget to follow up your answers,
and to publish how did you solve it (or at least a Thanks, DHH, that
worked!!!). Next time someone needs to translate, will probably
arrive to the solution you provided = you are helping others the same
way others helped you ;-)

Best regards,

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: create Graphical charts using rails

2008-09-19 Thread Rodrigo Fuentealba

2008/9/19 Sijo Kg [EMAIL PROTECTED]:

 Hi
 Could anybody please point me to some good links to draw Graphical
 charts using RubyOnRails and also suggest which is the best one?

This has not so much to do with Rails, but at least I think you can
use them for free.

http://www.fusioncharts.com/free/LiveDemos.asp?gMenuItemId=4

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: RoR Application Web Template?

2008-09-19 Thread Rodrigo Fuentealba

2008/9/19 Jae Lee [EMAIL PROTECTED]:

 Hello all,

 It looks like most of RoR web applications have the same lookfeel, and
 I just wonder if there is any common web design template for RoR that I
 can use as I develop the application.

You can search for good templates at http://www.opendesigns.org/ or
http://www.nuviotemplates.com/

 I am not a web designer, so I need to get some nice-looking premade web
 template for this RoR.

 How did you accomplish this?

It's just a big coincidence since many RoR developers do Web 2.0 applications.
Symfony developers (i am one) also appear to do the same.

Regards,

-- 
Rodrigo Fuentealba
http://www.thecodekeeper.net/

--~--~-~--~~~---~--~~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---