| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
arel_table
|
|
|
|
|
|
|
|
| |
* Use direct integer parsing in #fast_string_to_time to avoid convoluted
conversions and errors due to truncation.
* Use Float#round in #microseconds to avoid truncation errors.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
connection.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
subscriber tests run in both sync and async scenarios.
|
| |
|
|
|
|
| |
(deprecated since 2.2).
|
| |
|
|
|
|
|
|
| |
getting negative and changing values for ID field. See http://www.sqlite.org/datatypes.html
Signed-off-by: Yehuda Katz <wycats@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
connections in threads just for logging purposes.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
save. [#3391 state:resolved]
|
| |
| |
| |
| |
| |
| | |
[#2578 state:resolved]
Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com>
|
| | |
|
|/
|
|
|
|
|
|
| |
to 'db/migrate'
[#3671 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
|
|
| |
Restore the connection method which was added so it can be overridden.
This reverts commit e428c75d2b67c6a7bd5f5e7e1719cdece84d497f.
|
|\ |
|
| |
| |
| |
| | |
return a record. [#2415 state:resolved]
|
| |
| |
| |
| | |
autosave_association.rb a bit.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
symbols, which uses a direct method dispatch.
Patch by Comron Sattari. [#3429 state:resolved]
|