Hello, can somebody help me? Where is my Misstake? Running is the Example-PersonalServer of the Standard-Installation.
I use: activerecord (4.1.8) activerecord-sqlanywhere-adapter (1.0.0) arel (5.0.0) sqlanywhere (0.1.6) Thx, Pascal |
I use another gem that works perfectly with SQLAnywhwere: gem 'activerecord-sqlanywhere-adapter', :git => 'git://github.com/Sharagoz/activerecord-sqlanywhere-adapter.git', :branch => 'rails40' Just put the line above in the gem file, run bundle install, configure database.yml correctly and go. |
how can i load the arel-visitor for sqlanywhere? i think, there ist my problem:
Thanks, Pascal