Displaying 20 results from an estimated 90000 matches similar to: "Rails version."
2007 Aug 26
4
thread.so (LOAD ERROR)
I did an update to ruby 1.8.6 and since then I can''t run anything in
Rails.
Ex:
j@necropolis:~/sandbox/rhp/0708/trunk$ rake -T
/usr/lib/ruby/1.8/thread.rb:5:in `require'': no such file to load --
thread.so (LoadError)
from /usr/lib/ruby/1.8/thread.rb:5
from /usr/local/lib/site_ruby/1.8/rubygems.rb:85:in `require''
from
2008 Apr 04
2
can't install rails. gem zlib crc error
hi all
i''m trying to install ruby on rails on my debian server. i didn''t use
apt-get. i installed everything from source. i used this tutorial
(without PD-Admin): http://railswiki.de/Ruby_on_Rails_auf_einem_Debian_Server_installieren
now i can''t install rails over gem, i''m getting this zlib crc error:
root@co2:~# gem install rails --include-dependencies
2006 Nov 29
2
db:migrate to add colum bombs...
Hi
I get the following when I try and run "rake db:migrate" (I"m running un
Ubuntu linux)
********** code **********
(in /<home hidden>)
== AddRpts: migrating
=========================================================
-- add_column("rpts", :integer, {:limit=>3})
rake aborted!
You have a nil object when you didn''t expect it!
You might have expected an
2006 Oct 01
11
Ruby on rails on linux (ubuntu) want my mysql password but..
Hi everyone!
I work since yesterday on that:
I am running the newest ubuntu version (6.1 or so). and i installed the
mysql server with
# apt-get install mysql-server
or something like that.
My mysql server works fine, and i can access it also with phpmyadmin or
other mysql tools.
I have installed ruby on rails and have started creating a project:
# rails testapplication
That was
2010 Jul 27
4
Running WINE on VPS
Hello
Id like to know how to setup up WINE on my VPS step by step?
OS : Ubuntu 10.04 32BIT
sudo apt-get update
sudo apt-get install xorg
sudo apt-get install wine
winecfg - then message pops out - Make sure that your X server is running and that $DISPLAY is set correctly.
lil help plz?
2007 Jul 09
1
Issue with version field in schema_info
(I know ''version'' is the only field, but in case this changed one day my
question will still apply) ;)
I had to drop all my tables to re-run my migrations from version 1. When
I executed ''rake db:migrate'' everything ran successfully. Which puts my
database ''state'' at migration 007_xxx.
Now when I add a migration (008_xxx) and re-run
2016 Jun 13
3
LLVM APT packages - when will they be back?
Hi,
Our tool SMACK (https://github.com/smackers/smack/) relies on installing
LLMV from APT packages that used to be provided here:
http://llvm.org/apt/
This link has been down for several weeks at this point (I think).
Do you have a rough estimate for when you will bring this back?
Our users are having trouble installing SMACK due to the above problem, and
so I am wondering if we should look
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
Here''s an alternative in-depth treatment on setting upo rails on Debian
(Ubuntu, Kubuntu, ... ), may be interesting to follow through in more detail
for some:
The Perfect Rails/debian/lighttpd Stack... (
http://brainspl.at/pages/perfect_vps )
Victor Kane
http://awebfactory.com.ar
On 3/25/06, rails-request@lists.rubyonrails.org <
rails-request@lists.rubyonrails.org> wrote:
>
2016 Apr 26
2
apt pinning specific dovecot version
I currently have the dovecot-core package from wheezy-backports pinned on one of my servers to version '2.2.9', which has been working great. I now want to upgrade that to the newest version under wheezy-backports which is:
dovecot-core (1:2.2.13-11~bpo70+1)
but I can't figure out how to get do it. I've tried a few different formats of the name but apt-get update then apt-get
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk,
Thank you so much for looking into this when you got home. I greatly appreciate it.
I was actually in the midst of writing to everyone the following message:
?.
?.
?.
Hi All,
I have some good news. ? My docker image is now up-to-date with R version 4.4.1.
I first had to clear a bunch of unused data using docker system prune ?force. Apparently, it cleared over 32.53 gigs of data, and
2008 Apr 27
2
Deb-4.0 Etch and sources.list for R
Hi Folks,
I'm running Debian-4.0 Etch, installed last September
from a DVD, and regularly updated as things arise.
I have R version 2.4.0 Patched (2006-11-25 r39997)
installed (initially at the time of first installation
of Debian, as provided by Debian), along with a variety
of packages.
I'd like to be able to connect to the CRAN repositories
for Debian R, for updates etc.
When I visit
2009 Jan 29
2
HOWTO install webgen 0.5.6 on Debian GNU/Linux etch
Hi all,
Cristian our sys-admin wrote a short HOWTO for Webgen 0.5.6 on Debian
Etch, see https://wiki.fsfe.org/FellowshipHacks/Webgen.
I thought it might be of interest for others as well. If you know a
better way, please let us know.
Best wishes,
Matthias
--
Deputy German Coordinator, Fellowship Coordinator
Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org)
Join the
2007 Jul 02
1
Problems about installing ruby from source on linux
Hi all,
I''m trying to install ruby/ruby on rails from source on ubuntu 7.1.
I''ve downloaded ruby-1.8.6 and done a successful install into /usr/
local/ruby. Next, I want to install rubygems without apt-get. So I
downloaded rubygems, extracted it and tried to run ruby setup.rb. But
it said that cannot load file "zlib". I know that zlib is a part of
the standard ruby
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren,
I am now back home where looking into these things is a little easier. From
your first email to me, I started off with the selenium container you
mentioned as your starting point.
And that basically is your issue. It is a 'high-level' container, and it sets
a user. (Essentially) all other Dockerfiles you have seen and been pointed at
are 'lower-level' and operate as root
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, little oversight from my Dockerfile, if you want to follow the CRAN steps and get the R from the cloud.r-project.org server, you want to replace
&& add-apt-repository -y "ppa:marutter/rrutter4.0"
With
&& add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
The ppa repo is Michael Rutter personal repo
2008 May 28
6
need help installing new Wine version on Debian Etch
I want to install a new version of Wine because the one I installed with apt-get in Debian is quite old and buggy (0.9.25).
So after doing "apt-get uninstall wine", I followed this guide (http://www.winehq.org/site/download-deb), to install a newer wine version but encountered a few problems:
1. the guide says
> Now you can install Wine by clicking this link. Alternatively, you
2007 May 08
5
Which version of Ubuntu to use with Rails
Hello,
This is a question for folks who are using Ubuntu to host your Rails
apps. Which version of Ubuntu do you use?
Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term
support (LTS), or are you using the latest release ''Feisty'' (7.0.4)?
Or maybe a better way to ask the question is, is there a preferred
version of Ubuntu to use with Ruby
2005 Sep 26
2
apt rpm 2 version for centos 4.1
what's the difference of this 2 rpms?
apt-0.5.15cnc6-4.centos4.i386.rpm
<http://centos.arcticnetwork.ca/4.1/extras/i386/RPMS/apt-0.5.15cnc6-4.centos4.i386.rpm>
apt-0.5.15cnc6-1.1.centos4.i386.rpm
<http://centos.arcticnetwork.ca/4.1/extras/i386/RPMS/apt-0.5.15cnc6-1.1.centos4.i386.rpm>
i found it on the extras folder
--
Regards,
Mark Quitoriano, CCNA
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Marco,
Thank you for the follow up email.
In the line below, do I replace $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone:
Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/?
It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects.
Br,
Lauren
--
Lauren J. Gerber
2009 Apr 14
3
Gem install Rails issue
Im trying to install rails gem on OSX 10.5.6, but when i use the gem
install rails command this message displays WARNING: Installing to
~/.gem since /usr/local/lib/ruby/gems/1.8 and
/usr/local/bin aren''t both writable.
Successfully installed rails-2.3.2
1 gem installed
How can I get my gems to install to /usr/local/lib/ruby/gems/1.8 or
/usr/local/bin which both are set up in my