e information transmitted is intended only for the person or entity
> to which it is addressed and may contain proprietary, confidential
> and/or legally privileged material. Any review, retransmission,
> dissemination or other use of, or taking of any action in reliance
> upon, th
E_REGULAR)
How are other folks looking at the contents of an Array? Am I going
around bassackwards on this?
Eric
-----
Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 |
http://www.opensource
Hi all,
I am trying to use rspec_on_rails in a Rails app that doesn't have a
database. so far I have just been faking it out by dumping in a
sqlite3 database just to make Rails happy.
I was using for test::unit a rake task that eliminated the calls to
database prep:
# Added this .rake fil