GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: include Enumerable
Homepage: http://ambition.rubyforge.org
Clone URL: git://github.com/defunkt/ambition.git
connectionadapters have a new signature in rails 2.0+
defunkt (author)
Thu Apr 24 12:30:13 -0700 2008
commit  61c3b87d859afc250675e90ff00a76c4bc0c6911
tree    edf41592fb58f0d36b9705ab49b3342df654da65
parent  5d2f7e3f19fa1806cf4baa101a83e33b4d3c14c0
...
216
217
218
219
 
220
221
222
...
216
217
218
 
219
220
221
222
0
@@ -216,7 +216,7 @@ context "ActiveRecord Adapter" do
0
 
0
   context "MySQL specific" do
0
     setup do
0
- ActiveRecord::Base.connection = ActiveRecord::ConnectionAdapters::MysqlAdapter.new('connection', 'logger', 'options', 'config')
0
+ ActiveRecord::Base.connection = ActiveRecord::ConnectionAdapters::MysqlAdapter.new('connection', 'logger')
0
     end
0
 
0
     teardown do

Comments

    No one has commented yet.