ruby lang

  1. S

    restricted ssh shell for ruby on rails hosting ? (rake, git, etc.)

    Hello, I'm managing a few hosting servers, mostly php-based: customers have SFTP access (via proftpd and mod_sftp), phpmyadmin, etc. They are "jailed" in their home directory on both levels: DefaultRoot ~ for FTP, and open_basedir for PHP, and it's working fine like this. Now I have added a...
  2. M

    Problem installing Ruby On Rails (FreeBSD 5.5)

    Hello! Trying to install ROR on FreeBSD 5.5: pkg_add -r rubygem-rails Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest/rubygem-rails.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch...
  3. neildarlow

    ruby-bdb won't build with ruby-1.9.2.0

    Hi, I am attempting to upgrade my ruby-1.8.7 to ruby-1.9.2.0 along with associated packages. I'm finding that ruby-bdb fails to build because of require 'features' in work/bdb-0.6.5/src/extconf.rb. Not being at all familiar with ruby build mechanisms, I am seeking advice on how to...
  4. C

    Ruby 1.9 Fails to install

    Get this error... compiling ripper cc -I. -I../../.ext/include/amd64-freebsd8 -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -pipe -fno-strict-aliasing -O2 -Wall -Wno-parentheses -fPIC -oripper.o -c ripper.c {standard input}: Assembler...
  5. S

    Unabled to Build Ruby After Update to 8.1

    I just managed to update to FreeBSD 8.1 via a combination of freebsd-update and build/installworld. On my core machine, everything is great. However, it hosts a number of jails, configured as per the handbook (http://www.freebsd.org/doc/handbook/jails-application.html), and updating them has...
  6. W

    How to deinstall ruby?

    Dear all, I am a newbie in the FreeBSD world. Here is the thing, I am so stupid to install ruby in a wrong way so that I don't know how to deinstall it from my server (OS: FreeBSD 8.0) now. I did the following things: 1. wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.1-p378.tar.gz...
  7. B

    Major FreeBSD flaw: ruby gems should not be ported

    Hi, I use Ruby on Rails, and on FreeBSD I see that there is a devel/ruby-gems port and rubygem-* ports. I think it's wrong, rubygems and gems belong to Ruby and shouldn't be handled by freebsd's port system. Moreover Nginx requires ruby-gems and rubygem-rake, installing from scratch rubygems...
  8. B

    Ruby ports confused

    Hi, So first Ruby1.8.7 got automatically installed when I wanted to install Nginx. But I really wanted to try Ruby1.9 so I reinstalled Nginx and Ruby. But Rails has problems with Ruby1.9 so I want to revert back to Ruby1.8, but now it's confused, and me as well: cd /usr/ports/lang/ruby18 #...
  9. B

    Ruby 1.9.1 problem with Rails 2.3.8

    It seems there is a bug with Ruby19 port: $ rails my_app undefined method `camelize' for "app":String The problems seems to be with iconv: $ irb19 irb(main):001:0> require 'iconv' LoadError: no such file to load -- iconv from (irb):1:in `require' from (irb):1 from...
  10. Y

    portupgrade fails with a Ruby exception

    I'm trying to upgrade KDE4 (because of new gettext). First I issued # portupgrade -rR gettext and portupgrade started gathering dependencies but died with an exception "ArgumentError" (listing below), on the first encountered KDE4 port (kdetoys or smth). I deleted kdetoys, and run the same...
  11. E

    Ruby compilation also fails in i386 jail on amd64 host

    I'm using tinderbox to compile packages for both i386 and amd64. I've successfully compiled over 230 ports for i386, however, the only one failing is ruby-1.8.7-p248. In file included from version.c:14: version.h:29:41: warning: no newline at end of file cc -I/usr/include -O2...
  12. W

    Building of ruby-1.8.7-p248 failed.

    Hi there, as you can see, I tried to install portupgrade by using the portstree, but compiling of ruby failed. These are some lines before the error occurs and the error itself. [...] In file included from version.c:14: version.h:29:41: warning: no newline at end of file cc -I/usr/include -O2...
  13. z3R0

    Installing Subversion, Apache2.2, Ruby bindings, and warehouseapp

    Has anyone successfully installed Subversion with ruby bindings plus warehouseapp, apache2.2 (mod_dav) and svnserv (svn + ssh) and ldap? WareHouseApp I installed subversion (not sure if properly) using svnserve (svn+ssh) and i can connect to the repository but I can't write to it, I get a...
  14. A

    Ruby Gems - Require Trouble - FreeBSD 8.0 + Ruby 1.9.1

    Hi, I'm running a fresh install of FreeBSD 8-STABLE (installed then updated to STABLE as of 27 Jan. 2010). All ports are freshly built and installed. THE PROBLEM: After installing Ruby 1.9.1 and several gems via the Ports collection, ruby scripts that use the gems fail to load...
  15. N

    Trouble configuring Ruby on Rails

    I'm trying to get a Ruby on Rails application up and running but when I point my browser to http://localhost/public I get the following error from Phusion Passenger: Error message: undefined method `map' for nil:NilClass Exception Class: NoMethodError Here's the first two lines of the...
  16. map7

    Ruby no such file to load

    I'm trying to use the mailfactory gem under FreeBSD and have a feeling that this is more a Permissions problem under FreeBSD than it is a ruby problem. Here is the test code I'm using #!/usr/bin/env ruby require 'net/smtp' require 'rubygems' require 'mailfactory' mail = MailFactory.new()...
  17. viniosity

    newbie q: updating from ruby 1.8 to ruby 1.9

    I have ruby 1.8.6 installed and just did an install of Ruby 1.9. ruby -v still shows 1.8 as active though. I had thought maybe to find a symlinkn in /usr/local/bin that pointed ruby to 1.8 vs 1.9 but i didn't. How can I get rid of 1.8 or make 1.9 the default?
  18. UNIXgod

    Ruby on Rails runtime issues

    Just trying to get this started. running into some problems. Here is the error: other info if it helps: what am I missing here? I initailly installed rails via this howto: http://wiki.rubyonrails.org/rails/pages/RailsOnFreeBSD
Back
Top