[Rails] Going to Startup Weekend NYC?

2011-06-07 Thread J. Rodrigo Fuentes
Anyone going to Startup Weekend NYC on June 10-12? Let me know! -Rodrigo -- 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

[Rails] ACH Recurring Transactions on RoR?

2011-03-22 Thread J. Rodrigo Fuentes
Have you ever implemented an ACH recurring transaction using a RoR web-app? If so, I would like to hear about your experience. -- 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

[Rails] Need help with using Radio Buttons with Metawhere

2011-03-14 Thread J. Rodrigo Fuentes
I want to use radio buttons to allow a user to select one of three options: 1. retrieve all users that have :status == 0; 2. retrieve all users that have :status == 1; 3. retrieve all users (:status == 0 | 1). I tried this: %*stronguAvailability/u/strongbr/% %=

[Rails] Re: Question on Data Modeling

2011-03-08 Thread J. Rodrigo Fuentes
Suppose I want to let a user choose different languages when filling out a form, like English, Spanish, and Other, where Other is user-specified. What is the best way to model this in a RoR database? Is it better to have a string or an integer that is converted with case-statements to mean