You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ while ( client.next_result)
123
123
end
124
124
```
125
125
126
-
See https://gist.github.com/1367987 for using MULTI_STATEMENTS with ActiveRecord.
126
+
See https://gist.github.com/1367987 for using MULTI_STATEMENTS with Active Record.
127
127
128
128
## Cascading config
129
129
@@ -267,15 +267,15 @@ There are a few things that need to be kept in mind while using streaming:
267
267
268
268
Read more about the consequences of using `mysql_use_result` (what streaming is implemented with) here: http://dev.mysql.com/doc/refman/5.0/en/mysql-use-result.html.
269
269
270
-
## ActiveRecord
270
+
## Active Record
271
271
272
-
To use the ActiveRecord driver (with or without rails), all you should need to do is have this gem installed and set the adapter in your database.yml to "mysql2".
272
+
To use the Active Record driver (with or without rails), all you should need to do is have this gem installed and set the adapter in your database.yml to "mysql2".
273
273
That was easy right? :)
274
274
275
-
NOTE: as of 0.3.0, and ActiveRecord 3.1 - the ActiveRecord adapter has been pulled out of this gem and into ActiveRecord itself. If you need to use mysql2 with
275
+
NOTE: as of 0.3.0, and Active Record 3.1 - the Active Record adapter has been pulled out of this gem and into Active Record itself. If you need to use mysql2 with
276
276
Rails versions < 3.1 make sure and specify `gem "mysql2", "~> 0.2.7"` in your Gemfile
277
277
278
-
## Asynchronous ActiveRecord
278
+
## Asynchronous Active Record
279
279
280
280
Please see the [em-synchrony](https://github.com/igrigorik/em-synchrony) project for details about using EventMachine with mysql2 and Rails.
281
281
@@ -331,7 +331,7 @@ The specs pass on my system (SL 10.6.3, x86_64) in these rubies:
331
331
* ruby-trunk
332
332
* rbx-head - broken at the moment, working with the rbx team for a solution
333
333
334
-
The ActiveRecord driver should work on 2.3.5 and 3.0
334
+
The Active Record driver should work on 2.3.5 and 3.0
335
335
336
336
## Yeah... but why?
337
337
@@ -390,6 +390,6 @@ though.
390
390
## Special Thanks
391
391
392
392
* Eric Wong - for the contribution (and the informative explanations) of some thread-safety, non-blocking I/O and cleanup patches. You rock dude
393
-
* Yury Korolev (http://github.com/yury) - for TONS of help testing the ActiveRecord adapter
393
+
* Yury Korolev (http://github.com/yury) - for TONS of help testing the Active Record adapter
394
394
* Aaron Patterson (http://github.com/tenderlove) - tons of contributions, suggestions and general badassness
395
-
* Mike Perham (http://github.com/mperham) - Async ActiveRecord adapter (uses Fibers and EventMachine)
395
+
* Mike Perham (http://github.com/mperham) - Async Active Record adapter (uses Fibers and EventMachine)
0 commit comments