Displaying 20 results from an estimated 37 matches for "ruby19".
Did you mean:
ruby193
2010 Feb 27
3
Oniguruma and Ultraviolet on Windows 7
...uruma
-Ultraviolet
-Harsh
Unfortunately I have been running into the the following errors when
running "gem install oniguruma ultraviolet"
Building native extensions. This could take a while...
ERROR: Error installing oniguruma:
ERROR: Failed to build gem native extension.
C:/Ruby19/bin/ruby.exe extconf.rb
checking for main() in -lonig... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:...
2010 May 28
3
Beginner Facing Problem with rake db:migrate
...===
-- create_table(:books)
rake aborted!
An error has occurred, all later migrations canceled:
Mysql::Error: Table ''books'' already exists: CREATE TABLE `books` (`id`
int(11) D
EFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime,
`updated_at` date
time) ENGINE=InnoDB
C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.5/lib/active_record/connecti
on_adapters/abstract_adapter.rb:219:in `rescue in log''
C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.5/lib/active_record/connecti
on_adapters/abstract_adapter.rb:202:in `log''
C:/Ruby19/lib/ruby/gems/1.9.1...
2009 Dec 30
4
Error running Mongrel on Ruby 1.9
...ite-space: pre-wrap;">Hi,<br>
<br>
<br>
<br>
I have a problem running Mongrel, I''m using the latest ruby 1.9 and
rails 2.3.5<br>
<br>
when I start the server (I''m using Aptana IDE), on mongrel, here is the
output:<br>
<br>
C:/Ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in
`require'': 126: The specified module could not be found. -
C:/Ruby19/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mingw32/lib/http11.so
(LoadError)<br>
from
C:/Ruby19/lib/ruby/gems/1.9.1/gems/actives...
2009 May 26
4
Unable to use wxruby-ruby19 in Ruby 1.9.1-p129 on Windows
...me procedure. I have a German
Windows XP installation, so I don''t know the English equivalent of this
error (sorry):
irb(main):001:0> require "rubygems"
=> false
irb(main):002:0> require "wx"
LoadError: 127: Die angegebene Prozedur wurde nicht gefunden. -
C:/ruby19/ruby
-1.9.1-p129-i386-mingw32/lib/ruby/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86-mingw3
2/lib/wxruby2.so
from
C:/ruby19/ruby-1.9.1-p129-i386-mingw32/lib/ruby/gems/1.9.1/gems/wxr
uby-ruby19-2.0.0-x86-mingw32/lib/wx.rb:12:in `require''
from
C:/ruby19/ruby-1.9.1-p129-i386-mingw32...
2013 Mar 09
1
lang/ruby19: ruby-1.9.3.392,1 is vulnerable: ** [check-vulnerable] Error code 1
I try to compile port lang/ruby19 and I always get on a FreeBSD
9.1-STABLE box the following error message, which is obviously triggered
by some port auditing - but I do not find the "knob" to switch it off.
Can someone give a hint, please?
Regards,
Oliver
===> Cleaning for ruby-1.9.3.392,1
===> ruby-1.9.3.392...
2010 Apr 22
2
Server error
Hi, I''m new to rails. I installed it according to "getting started",
created new application, run the server... and got an error :(
C:\Temp\RailsApplication1>ruby script/server
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
271:in `rescue
in require_frameworks'': no such file to load -- jopenssl
(RuntimeError)
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/
initializer.rb:2
68:in `require_frameworks''
from C:/Ruby19/lib/...
2009 Dec 18
1
rubyinstaller-1.9.1-p243-rc1.exe | wxruby-ruby19-2.0.1-x86-mingw32.gem | encodage
Bonjour Alex.
Ce matin j'ai installer "rubyinstaller-1.9.1-p243-rc1.exe"
"wxruby-ruby19-2.0.1-x86-mingw32.gem"
"SciTE.exe 2.0.1.0"
Quand j'exécute (avec scite) mon fichier "Rss-wxruby.rbw" qui est encodé
en utf8 et qui habituellement(avec les anciennes versions de ruby,
wxruby et scite) fonctionne correctement, j'obtient ce message d'erreur:
C:\...
2008 Jun 20
0
BitNami RubyStack now includes Git, Nginx and ruby19
We took into account your requests and RubyStack 1.2 includes updated
components, additionally nginx + nginx fair proxy balancer module, git,
ruby19 and many new useful gems. It is available for Linux, OS X and
Windows. Give it a try now and let us know what you think!
http://bitnami.org/article/new-rubystack-released
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message be...
2010 Apr 12
2
daemon() function is unimplemented
Hi all,
I''m a newbie... so be patient pliz
;-)
I''m starting to use Rails on my machine (OS: Win 7) but when I''m trying
to connect to http://0.0.0.0:3000 I get nothing.
So I launch rails in this way: ruby script/server -d
this is the answer:
"
C:\Ruby19\rubyApps\bookmark_manager>ruby script/server -d
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
C:/Ruby19/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/commands/server.rb:62:in
`dae
mon'': daemon() function is unimplemented on this machine
(NotImplementedEr...
2010 Apr 27
0
undefined method 'each' in acts_as_taggable_on with rails 3 beta 3 and ruby 1.9
Hi
I am trying to use acts_as_taggable_on in my new projects. But I got
Error when I try to save tags.
undefined method `each'' for "[]":String
NoMethodError: undefined method `each'' for "":String
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/
activerecord-3.0.0.beta3/lib/active_record/associations/
association_collection.rb:347:in `replace''
from C:/Ruby19/lib/ruby/gems/1.9.1/gems/
activerecord-3.0.0.beta3/lib/active_record/associations.rb:1415:in
`block in collection_accessor_methods''...
2009 Jan 13
5
set the background to a bitmap
Hi,
any ideas whether you can set the background of a dialog to use an
image?
--
Posted via http://www.ruby-forum.com/.
2009 Mar 04
0
[ wxruby-Bugs-24288 ] rb_str2cstr undefined with Ruby 1.9 and Ubuntu Linux
...: Open
Resolution: None
Priority: 3
Submitted By: Thomas Preymesser (thopre)
Assigned to: Nobody (None)
Summary: rb_str2cstr undefined with Ruby 1.9 and Ubuntu Linux
Initial Comment:
Hello,
i run wxruby with Ruby 1.9 and get the following error message:
/usr/local/lib/ruby/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86-linux/lib/wx.rb:12:in `require'': /usr/local/lib/ruby/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86-linux/lib/wxruby2.so: undefined symbol: rb_str2cstr - /usr/local/lib/ruby/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86-linux/lib/wxruby2.so (LoadError)
from /usr/local/lib/ruby/gems/1.9.1/gem...
2009 Aug 05
1
Re: mingw32 library compatibility
Hi Fabio
Fabio Petrucci wrote:
> is the mingw32 wxruby distribution
> http://rubyforge.org/frs/download.php/52487/wxruby-ruby19-2.0.0-x86-mingw32.gem
> compatible with
> mingw32 ruby 1.9.1 installer provided by Luis Lavena
> http://rubyinstaller.org/downloads/ ?
I think it is - I believe that''s the MingW-ruby19 distribution that''s
used to build wxruby-2.0.0 for that platform. It''s cert...
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...ild with 1.9.1
Initial Comment:
Windows XP
VC++ 9
Let''s see if we can make this work.
C:\Documents and Settings\wuby\workspace\win32-open3\ext>nmake
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
c:\ruby19\bin\ruby -e "puts ''EXPORTS'', ''Init_open3''" > open3-i386-mswin32_90.def
cl -nologo -I. -Ic:/ruby19/include/ruby-1.9.1/i386-mswin32_90 -Ic:/ruby19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -
n32 -MD -Zi -O2b2xty- -Zm600...
2009 Feb 15
12
Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1
...Ruby related gems and ports because
we are performing a clean install. Lastly, I am using an
experimental machine (i.e. Apple PowerMac G5) to complete this task and I
would
NOT advise the below actions within a production environment.
0) Remove Previous Ruby Ports (i.e. ruby, ruby19, rb-*, and so on) and Gems
a) Ports
sudo port uninstall <port-name>
sudo port clean <port-name>
Note: Execute the above for all ruby related ports.
b) Gems
rm -rf /opt/local/lib/ruby
rm -rf /opt/local/lib/ruby19
Note: You may not...
2009 Feb 22
16
Strange error when running rails 2.3 on ruby 1.9.1 on FreeBSD
..."load ''rails''", which fails in this line:
Rails::Generator::Scripts::Generate.new.run(ARGV, :generator => ''app'')
I didn''t manage to track it down further. I would appreciate any help.
A bit about my configuration. I have both, ruby18 and ruby19 installed
on my system, but I installed rails from gem19 (I haven''t been using
ruby18 and I don''t even have gem for ruby18 installed, it''s only here
because portupgrade needs it). These gems were installed from root
account:
fastthread-1.0.1.1 (patched version of fastthr...
2009 Aug 13
0
[ wxruby-Bugs-26918 ] ruby1.9 gem: wxruby2.so: [BUG] unknown type 0x22 (0xc given)
...: Installer problems
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: lasse fabisch (lassef)
Assigned to: Nobody (None)
Summary: ruby1.9 gem: wxruby2.so: [BUG] unknown type 0x22 (0xc given)
Initial Comment:
Hi,
i downloaded: http://rubyforge.org/frs/download.php/52503/wxruby-ruby19-2.0.0-x86_64-linux.gem
Installation was successfull. But when i do:
[code]
ruby -e "require ''wx''"
[/code]
I get:
[result]
<main>:422: [BUG] Segmentation fault
ruby 1.9.1p243 (2009-07-16 revision 24175) [x86_64-linux]
-- control frame ----------
c:0001 p:0000 s:...
2010 Jul 21
0
Error when loading wxruby
...wonderful experience with WxRuby on a PC, but
whenever I try it on my Ubuntu Linux, I get the same error. I''ve tried
two different computers, and they do the same thing, so I''m wondering if
it''s an error within Wx. This is the error I get:
/var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wx.rb:12:in `require'': libwx_gtk2u_stc-2.8.so.0: cannot open shared object file: No such file or directory - /var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wxruby2.so (LoadError)
from /var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wx.rb...
2010 Jan 24
2
Rails server error when rails starts
Hi guys,
i am having a little problem. I have installed ruby 1.9.1 and rails
2.3.5. Ruby is working just fine. The rails applications is being
created fine. But when i run the command ruby script/server i get an
error that says "The program can''t start because msvcrt-ruby18.dll is
missing".
I googled this message and is pointed to this page:
2011 Sep 21
5
bundle install rmagick error in unix
I have Rails 3 and Ruby 1.9.2
Installing rmagick (2.13.1) with native extensions
/opt/local/lib/ruby/site_ruby/1.9/rubygems/installer.rb:551:in `rescue
in block in build_extensions'': ERROR: Failed to build gem native
extension. (Gem::Installer::ExtensionBuildError)
/opt/local/bin/ruby19 extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... *** extconf.rb failed ***
Could not create Makefile...