Nicolas
Nicolas
Hello, Was playing around with your gem (btw thanks amazing work !) , was wondering why you rely on after_update/create callbacks of version creation, instead of relying on the standard...
Hello, I'm implementing your gem in one project (thx for wthe good work btw! ;-) ), and was wondering why you rely on after_create & update callback when creating a...
Hello, I use drapper to decorates models in the context of my app and its admin interface. Say for a model class Document i have 2 different decorators `DocumentDecorator` and...
Correct me if i misunderstand how it (should) work, but i came to the conclusion that findOrCreate, when updating a pre-existing model instance, do it silently if silent option is...
Hello, I've the pg_search implemtentation : ``` ruby class Product include PgSearch pg_search_scope :search_by_title, against: :title, using:{ tsearch: { dictionary: 'simple', prefix: true, tsvector_column: 'tsv' } } end ``` here...
Brazil spec defined according to Brazilian Central Bank website doc http://www.bcb.gov.br/Pom/Spb/Ing/IBAN-Guidelines_English.pdf
country code BR
Hello, `:collection` option expects a `[value, label]` array whereas `simple_form` (and rails `options_for_select` helper) expect `[label, value]` Pretty disturbing, may we change line 25 of `helper.rb` ? I propose to...
keep the standard prototype for INPUTS builder methods by setting label through options fixes for select & collection_select builder method