Morning all,
Is there anyone on the core list that is maintaining the SQL Server
adapter? I''ve been wanting to get involved in its maintenance/
development and I''m getting hung up on just getting the tests to run,
embarrassing... yes. That said I have not heard from the maintainer
and would really appreciate some help and some contacts to see if help
get involved. Hope this list is the right place to start.
Below is where I am stuck at the moment.
- Thanks in advance,
Ken
> I''m interested in keeping up with the adapter development and
> helping in any way I can... I have a few changes that I might like
> to submit a patch for later on but first I am stuck on getting the
> tests to run. I tried following your directions and would appreciate
> your help. Where I am at:
>
> 1) Created an empty rails project. Below assumes this is my working
> directory.
> 2) Sym linked vendor/plugins/adapters/sqlserver to my checkout of
> the trunk of the adapter:
> # ls vendor/plugins/adapters/
> # sqlserver -> /Users/kencollins/Documents/SVN-Workspace/
> rails_sqlserver_edge
> 3) Sym linked vendor/rails/activerecord to the active record dir of
> my rails edge checkout
> # ls vendor/rails/
> # activerecord -> /Users/kencollins/Documents/SVN-Workspace/
> rails_edge/activerecord
> 4) I modified my native_sqlserver_odbc/connection.rb file to point
> to my DBs.
> 5) Try to run the unit tests
> # cd vendor/plugins/adapters/sqlserver
> # rake test_sqlserver_odbc
>
> This is what I end up with. Seems no matter what I do I can not get
> my load path right for what the test expects? Any help would be
> greatly appreciated.
>
>
> - Thanks,
> Ken
>
>
> (kencollins@station) - (15:15) - (~/Documents/SVN-Workspace/
> rails_edgeprj/vendor/plugins/adapters/sqlserver)
> -=>> rake test_sqlserver_odbc
> (in /Users/kencollins/Documents/SVN-Workspace/rails_sqlserver_edge)
> /opt/local/bin/ruby -Ilib:test:test/connections/
> native_sqlserver_odbc:../../../rails/activerecord/test/ "/opt/local/
> lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb"
> "test/aaaa_create_tables_test_sqlserver.rb" "test/
> affected_rows_test_sqlserver.rb"
> ./test/aaaa_create_tables_test_sqlserver.rb:2:in `require'': no
such
> file to load -- cases/helper (LoadError)
> from ./test/aaaa_create_tables_test_sqlserver.rb:2
> from /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/
> rake_test_loader.rb:5:in `load''
> from /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/
> rake_test_loader.rb:5
> from /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/
> rake_test_loader.rb:5:in `each''
> from /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/
> rake_test_loader.rb:5
> rake aborted!
> Command failed with status (1): [/opt/local/bin/ruby -Ilib:test:test/
> connec...]
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---