Displaying 2 results from an estimated 2 matches for "rts_develop".
Did you mean:
has_develop
2010 Feb 23
2
Problem: The command "rake db:create:all" crashes
...n an
unusual way.
Please contact the application''s support team for more information.
K:\_Projects\Ruby\_Rails_Apps\_EIMS\RTS>
Then I checked for generated databases with:
mysql> show databases;
Among several tables, it showed only one of my RTS app''s expected
databases: rts_development.
My database.yaml specifies the normal 3: development, test and
production
Further, I tested whether this database had the specified table
"supplier":
mysql> show tables in rts_development;
Empty set (0.00 sec)
Then I tested whether I could drop the RTS database:
mysql> drop d...
2010 Mar 12
7
"We're sorry, but something went wrong." from RoR app
...ing localhost:3000, getting the
captioned message.
The development log is presented below. Suggestions are extremely
welcome.
Thanks in Advance,
Richard
Development.log
============
/!\ FAILSAFE /!\ Fri Mar 12 13:42:10 -0500 2010
Status: 500 Internal Server Error
Unknown database ''rts_development''
K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/gems/1.8/gems/
activerecord-2.3.5/lib/active_record/connection_adapters/
mysql_adapter.rb:589:in `real_connect''
K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/gems/1.8/gems/
activerecord-2.3.5/lib/active_record/connection_adapter...