Fix BigDecimal#to_s method to accept format argument#2
Fix BigDecimal#to_s method to accept format argument#2giddie wants to merge 1 commit intorobwilliams:masterfrom
Conversation
|
How does it break Arel? |
|
Can you rebase please? I merged your other pull request :s |
|
Apologies for the mess: I'd hoped to sneak in the fix under the radar, but you were too quick for me :p The issue with Arel is that when constructing SQL to store BigDecimals, it calls The new implementation uses the format string if supplied with |
I broke things (Arel, in particular) with the implementation of #to_s I committed :( This fixes it all up.