Displaying 2 results from an estimated 2 matches for "atlrugpoll_work".
2006 Feb 16
9
rake migrate HANGS
...KEY ( poll_id ) REFERENCES polls( id ) ''
end
def self.down
drop_table :polls
drop_table :poll_options
end
end
----------------
However, when I attempt to migrate:
>rake migrate
The system just hangs.
So I attempted:
>rake migrate --trace
(in /Users/intention/work/atlrugpoll_working)
** Invoke migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute migrate
^Crake aborted! ## I hit ctrl-d because it wasn''t working
/usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/vendor/mysql.rb:1079:in
`read''
/usr/lib/rub...
2006 Feb 22
0
rake migrate problems
I''ve been trying to build an app with migrations:
When I attempt:
$rake migrate
I get the following errors:
rake migrate --trace
(in /Users/intention/work/atlrugpoll_working)
** Invoke migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute migrate
^Crake aborted!
/usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/vendor/mysql.rb:1079:in
`read''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_reco...