Displaying 20 results from an estimated 2000 matches similar to: "SQL "editor""
2006 Jan 10
2
DBDesigner4 to AR model (script)
Hi list,
I have hacked together a small script to generate an ActiveRecord model
from a DBDesigner 4 (fabForce.net) model file. Take it apart and feed it to
the pigs ;).
the article:
http://tua.ch/ruby/current.html
and the script:
http://tua.ch/ruby/dbmodel/compute_model.rb
best of whishes for the new year,
kaspar
code manufacture & ruby lab at http://www.tua.ch/ruby
2006 Jan 13
4
SQL -> Diagram script
Did I see some code posted here that would create a graphical
representation of a database relationships using the graphviz utilities?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 24
6
MySQL client used in online presentation?
Hi, could someone tell me the name of the MySQL that''s being used with the
online presentation:
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Thanks in advance,
-Conrad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060224/bdf999b0/attachment-0001.html
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!
2006 Feb 15
8
[OT] I user CocoaMySQL... anyone have any other preferences for MacOS X?
Looking for a quality alternative... if there is one :-).
John Kopanas
http://www.kopanas.com
=====================================================================
http://www.soen.info - source of the freshest software engineering
information on the net
http://cusec.soen.info - software engineering conference
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
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/.
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/.
2004 Nov 12
2
Database file rsync - any way to tell it to rsync against the last file?
My apologies if this has been asked before - I searched the archives
but couldn't find it, probably because I'm not sure what terms to use.
I'm trying to rsync database backups from point A to point B, where
point B has rsync running as a service.
Every day I make a new backup on point A (mike_db_20041110.bak), and
since there's no matching file on point B, the entire file is
2008 Jul 17
2
What is the MySQL app used in the 15 minute weblog video
On the "Create a Weblog in 15 Minutes" screencast on the Ruby On Rails
site
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
There is a really nice looking MySQL gui interface app. Can anybody
tell me what the app is? I''m actually looking for a Linux version.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2006 Apr 23
18
Applications used in the Rails video?
Hi all,
I just watched the rail video:
http://www.rubyonrails.org/media/video/rails_take2_with_sound.mov
I am just curious. I can tell that the video was done on a Mac, but I
cannot tell which applications were used for editing the code, and for
interfacing with MySQL database.
As far as editing source code, I normally use BBEdit (I''ve used it since
1994), but the editor used in
2006 May 26
5
MySQL Editor
Got an easy question. What is the GUI editor used in the tutorial videos to
edit the mysql database?
--
--
Jason K
_
=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060526/e75e6029/attachment.html
2005 Mar 09
6
auto increment id
looking at the unit tests of activerecord leads me to think the db is
completely responsible for auto-incrementing the id field and rails does no
magic here. can someone confirm that this is a true statement?
that being the case - what is the preferred way to write database agnostic sql
for one''s schema since each of the dbs has slightly different syntax for this
functionality... does
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
2010 Apr 02
1
packages with DLLs under 2.12.0
I realize that R-core must be busy with the imminent release of
2.11.0, so please consider this not urgent.
The NEWS file for 2.12.0 (Windows-specific) says, in part:
For now, 32-bit packages with compiled code built under
2.{10,11}.x can be used, but this will be disabled before
release.
For me, this doesn't work without a tweak. For example,
> library(mvtnorm)
#Error:
2002 Dec 23
1
Segmentation Fault on Large (over 2 gig) file from Win2k client to Win2k daemon.
I am trying to sync some large (greater than 2
gigabytes) files, pushing them from a Win2k client to
a Win2k machine running the rsync daemon. Both
machines have the CYGWIN environmental variable set to
ntsec.
Below is the full session. There is only one file in
the MyDatabase directory on the client, but it's 2.2
gig. Once I get this working, I want to set it up to
exclude files in that
2012 Sep 24
3
[PATCH 0/2] virtio-mmio updates for 3.7
Hi Rusty,
Would you be so kind and consider getting those two small fixes into
3.7 merge? All credits go to Brian, all shame on me :-)
Cheers!
Pawel
Brian Foley (2):
virtio_mmio: fix off by one error allocating queue
virtio_mmio: Don't attempt to create empty virtqueues
drivers/virtio/virtio_mmio.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
--
1.7.9.5
2012 Sep 24
3
[PATCH 0/2] virtio-mmio updates for 3.7
Hi Rusty,
Would you be so kind and consider getting those two small fixes into
3.7 merge? All credits go to Brian, all shame on me :-)
Cheers!
Pawel
Brian Foley (2):
virtio_mmio: fix off by one error allocating queue
virtio_mmio: Don't attempt to create empty virtqueues
drivers/virtio/virtio_mmio.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
--
1.7.9.5
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally
making the choice to move over to RoR. This MVC stuff is all very new to
me. As i have no trouble understanding ruby code... or any code for that
matter.. my challange comes in getting my head around the MVC stuff. Is
there any demos articles that you guys have seen that takes a site or a
business breif and explains where
2006 Jan 08
22
Putting it all in one place with Schemas
I''m still relatively new to ROR, but I like what I see with the
database-neutral approach of Schemas. In the spirit of keeping it
simple and minimizing the number of files and location of information,
does ActiveState currently allow me to go ahead and place other low
level model information such as validation requirements and associations
inside the schema rather than putting it in