similar to: ruby

Displaying 20 results from an estimated 10000 matches similar to: "ruby"

2006 Mar 30
11
Rails 1.1 and Ruby 1.8.3
I''ve seen that Rails 1.1 is not reliable with Ruby 1.8.2 so you should upgrade to 1.8.4 I''m running ruby 1.8.3. What''s the story with it? Do I need to upgrade before I try Rails 1.1? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jan 19
6
ruby on rails
CentOS 4.2 (ruby-gems-0.8.11) cd ~ mkdir ruby-db cd ruby-db $ rails th-db Rails requires Ruby version 1.8.2 (2004-12-25) or later. You're running 1.8.1 (2003-12-25); please upgrade to continue. ;-( Am I going to have to use Fedora on this server to use rails? Craig
2006 Aug 06
4
Can''t run rails
Yesterday, I was having a problem with db:migrate. I was told my version of rails was too old, and I needed to install it from gems instead of the version in my version of Ubuntu. Since then, I''ve done that, and I built ruby 1.8.4 from source and installed it. The installation was to /usr/local/bin. As my distribution had put ruby 1.8.3 in /usr/bin, I renamed that and put a link to
2006 Apr 25
2
Upgrade 1.0 => 1.1.2 Broke My App (environment.rb ?)
Short version: Do I need to re-run script/generate after doing ''rails .'' ?? My rails app worked fine under ruby 1.8.2 and rails 0.13. I then upgraded to rails 1.0 and it still worked fine. Don''t ask me exactly what I did when I upgraded rails then, I don''t remember, exactly. Yesterday committed the rails app to svn then I upgraded to ruby 1.8.4 and
2006 Jan 28
2
pgadmin3
Anyone been able to get pgadmin3 installed on CentOS-4 ? The WxGTK2 stuff makes it impossible for me to get installed from RPM/SRPM from their site and likewise, couldn't rebuild from Fedora SRPMS either. I figure between Jim and Owen and ???, somebody might have succeeded where I would be doomed. I can get around with phppgadmin but pgadmin3 is pretty cool. Thanks Craig
2006 Mar 24
5
wmv
how do you get helix to play wmv files
2010 Apr 30
3
Announce: Lustre 1.8.3 is available!
Hi all, Lustre 1.8.3 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp Our forwarding link has not yet been updated but should be shortly, so you can either find your way in through: http://www.sun.com/downloads/index.jsp?tab=2#L and look for Lustre 1.8.3 near the bottom of the "L" section. or
2010 Apr 30
3
Announce: Lustre 1.8.3 is available!
Hi all, Lustre 1.8.3 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp Our forwarding link has not yet been updated but should be shortly, so you can either find your way in through: http://www.sun.com/downloads/index.jsp?tab=2#L and look for Lustre 1.8.3 near the bottom of the "L" section. or
2006 Mar 23
1
YAML inconsistencies...
I figured I''d post here before submitting a ticket, but I''m seeing some confusing stuff when dealing with YAML now. I was using it to freeze objects in my database, and so i had some data already around to mess with. I upgraded both Ruby (1.8.3 -> 1.8.4) and Rails ( -> 1.1RC1) and this junk started. I''ve outlined the problem in two pastes, which I''ll
2006 Aug 22
0
Re: mySQL Not working with rails app
Joe Cairns wrote: > simonki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> Hi Joe >> >> You mention you''re using debian - is ruby installed from binary >> packages or from source? >> >> If it''s binary you should just be able to apt-get install >> libdbd-mysql-ruby >> If source make sure you have ruby-dev and build-essential*
2005 Nov 30
2
weird errors with self-installed ruby 1.8.3 on Mac OS X 10.4.3
Hi All, I''m hoping someone has seen this error before and can advise me. I was having problems with Switchtower hanging, and I found a blog posting which pointed the finger at Apple''s install of Ruby 1.8.2 (?). I downloaded ruby-1.8.3.tar.gz, compiled it with --enable- shared, and installed it under /usr/local. I went through /usr/bin and /usr/lib and archived away all of
2020 Jan 06
2
[Bug 1394] New: "Bad argument `ACCEPT'" when iptables-restore (nft) parses stdin
https://bugzilla.netfilter.org/show_bug.cgi?id=1394 Bug ID: 1394 Summary: "Bad argument `ACCEPT'" when iptables-restore (nft) parses stdin Product: iptables Version: unspecified Hardware: x86_64 URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=9462 89
2010 Aug 11
3
Version mismatch of Lustre client and server
Hello, I am planning on deploying a few more clients in my lustre environment and was wondering which client version to install. I know it is okay to run a newer client version than your lustre server for upgrade purposes. However, would it be okay to be in this state for a longer period of time (for the life of this filesystem)? My lustre server is currently running 1.8.1.1 on RHEL 5.3 and I
2006 Feb 07
7
select list error - following Agile guide
I would swear that I am tracking exactly the method used in Agile book... TypeError in Placements#edit Showing app/views/placements/_form.rhtml where line #33 raised: wrong argument type String (expected Module) Extracted source (around line #33): 30: <tr> 31: <td><label for "type">Type</label></br><%= 32: options = [["Select
2006 Feb 21
8
Validations continued
I simply can''t figure this out. I have been reading and re-reading Agile book and wiki.rubyonrails.org - all sorts of validation methods and still, it doesn''t work. Controller code def create @client = Client.new(params[:client]) if @client.save! flash[:notice] = ''Client was successfully created.'' redirect_to :action =>
2007 Mar 08
2
Memory error
Greetings- Running R 2.4.0 under Debian Linux, I am getting a memory error trying to read a very large file: > library(foreign) > oldgrades.df <- read.spss('Individual grades with AI (Nov 7 2006).sav',to.data.frame=TRUE) Error: cannot allocate vector of size 10826 Kb This file is, granted, quite large: aperrin at perrin:/data0/grading$ ls -l total 630304 -r-xr-xr-x 1 aperrin
2006 Feb 10
3
Error: Before updating scaffolding from new DB schema, try creating a table for your model (Product)
Hi all, I''m new to Rails, I know this is a classic error, but I cannot resolve it anyhow :( This is my system config: Windows XP SP2 Ruby 1.8.2 -> installed using windows installer version Rails 1.0.0 MySql 4.1.10 I followed the instruction on rubyonrails.org, exactly step by step. But the error occur everytime I tried to generate scaffold or generate model. I tried to googling
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix
2006 Mar 10
6
boolean select problem
I want to use select form elements to choose between boolean options. How can I have it default to true and still display the persisted value (either true or false) when editing an existing object? I guess booleans default to false by default so its not obvious how to recognize when it''s a real ''false'' that the user set or default false because the value was null.
2006 Feb 26
9
State of the Breezy
What''s the current state of Rails installation on a fresh Ubuntu Breezy? I''ve just set up a laptop with a fresh installation, and tried to install ruby et al, and got nowhere fast. The default ruby is 1.8.3, and compiling the source for 1.8.4 leaves the rubygems setup.rb breaking unable to find zlib (and yes, I have checked for zlib1g-dev and readline). Is there a known