digitalfrost

Results 52 comments of digitalfrost

Cannot reproduce on new version of website. Can be closed?

@bobcgausa - Can this ticket be closed?

``` header: one: 1 error prohibited this %{model} from being saved other: "%{count} errors prohibited this %{model} from being saved" ``` If ```%{model}``` is deleted from the two lines the...

I am not sure this key is still in rails. I can't seem to find it via **grep**

@jpgeek thank you - this ticket is a lot clearer than #784

@kuroda and @pama - Could you please give feedback. To me this seems like a good idea.

I think that is why there is: ``` last_word_connector: ", and " two_words_connector: " and " ``` so that both scenarios are covered > _It’s cold outside, and I can’t...

Link to the **to_sentence()** documentation: https://apidock.com/rails/Array/to_sentence They are arguing about this issue over there as well. See the argument about the strippers, JFK, and Stalin.

Using clauses with **to_sentence()** seems a valid use case to me: ``` ['it rained in London', 'it snowed in Geneva', 'it was sunny in Madrid'].to_sentence ``` _it rained in London,...

@bobmaerten Thank you for pointing this out. A pull request for French would be greatly appreciated.