search for: p362

Displaying 3 results from an estimated 3 matches for "p362".

Did you mean: 362
2013 Jan 11
0
Ruby 1.9.3-p362 segfault fixed (also in RVM)
Ruby team provided a fix for the segfault in ruby-1.9.3-p362 but there is no release yet. RVM backports the patch: rvm get stable rvm reinstall 1.9.3-p362 Link to the ruby issue https://bugs.ruby-lang.org/issues/7629 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th...
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
...run "#{try_sudo} touch #{File.join(current_path,''tmp'',''restart.txt'')}" end end Then, after cap deploy:setup and cap deploy:cold, Capistrano makes "bundle install" and this command never ends! My server is a fresh Ubuntu 12.10, ruby 1.9.3-p362, rails 3.1.11 and using rvm. In previous releases everything worked fine... now it is a nightmare! Perhaps my problems began with the rvm installation. The command "curl -L https://get.rvm.io | bash -s stable" always finished with the message: curl: (35) Unknown SSL protocol error in c...
2006 Jan 17
1
Insert blob - rails 1.0.0 mysql 3.23 - sql syntax error
Hi, Experimenting with upload and insert a picture into a MySQL database - using Agile Web Development with Rails p362-3. We have rails 1.0.0 and MySQL 3.23.58. I get an error ''You have an error in your SQL syntax near'' because rails uses the x''ffdbff....'' notation for the blob which is not available until MySQL 4 Is there a way of switching Rails to use the 0xffdbff... nota...