David Wood

Joined

720 Experience
0 Lessons Completed
1 Question Solved

Activity

Ruby on rails developer - Poland
Mandatory:
knowledge of Ruby on Rails, HAML/SCSS
ability to deal efficiently with databases
fluent in English
Nice-to-have:
experience in JavaScript frameworks and libraries (AngularJS/Ember.js, React, jQuery),
knowledge of Scrum and Agile methodologies
Benefits:
own macbook
additional accessories
free food
private health insurance
More information on:
https://www.netguru.co/career/ruby-on-rails-developer

Posted in How to start and stop ngrok with Thin server?

Unfortunately using a gem in this case is one of the best solution.

Posted in s3 images not showing up in gmail?

I have experienced this problem as well and it was solved with the following:

  • Including the scheme in the src url (using "//" does not work - use full scheme EG: "https://")
  • Including width and height attributes
  • Including style="display:block" attribute
  • Including both alt and title attributes

For example:

<img src="https://static.mydomain.com/images/logo.png" alt="Logo" title="Logo" style="display:block" width="200" height="87" />