[Rails] Rails 4 Turbolinks make js not working as expected

2013-08-05 Thread William Herry
details is here: http://stackoverflow.com/questions/18068951/rails-4-turbolinks-make-js-not-working-correct in short, Turbolinks make js form submit multiple times -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this

[Rails] Re: File transfer via SOAP

2013-08-05 Thread Robert Walker
"Евгений Куртов" wrote in post #1117771: > Hello! Can't find any related data on the subject: how to receive a file > via SOAP. If anyone have accomplished such a task I'll be very greatful > for > any help and info. > Thanks. SOAP is actually not a great transport layer for large files. SOAP is

Re: [Rails] Hello from Pittsburgh

2013-08-05 Thread Javier Quarite
Hi, there may be other topics about it or some other useful links but I always see this as a good place to start http://ruby.railstutorial.org/ruby-on-rails-tutorial-book Javier -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsub

[Rails] Hello from Pittsburgh

2013-08-05 Thread Aleks
Hello all, My name is Aleks. I have only been in Pittsburgh for a few short weeks. I have lived outside the United States for the past seven years working as an international journalist. I am about to jump off the high diving board into a career change to IT, specifically Ruby and I sure could

Re: [Rails] store multiple checkbox values in single column of table

2013-08-05 Thread Colin Law
On 5 August 2013 12:09, mack gille wrote: > hi all, > i need to store multiple checkbox values in single column of a table. > here is my short code https://github.com/Kumar2013hk/check.git .Please > help me in this regard.. googling for rails bitfield provides a number of hits, though I have no

[Rails] Re: store multiple checkbox values in single column of table

2013-08-05 Thread Joel Pearson
If you want to store multiple on/off switches together, then Binary is your friend. No, Yes, No, No, Yes, Yes, No 0100110 -- 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 unsubscribe from th

[Rails] File transfer via SOAP

2013-08-05 Thread Евгений Куртов
Hello! Can't find any related data on the subject: how to receive a file via SOAP. If anyone have accomplished such a task I'll be very greatful for any help and info. Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscri

[Rails] store multiple checkbox values in single column of table

2013-08-05 Thread mack gille
hi all, i need to store multiple checkbox values in single column of a table. here is my short code https://github.com/Kumar2013hk/check.git .Please help me in this regard.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups