Here I went again on "rake test". These were the results:
*******************************************************************
* config.breakpoint_server has been deprecated and has no
effect. *
*******************************************************************
/usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/
rake-0.8.2/lib/rake/rake_test_loader.rb" "test/functional/
festejos_controller_test.rb" "test/functional/
modificarprof_controller_test.rb" "test/functional/
avalados_controller_test.rb" "test/functional/
contactanos_controller_test.rb" "test/functional/
paso2_reservacion_controller_test.rb" "test/functional/
horarios_controller_test.rb" "test/functional/
paso1_reservacion_controller_test.rb" "test/functional/
modificarsecre_controller_test.rb" "test/functional/
entidad_beneficiarias_controller_test.rb" "test/functional/
afiliado_titulares_controller_test.rb" "test/functional/
cursos_controller_test.rb" "test/functional/
eventos_controller_test.rb" "test/functional/
usuario_cursos_controller_test.rb" "test/functional/
imagen_areas_controller_test.rb" "test/functional/
areas_controller_test.rb"
DEPRECATION WARNING: You're using the Ruby-based MySQL library that
ships with Rails. This library will be REMOVED FROM RAILS 2.2. Please
switch to the offical mysql gem: `gem install mysql` See
http://www.rubyonrails.org/deprecation for details. (called from
mysql_connection at /usr/local/lib/ruby/gems/1.8/gems/
activerecord-2.1.1/lib/active_record/connection_adapters/
mysql_adapter.rb:81)
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/
vendor/mysql.rb:107:in `initialize': No such file or directory - /tmp/
mysql.sock (Errno::ENOENT)
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/vendor/mysql.rb:107:in `new'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/vendor/mysql.rb:107:in `real_connect'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/mysql_adapter.rb:527:in `connect'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/mysql_adapter.rb:186:in `initialize'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/mysql_adapter.rb:85:in `new'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/mysql_adapter.rb:85:in
`mysql_connection'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/abstract/connection_specification.rb:
292:in `send'
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/
active_record/connection_adapters/abstract/connection_specification.rb:
292:in `connection='
... 18 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake/
rake_test_loader.rb:5:in `load'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake/
rake_test_loader.rb:5
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake/
rake_test_loader.rb:5:in `each'
from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.2/lib/rake/
rake_test_loader.rb:5
/usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/
rake-0.8.2/lib/rake/rake_test_loader.rb"
Errors running test:units and test:functionals!
The results were a bit different because of the Scaffolding Extensions
plugin I installed on her project. Now it's asking me to install the
MySQL gem. I found version 2.7 of it. According to various manuals,
the installation is as follows:
gem install mysql -- --with-mysql-dir=/usr/local/mysql (where /usr/
local is the location of MySQL)
Surely this will work, but one last question. How can I make dissapear
the config.breakpoint_server deprecation?
I'll post anynews here if this worked or not.
Greetings.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---