You might already have your Rails environment set up using MacPorts.
If that’s the case, why not just use that? Even if you are like me with
a fresh installed Leopard, MacPorts still has its advantages. For
example, you can use MacPorts to upgrade ruby in the future.
I used MacPorts to set up my Rails environment based on these other great articles:
sudo port install memcached
sudo gem install memcache-client
Create a file called /Library/LaunchDaemons/com.danga.memcached.plist, and insert the following:
<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPE plist PUBLIC "–//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plistversion="1.0"><dict><key>Label</key><string>com.danga.memcached</string><key>OnDemand</key><false/><key>ProgramArguments</key>
original link:
<a href='http://Apiaceae.github.io/blog/2009/09/23/%E4%BD%BF%E7%94%A8Macports%E5%9C%A8Mac%E6%9C%BA%E5%99%A8%E4%B8%8A%E9%85%8D%E7%BD%AERuby+on+Rails%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83/'>http://Apiaceae.github.io/blog/2009/09/23/%E4%BD%BF%E7%94%A8Macports%E5%9C%A8Mac%E6%9C%BA%E5%99%A8%E4%B8%8A%E9%85%8D%E7%BD%AERuby+on+Rails%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83/</a><br/>
written by <a href='http://Apiaceae.github.io'>Hooker</a>
posted at <a href='http://Apiaceae.github.io'>http://Apiaceae.github.io</a>
</p>
MySQL
是一款目前最流行的开源数据库,快速,可靠以及易于上手。MySQL的一个主要特性就是它的跨平台支持,他几乎可以在任何操作系统中运行,包括
Windows, OSX,
Linux以及其他许多许多。因此,MySQL是最好的一款数据库,我们都在使用它。目前的问题就是最好的MySQL管理与开发工具是什么呢?
本文将向你介绍一些适用于初学者及专业人士的,可在Mac,
Windows以及Linux上运行的,最实用且最流行的MySQL管理与开发工具。在这些工具中,我们认为最有特色的是phpMyAdmin,
MySQL Workbench, HeidiSQL以及 SequelPro。
MySQL Workbench (Win, Linux, Mac)
MySQL Workbench
该软件是一款全能的,具有可视化数据设计的数据库软件,包括与MySQL数据库系统集成的数据库设计,建模,创建及维护功能。免费版属于公众版本,几乎可以满足你的所有需求。如果你觉得免费版使用起来不安全的话,可以使用它的商业版(标准版)。