Skip to content

Commit 10ec8c4

Browse files
committed
For some reason since the 2.3 release, we need to include the :lib directory for the config.gem. Problem discussed here http://groups.google.com/group/rails-sqlserver-adapter/browse_thread/thread/6f60c54c1fcaeefc?hl=en and in issue #23.
1 parent 8d627a9 commit 10ec8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ Optionally configure your gem dependencies in your rails environment.rb file.
140140

141141
config.gem 'dbi', :version => '0.4.1'
142142
config.gem 'dbd-odbc', :version => '0.2.4', :lib => 'dbd/ODBC'
143-
config.gem 'activerecord-sqlserver-adapter', :version => 'x.x.xx'
143+
config.gem 'activerecord-sqlserver-adapter', :version => 'x.x.xx',
144+
:lib => 'active_record/connection_adapters/sqlserver_adapter'
144145

145146
Here are some external links for libraries and/or tutorials on how to install any other additional components to use this adapter. If you know of a good one that we can include here, just let us know.
146147

0 commit comments

Comments
 (0)