Waclaw Luczak

Results 2 comments of Waclaw Luczak

quick but not ideal solution is: ``` ruby device = Gcm::Device.find_or_create_by_registration_id(params[:regId]) device.last_registered_at = nil device.save ```

Hi All! I created "pull request to this pull request" - https://github.com/Envek/ipaddr/pull/1- (because my changes based on this PR changes) to support for IP addresses represented in hexadecimal, octal or...