Live data from Hacker News

Viewing profile — nicolasMLV

nicolasMLV

HN member
Joined
Fri, Jan 09, 2015, 2:24 AM UTC
HN karma
33
Public activity
17 items

About nicolasMLV

twitter.com/nicolasmlv

Recent public activity

  1. comment
    Comment #18285136

    Rails uses foreign keys by default, usually I generate a migration file with `rails generate migration AddThisToThing this:references` Then this line is generated `add_reference :t…

  2. comment
    Comment #17426206

    It is mainly a wrapper around this chrome headless command : (maybe you only need that) `#{chrome_alias} --headless --disable-gpu --print-to-pdf="#{pdf_path}" "#{html_url}"`

  3. story
  4. comment
    Comment #15879897

    Turbolinks is the official Front-end part of Rails and it works very well, but there is no mention of it in the article neither in the hackernews comments, so i think it is under-u…

  5. story
  6. comment
    Comment #13521224

    David Heinemeier Hansson, CTO of Basecamp and Creator of Ruby on Rails https://www.twitter.com/dhh

  7. comment
    Comment #12829898

    You could simplify this var counter = 0; $(document).ready(function() { var $output = $('#output'); $('#increment').click(function() { counter++; $output.html(counter); }); $output…

  8. comment
    Comment #12624960

    been using it for 1 year to swap keys (beer+keyboard accident...) and it works well

  9. comment
    Comment #12589027

    In 2013 I declined an offer (first job, graduate): software dev in bigco (IT Provider travel industry), £38K

  10. comment
    Comment #12384445

    yes, that is event delegation : https://learn.jquery.com/events/event-delegation/

  11. comment
    Comment #12384430

    You can use event delegation for button handling : `$(document).on('click', '.button-list', my_function);` https://learn.jquery.com/events/event-delegation/

  12. story
  13. comment
    Comment #12195218

    Great but Turbolinks 5 and Action Cable (web sockets) are missing

  14. comment
    Comment #12002961

    Let's hope Github will find a way for users to be able to 'tip' maintainers. I concede it is very hard to find the solution (Who? When? How much?)

  15. comment
    Comment #11754337

    Here is a new blogpost from DHH "Provide sharp knives" https://m.signalvnoise.com/provide-sharp-knives-cc0a22bf7934

  16. comment
    Comment #10760724

    Just been removed from https://www.producthunt.com/upcoming although 20 upvotes

  17. story