I hereby claim:
- I am danbeaulieu on github.
- I am djbkeybase (https://keybase.io/djbkeybase) on keybase.
- I have a public key ASC5v0RPdGlZ6gB6VVNi_YmCBn-TYVaMPXD95y_Z9gujvAo
To claim this, I am signing this object:
| class OneListener | |
| def success(range) | |
| puts "range is #{range}" | |
| end | |
| end | |
| def return_range(num) | |
| Date.today..Date.today + num.day | |
| end |
| = f.fields_for :product_images do |image_fields| | |
| - if image_fields.object.new_record? | |
| = image_fields.file_field :image | |
| - else | |
| %span |
| en: | |
| foo: hello | |
| products: | |
| bar: goodbye | |
| 1.9.3p194 :001 > I18n.t('foo') | |
| => "hello" | |
| 1.9.3p194 :002 > I18n.t('products.bar') | |
| => "translation missing: en.products.bar" |
| # in my _form.html.haml | |
| = check_box :product, :exempt_from_schedule_policy | |
| # as rendered in html | |
| <input type="hidden" value="true" name="product[exempt_from_schedule_policy]"> | |
| <input id="product_exempt_from_schedule_policy" type="checkbox" value="true" name="product[exempt_from_schedule_policy]" checked="checked"> | |
| # post params as reported by firebug | |
| utf8=%E2%9C%93&_method=put&authenticity_token=PtM7RQILcKoIzFi77abbFbobve9KEs5q9kCfofnZ8og%3D&product%5Bexempt_from_schedule_policy%5D=true&commit=Save+%26+continue |
I hereby claim:
To claim this, I am signing this object: