Viewing profile — nicolasMLV
nicolasMLV
HN member- Joined
- Fri, Jan 09, 2015, 2:24 AM UTC
- HN karma
- 33
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About nicolasMLV
Recent public activity
-
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…
-
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}"`
- story
-
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…
- story
-
comment
Comment #13521224
David Heinemeier Hansson, CTO of Basecamp and Creator of Ruby on Rails https://www.twitter.com/dhh
-
comment
Comment #12829898
You could simplify this var counter = 0; $(document).ready(function() { var $output = $('#output'); $('#increment').click(function() { counter++; $output.html(counter); }); $output…
-
comment
Comment #12624960
been using it for 1 year to swap keys (beer+keyboard accident...) and it works well
-
comment
Comment #12589027
In 2013 I declined an offer (first job, graduate): software dev in bigco (IT Provider travel industry), £38K
-
comment
Comment #12384445
yes, that is event delegation : https://learn.jquery.com/events/event-delegation/
-
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/
- story
-
comment
Comment #12195218
Great but Turbolinks 5 and Action Cable (web sockets) are missing
-
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?)
-
comment
Comment #11754337
Here is a new blogpost from DHH "Provide sharp knives" https://m.signalvnoise.com/provide-sharp-knives-cc0a22bf7934
-
comment
Comment #10760724
Just been removed from https://www.producthunt.com/upcoming although 20 upvotes
- story