Displaying 1 result from an estimated 1 matches for "newsengin".
Did you mean:
newsengine
2006 May 16
5
rake aborted! ActiveRecord::ConnectionNotEstablished
...news items with comments''
task ''create_test_news'' do
puts ''Create test news''
n = NewsItem.new
n.subject = ''This is the first news item''
n.body = ''After days of work this is the first news item ever
published using the NewsEngine. Have fun with it and add some comments!
:-)''
raise ''Could not save first news item!'' if !n.save
end
Can you tell me what I have to do to establish the connection? I guess
somehow Rails doesn''t connect to MySQL?
Thanks for help. :-)
Joshua
--
Posted via...