search for: active_r

Displaying 5 results from an estimated 5 matches for "active_r".

Did you mean: active_
2011 Jul 26
0
active record wants root password, not sure why ..
...) attr = MsdsAttr.find(:first) I get the error below even though I didn''t try to connect using root. Running rails server/console etc doesn''t have this problem .. C:\inetpub\wwwroot\Larry\univ-parse>ruby db-test.rb C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.9/lib/ active_record/connect ion_adapters/mysql_adapter.rb:614:in `real_connect'': Access denied for user ''roo t''@''localhost'' (using password: YES) (Mysql::Error) from C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.9/ lib/active_r ecord/connection_adapters/...
2009 Oct 01
3
mongrel + mysql can't connect in custom mysql install
...4/lib/active_support/dependencies.rb:436:in `load_missing_constant'' /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies'' /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:9:in `define_all_hashes_method!'' /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:66:in `mysql_connection'' /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activerecor...
2006 Nov 07
1
Memory consumption too high
...../config/../vendor/plugins/acts_as_ferret/lib/c lass_methods.rb:198:in `rebuild_index'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/lib/c lass_methods.rb:197:in `rebuild_index'' from D:/dev/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_r ecord/connection_adapters/abstract/database_statements.rb:51:in `transaction'' from D:/dev/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_r ecord/transactions.rb:91:in `transaction'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/li...
2011 Oct 06
5
Simple ActiveRecord serialise problem
....rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:48:in `method_missing'' from /Users/andy/Code/FakePlatform/vendor/gems/Darwin/gems/json-1.4.6/lib/json/common.rb:286:in `load'' from /Users/andy/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.1.0/lib/active_record/base.rb:1938:in `block in set_serialized_attributes'' Does anyone have any ideas how to fix this? It should work (it''s such a simple case). Cheers, Andy -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2009 Aug 05
2
MySQL noob question: Where can I find the database when I create one?
See my screenshot of the command here. http://a.imagehost.org/0843/mysqladmin.png When I type the following: mysqladmin create <database_name> --user=root --password=xxxxxxxx Is my command executed simply by pressing "Enter" after the command? Am I missing some syntax? If the command has been executed , what directory can I find this database? How does this relate to MySQL