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

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
revert mysql test credential change
jeremy (author)
Sat May 31 17:07:44 -0700 2008
commit  ea03b0885c110003496c1f99dc7d9d2f1534955b
tree    6c2c9e2d66b4d8001bbf4aabb7455ca5661e899f
parent  cb59c93de06421c4c7f04c8abefa1a0f69c91099
...
12
13
14
15
 
16
17
18
19
20
21
 
22
23
24
...
12
13
14
 
15
16
17
18
19
20
 
21
22
23
24
0
@@ -12,13 +12,13 @@ ActiveRecord::Base.logger = RAILS_DEFAULT_LOGGER
0
 ActiveRecord::Base.configurations = {
0
   'arunit' => {
0
     :adapter => 'mysql',
0
- :username => 'root',
0
+ :username => 'rails',
0
     :encoding => 'utf8',
0
     :database => 'activerecord_unittest',
0
   },
0
   'arunit2' => {
0
     :adapter => 'mysql',
0
- :username => 'root',
0
+ :username => 'rails',
0
     :database => 'activerecord_unittest2'
0
   }
0
 }

Comments

    No one has commented yet.