Have you installed the mysql server and mysql rubygem?
--
http://digiprof.tv
http://suivauto.com
--
Posted via http://www.ruby-forum.com/.
sudo apt-get install libmysql-ruby libmysqlclient-dev
By noob, I mean me. I'm the noob. Sorry for any confusion.
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Here's where this noob gets nailed.
I tried installing the suggested sudo and got command not found. Then
I looked for the brew for mac and I'm just not getting it.
Radhames, thanks for your help and patience. If others have
suggestions of what I'm missing here, please add your voice. All help
is appreciated.
Thanks for any help.
Another noob
Explain this.
1. Did you really mean "apt-get" instead of "app-get." I have no idea
what app-get is, never heard of it if it does exist.
2. What do you mean by "can't get it to do the sudo app-get part." What
happens? Do you get errors? What are they?
3. What operating system are you using? The apt-get command only works
for certain Linux distributions. Other platforms use different package
managers with different commands. RedHat for example uses rpm (RedHat
Package Manager) by default, instead of apt-get (Debian/Ubuntu).
4. If you happen to be on a Mac then there are several choices for these
types of package managers. The Mac doesn't ship with any of them because
the Mac has a native package installer system using the built-in
Installer services provided by Mac OS X. These packages are called dpkg
(Darwin Package, where Darwin is the low level UNIX OS of Mac OS X).
Other package managers for OS X have been created by the open source
community, which include Macports, Fink, Homebrew, etc. IMHO Homebrew is
the only one worth using. I have never liked how intrusive the other
solutions can be on my system. Homebrew is light weight and
non-intrusive, not to mention full of awesomeness. But, that is a matter
of opinion.