Giovanni Cappellotto
Giovanni Cappellotto
A OAith 1 access token/secret pair can be shared only across clients using the same id/secret, so the current implementation of API's Twitter auth is basically unusable. To let consumers...
Before authorizations embedded documents existed, auth data was stored in the users documents. Active users' data should be up to date, because auth data is updated during session creation. Let's...
Some of the indexes that are present in the production DB, miss definitions in their relative model class, let's add them. - `projects` - `{ v: 1, key: { user_id:...
See https://devcenter.heroku.com/articles/please-do-not-use-asset-sync
use **faye** on heroku to put some realtime in tomatoes: 1. realtime ranking updates 2. follow users running tomatoes documentation: - http://faye.jcoglan.com/ruby.html - http://railscasts.com/episodes/260-messaging-with-faye?view=asciicast - https://github.com/ntenisOT/Faye-Example-Application - https://github.com/ntenisOT/Faye-Heroku-Cedar-RedisToGo
a user should be able to set timer sounds theme. a timer sounds theme is composed by 2 sounds: 1. end tomato sound 2. squash tomato sound
Version 0.13.2 introduced a white overlay that hides the section where flash messages appear, making it less clear that a new tomato has been created. The suggested solution is to...
There's a common use case where we sort tomatoes by creation date. @dalpo suggested to create something like this: ```ruby scope :sorted_desc, -> { order_by([[:created_at, :desc], [:_id, :desc]]) } ```...
See https://twitter.com/alisaesage/status/430961971102367744