[Rails] link_to with :remote=>true works when bound to "click" but not "ajax:beforeSend"

2012-03-06 Thread KevinC
Hi. I am trying to do an ajax link in Rails 3.2.1 and jQuery. I am loading jquery.js and jquery_ujs.js. In my document ready, if I bind to the event "click," clicking the link fires an event, but if I click to ajax:beforeSend, it doesn't. Nothing happens when you click the link in JQuery. The ev

[Rails] Re: ruby 1.9.3 causes rbuf_fill timeout, but 1.8.7 does not

2011-11-16 Thread KevinC
9.2? Thanks again, Kevin On Nov 15, 5:02 am, Frederick Cheung wrote: > On Nov 14, 11:47 pm, KevinC wrote: > > > > > I'm stumped.  Anyone have any timeout problems with ruby 1.9.3?  The > > problem is, if I want to useRails3.1, I have to use Ruby 1.9.3, > > whi

[Rails] Rails 3.1 requires linecache1.9 which requires ruby 1.9?

2011-11-16 Thread KevinC
I am attempting to install Rails 3.1 with Ruby 1.87 (because Ruby 1.93 broke all of my Rails 2 projects). But, the Rails 3.1 gem is complaining that it needs Ruby 1.9.2 to install linecache19. So, does this mean that Rails 3.1 needs Ruby 1.92, or can Rails 3.1 be installed with Ruby 1.8.7? Thank

[Rails] ruby 1.9.3 causes rbuf_fill timeout, but 1.8.7 does not

2011-11-14 Thread KevinC
subject line says it all. I am trying to use the Google Storage gem (gstore), and if i use ruby 1.8.7, no problem. If i try to use ruby 1.9.3, i get this error: Timeout::Error: Timeout::Error from /usr/local/lib/ruby/1.9.1/net/protocol.rb:146:in `rescue in rbuf_fill' from /usr/loc

[Rails] DB recommendation for 10M+ reads/writes a day

2011-10-09 Thread KevinC
Hi- I have a requirement for a system that does 10M+ read/writes a day. I haven't done work with this volume before. It translates to 100+ read/ writes per second. Can anyone recommend a rails DB back end for a system of this volume? Can I get performance like this with mysql clusters? What e

[Rails] Making small animated GIFs or SWFs in Rails

2011-05-24 Thread KevinC
Hi - I'm trying to programatically create animated images. It's relatively easy with RMagick, but the animated GIFs are huge. Is there a way to convert animated GIFs to SWF in Rails (and shrink them in the process), or is there any way to create SWFs given a bunch of frames? Thanks, Kevin --

[Rails] GUI tool for model design?

2011-03-16 Thread KevinC
Anyone know of one? thanks, kevin -- 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 rubyonrails-talk+unsubscr...@googleg