Displaying 3 results from an estimated 3 matches for "ve_record".
2005 Nov 16
4
What happened to mysql connection?
...ng my app I got the following error:
Errno::ENOENT in <controller not set>#<action not set>
No such file or directory - /tmp/mysql.sock
RAILS_ROOT: ./script/../config/../
Application Trace | Framework Trace | Full Trace
/opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/
active_record/vendor/mysql411.rb:43:in `initialize''
/opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/
active_record/vendor/mysql411.rb:43:in `new''
/opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/
active_record/vendor/mysql411.rb:43:in `real_connect''
/opt/local/lib/...
2012 Apr 13
0
console for JRuby/Sinatra with Tomcat ?
...et a console in Sinatra by doing
something like this:
irb -r my_sinatra_app.rb
for me that would be
jruby -S rb my_sinatra_app.rb
but I get this error when I do that as obviously tomcat must
initialize some things:
C:/Tomcat60/webapps/ROOT/WEB-INF/vendor/activerecord-jdbc-
adapter-0.9.2/lib/acti
ve_record/connection_adapters/jdbc_adapter.rb:330:in
`initialize'':RuntimeError:
The driver encountered an error: cannot load Java class
com.microsoft.sqlserver.
jdbc.SQLServerDriver
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2014 Apr 14
0
Foundation & Authlogic
Seems I can get either Foundation or Authlogic to work but not both -
After bundle install when I do a rails g foundation:install I get the
following:
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activerecord-4.1.0/lib/acti
ve_record/dynamic_matchers.rb:26:in `method_missing': undefined local
variable o
r method `inheritable_attributes' for ActiveRecord::Base:Class
(NameError)
from
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/authlo
gic-a087ad0cba3c/lib/authlogic/acts_as_authentic/base.rb:64:in
`...