similar to: Re: Rails Digest, Vol 17, Issue 663

Displaying 20 results from an estimated 3000 matches similar to: "Re: Rails Digest, Vol 17, Issue 663"

2006 Feb 26
16
MySQL GUI for OS X
G''day everyone, I''ve got Rails up and running, but am having trouble finding a stable MySQL client for OSX. I was looking at the ''Creating a weblog in 15 minutes'' screencast from rubyonrails.org - what MySQL client is David using? I''ve found the MySQL clients (Administrator / Query Browser) to be highly unstable and rather pathetic under OSX. If
2005 Dec 15
3
CocoaMySql Equivalent Tool for Linux & Windows
In the screencast on RoR.com entitled "Creating a weblog in 15 minutes" the tool CocoaMySQL is being used to define and modify the database schema. http://media.rubyonrails.org/video/rails_take2_with_sound.mov http://cocoamysql.sourceforge.net/index.html CocoaMySql runs only on OSX. Are there equivalent tools for Linux and/or Windows? Thanks!
2008 Mar 13
3
MySQL 4.1 on Centos 5 ?
Hi All, Could anyone tell me, how to correctly install MySQL4.1 on Centos 5 ? By default Centos 5 comes with mysql5? If I will compile mysql4 from sources to separate prefix, some features may be unavailable (unix sockets for example). I?m moving some critical application (online booking) based on java, tomcat5, mysql4.1 from old server fedora 4 to new server running Centos 5. So, I don?t
2015 Apr 19
2
[LLVMdev] remove redundant load by GVN() does not work
Hi, Assume I have the following code. The first four instructions in each BB does the same thing. So I think GVN() can remove the redundant code. However, after I apply GVN to my module by "Passes.add(createGVNPass())" and "Passes.run(*myModule)". It seems GVN does not remove the redundant instructions. Can anyone give me a hint what's going on here? Any hint is
2006 Jan 09
3
Chopped files when downloading from database
I have some files stored in db. When I try to download these I only get 65535 bytes from the database even if the file is a lot bigger. Is it a Rails setting I''ve missed or a database setting? Anything else? Using Rails 1.0, WinXP and MySQL4.1 /Marcus
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
From the sources: #define MAXNARGS 100 /* ^^^ not entirely arbitrary, but strongly linked to allowing %$1 to %$99 !*/ On 22/08/2015 04:21, Martin Bel wrote: > I'm trying to apply a function defined in the VW R docs, that attemps to > convert a data.table object to Vowpal Wabbit format. In the process i'm > getting the error in printf mentioned in the subject.
2005 Dec 15
6
Code from famous RoR video?
Does anyone know where I could get text file with the code from the famous video where they create a Weblog in 15 minutes -- The one that''s here: href="http://rubyonrails.com/screencasts? (I can''t just watch it here at work, and I''d like to avoid having to re-type everything in any case.) Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 29
5
whats the mysql gui front in the blog in 15 min. screencst
sorry for the off topic, was wondering what''s the mysql gui front the guy is using in the "Creating a weblog in 15 minutes" screencast -- Posted via http://www.ruby-forum.com/.
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
Wouldn't it make sense to have this in the man page? The 8192-byte limitation for 'fmt' is mentioned but not this one. Thanks, H. On 08/25/2015 02:08 AM, Prof Brian Ripley wrote: > From the sources: > > #define MAXNARGS 100 > /* ^^^ not entirely arbitrary, but strongly linked to > allowing %$1 to %$99 !*/ > > > > On 22/08/2015 04:21, Martin
2005 Jan 31
2
MySql 4.1.9, passwords, Rails
After spending a lot of time today trying to get CocoaMySQL connecting to a remote MySQL 4.1.9 server via ssh tunnel and then experiencing the password hashing issue locally when I put in passwords on my local Mysql server, I started wondering about Rails compatibility. Will rails now hash passwords correctly when connecting to MySql 4.1.7+, or should I stick with using old_password() when
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
I'm trying to apply a function defined in the VW R docs, that attemps to convert a data.table object to Vowpal Wabbit format. In the process i'm getting the error in printf mentioned in the subject. The original function is here: https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R Below there is a small example that reproduces the error. The function works great with
2005 Aug 25
0
multiple refreshs clicks cause errors in WEBrick
Hi all I am new to rails, so I hope it is not a trivial question... I am using rails with webrick and MySql4.1 on win XP. I enter a simple action (with a post method) which fetches some data from a ''users'' table and present it in a rhtml view. Now when I press the refresh button quickly a few times I get in the command line window errors such as this: [2005-08-25 17:08:55]
2012 Nov 05
1
Plot 3 lines in one graph
I'm new with R. I want to plot 3 lines in one graph. This is my data: print(x) V1 V2 V3 V41 -4800 25195.73 7415.219 7264.282 -2800 15195.73 5415.219 7264.28 I tried using matplot, but I cannot get exactly what I want. This is what I get, and this is my code: matplot(x[,1],x[,-1],type='b', xlab = "epsilon_h", ylab = "Value2", xlim=
2005 Mar 09
15
SQL "editor"
Hello all, I am curious about what tools you guys use to make your databases. I know David uses CocoaMySQL. Are there other tools for other platforms and for other databases? I''m not very good with the SQL language, so I would like being able to do all my database setup with an easy-to-use tool (defining tables, fields, primary keys, foreign keys, indexes, etc.) Big kisses, Vincent.
2010 Nov 04
2
Multiple extensions - same context
Hey Everyone; I inherited an Asterisk box where the dialplan is a real mess. ( I would actually be embarrassed to post some of the stuff!) So, here is what I need to do - and again, I am looking for fishing nets and places to cast them - if I don't figure it out, I will never freakin' learn! I have several users configured (101, 102, 105, 155, 211, etc). They are all in different
2014 Oct 08
1
Actual complaining: nixspam
John accused me of complaining about systemd... this here's *real* complaining. Several times every month, my email starts getting bounced by freakin' nixspam, because my giant hosting provider, that hosts millions of domains. Akemi has argued that nixspam works just fine (if so, then why did we get that spam a few weeks ago?). I've politely requested being put on a whitelist, and
2005 Dec 27
0
trouble getting started (on a mac)
Hi- I picked up "Agile Web Development with Rails" a little while ago after getting excited by all the hubbub surrounding the 1.0 release. I started working my way through it and have run into a few problems that I''d love to know if anyone has any suggestions about. I''m using my Powerbook, running OS X 10.4.3. I installed the latest version of Locomotive and
2003 Jan 14
1
Win2k, rsync, and ssh on cygwin
Hi, The subject line pretty much says it all. Oh, that plus I'm tearing my hair out trying to get it all to play nice together. rsync version = 2.5.5 protocol version 26 OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090608f cygwin -- downloaded in the last 3 days from official mirrors. I'm trying to make one Win2k box rsync with another Win2k box. I managed to get it such that an
2003 Mar 10
3
DocBook and XML
I think I can say I've been officially horrified into a coma. During a routine rebuild after installing DocBook tools, I wandered away.. and then back and after half an hour, the build was still stalled on the same command: xsltproc. Huh? I thought, has it crashed? Strace revealed that it was making a bazillion connections all over the net. Loking at the XML, it's clear why. Because
2003 Mar 10
3
DocBook and XML
I think I can say I've been officially horrified into a coma. During a routine rebuild after installing DocBook tools, I wandered away.. and then back and after half an hour, the build was still stalled on the same command: xsltproc. Huh? I thought, has it crashed? Strace revealed that it was making a bazillion connections all over the net. Loking at the XML, it's clear why. Because