search for: cocoamysql

Displaying 20 results from an estimated 21 matches for "cocoamysql".

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 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
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 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. -- Vin...
2006 Feb 28
0
Re: Rails Digest, Vol 17, Issue 663
CocoaMySQL is definitely the way to go. Great app. Unfortunately, it''s somewhat complicated to find the correct version to use. Make sure you get version CocoaMySQL v0.7b2 based on official SMySQL framework (http://cocoamysql.sourceforge.net/beta.php). the current stable version 0.5 does not...
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/.
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...
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
2006 Apr 04
6
connecting to mysql on OS X 10.4
...els/product.rb identical test/unit/product_test.rb identical test/fixtures/products.yml Access denied for user: ''xxxxxxx@localhost'' (Using password: YES) the use in question exists, and Lasso (http://omnipilot.com) can get to the databases just fine, as can i in cocoamysql -- so i *know* the user/password combo works. it has for a long, long time. so, i''ve tried the fixconfig and such... here''s an example output: Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of...
2006 Sep 19
9
Very strange: Umlauts (äöü) aren't displayed correctly in
Hi all Take a look at the following video, please... I just'' can''t help me anymore... http://josh.ch/files/temp/rails_problem.mov I''m sorry for the bad quality, it''s just a demo of Snapz Pro X 2... ;-) But I hope you''ll see enought... Thanks for any help. Josh -- Posted via http://www.ruby-forum.com/.
2005 Dec 27
0
trouble getting started (on a mac)
...Rails app to connect to it. But, for some reason, it''s now stopped working. Rails tells me that authorization was denied and that (PASSWORD: No). I''ve tried editing the settings in the database.yml file both to use and not use the password and both throw the same error. Using CocoaMySQL, I can connect just fine (with the password, connecting to localhost as user root), add databases, tables, etc. The second problem is a weird one (I think). Back when the database was working (and it still does it now, too), when I run "ruby script/generate scaffold Product Admin" in th...
2008 Jul 21
1
Need help on software
The presentation demo on RoR website, the presenter is using OSX with Textmate. What does the presenter use to edit the db? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s overhead so large that the lighter MySQL will work substantially better for small apps on small machines? Or are they very similar in performance and configuration? I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL around at all. On the other
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi, Just trying to get my first database based rails app up on dreamhost.com. The app was working prior to putting in mysql DB usage but I''m just stuck on getting the app working with mysql. I''ve already created the database and can connect to it manually. Below is the error I get after running the rake migrate. It worked OK on my home PC environment. I did change the
2006 Jan 31
5
Can''t connect ot MySQL with YourSQL
Ok, this seems silly, but I can''t connect to mysql from yoursql. I think I have all the privileges set. I can definitly connect via the command line, but not via yoursql. Any hints? mysql> show grants for ''root''@''localhost'';
2006 Jun 05
25
RoR on mac OS tiger 10.4.6 latest n greatest?
hi, ive had some trouble trying to install RoR on tiger. during my google search i came across many different installs.. some using apache, lighttpd, or webricks for the web server,,,,,some are using sqlite, or mysql....now ive tried all and it came to a point where im sure i had multiple libraries etc...installed and everything was not working right compared to my ubuntu install of Ror. so