Wing Leung
Wing Leung
Hi, i followed the http://railscasts.com/episodes/296-mercury-editor?view=comments&_=1428483497495. I know to use "saveUrl" rather than "saveURL", turn off turbolink and data-mercury="full". It works. However, i am thinking how to prevent loading mercury.js on...
``` const start = ICAL.Time.fromString('2013-05-22T22:00:09Z') const ruleString = 'FREQ=WEEKLY;BYDAY=MO;UNTIL=20141029T150006Z' const recur = ICAL.Recur.fromData(ICAL.Recur._stringToData(ruleString'), true)) const iterator = recur.iterator(start) ``` iterator.next is finding Monday in UTC timezone. How could i change...
multilang :content, :required => [:en] The above validation will validate all locales rather than just :en. I think line70 is the reason why it happens In active_record_extensions.rb#L70 # attribute presence...