------art_143569_27294446.1156531511689
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 8/25/06, Steve Litt <slitt / troubleshooters.com> wrote:
>
> ActiveRecord::Base.establish_connection(
> #  :adapter  "mysql",
>   :adapter  "pg",        # adapter not found error, investigate
>   :database "test",
>   :user "myid"
> )


Shouldn't the above be

:adapterpostgresql"


Jake

------art_143569_27294446.1156531511689--