Gabriel Sobrinho
Gabriel Sobrinho
@carlosantoniodasilva can be closed with #48 being merged.
Yep, exactly! Take a look: ``` ruby ```
Sorry, submitted without code: ``` ruby irb(main):002:0> publicity.value => # irb(main):003:0> publicity.value.to_s => "30.015" irb(main):004:0> publicity.localized.value => "30,02" ``` But I'm expecting this: ``` ruby irb(main):006:0> helper.number_with_precision publicity.value, :precision =>...
I forgot, we are workarounding this issue using that bizarre code: ``` ruby class Person < ActiveRecord::Base belongs_to :personable, :polymorphic => true accepts_nested_attributes_for :personable def personable_attributes=(personable_attributes, options = {}) self.personable...
@jkowens but we can do one single query to query all the records like my second example. It basically counts how many categories there are in all posts and makes...
Sorry, misreport on that one, using nil it does validate but using inexistent ids doesn't.
Fixed in original report.
I will make a PR for that.
I'm working on that on #81.
@rocketscream ping