Displaying 2 results from an estimated 2 matches for "oupt".
Did you mean:
opt
2006 Jun 05
3
output an array
Hi
I have an array in a helper method and I want to oupt the contents to
the screen, so i can see waht array key''s are avalible
How can this be done?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 14
1
rake test:units -> table already exists
Hi!
When I run test:units, rails complains about the tables already being
present. They had to be present so I could run individual unit tests. So
why doesn''t rails just drop the tables if they exist?
Any ideas??
Jeroen
debug oupt below:
>rake test:units --trace
(in ...)
** Invoke test:units (first_time)
** Invoke db:test:prepare (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:test:prepare
** Invoke db:test:clone (first_time)
** Invoke db:schema:dump (first_time)
** Invoke environmen...