Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi!!
if know somebody ,how connect sql server on ruby ,,,i want something method...
Posted

1 solution

Here is what I did, after finally finding and reading this: https://rails.lighthouseapp.com/projects/8994/tickets/5250-subclassesdescendants-is-not-a-symbol

1.gem uninstall deprecated
2.gem install rails-dbi
3.Put this into your gemfile: gem 'rails-dbi', :require => 'dbi'
4.bundle update
5.It will show that it re-installs deprecated, but it did not seem to cause harm.
6.Your app should run
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900