Tworedkites

Joined

3,140 Experience
31 Lessons Completed
0 Questions Solved

Activity

Very good topic for a screencast + for JSP itself.

Posted in Exporting Records To CSV Discussion

hi Chris, I tried your advise about csv << [user.name, user.email, user.coupon.code], but now I want customise de headers for the report. how can i do it

Little es6 javascript tweak, we can switch from this.success.bind(this) to this.success if we define the functions with => operator:

success = (position) => {
 ...
}
error = () => {
...
}

Posted in In-App Messages Between Users Discussion

Hey Chris - The gem in this video hasn't been updated in a little under 2 years now. Is there a better way to implement In app messaging with rails 6? especially with Jumpstart?