Profile_bird

Hey there! dtsato is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving dtsato's tweets.

Already using Twitter
from your phone? Click here.

dtsato

  1. first spam on #thoughtworks #gmail: Apple advertising.. No, I don't want to spend money just because it's Black Friday. Thank you, Apple
  2. Evolving our build and deployment pipeline... #cruise rocks!
  3. bug shaving: when fixing a bug uncovers another bug, which uncovers another bug, which uncover another...
  4. @RichardWiseman You need to put a link to the AppStore on the post and on the YouTube video (if that's possible). The app is awesome!
  5. protip: write a unit test for your monkey patch that explains your intent and will fail if you try to upgrade. Just saved me hours of debug
  6. @bguthrie good presentation, man! rock them all :)
  7. Client walked in and, instead of interrupting everyone asking for status updates, he looked at the wall and walked away. #teamwall #win
  8. @cv Say hi to Lauren once she arrives!!
  9. I'm in! RT @lunivore #xtc tonight is at Zuhlke's offices Luke Hohmann will be leading a discussion about Innovation Games http://is.gd/4TtE2
  10. Just posted my solution to the named_scope issue today: http://bit.ly/2fsghB
  11. Just for the record: http://bit.ly/3BBjPS was marked as won't fix. This might be out in Rails 3... #activerecord #named_scope
  12. @jonysk named_scope uses with_scope, and it always yields when called. So I can't capture the scope at that point without yielding
  13. @bguthrie Apparently not (unless I'm doing something weird). Documentation says "Shirt.red represents the query Shirt.find(:all, ...)"
  14. @jonysk which version of ActiveRecord are you running? This is not the behaviour I'm seeing here
  15. @patkua don't know why, but Certified Scrum Master comes to mind... :)
  16. @jonysk once you finish a chain, even without calling "all" or "first", it assumes "all"
  17. @jonysk what I mean is you can't assign a partial chain, to make further modifications to it (or simply grab the merged options)
  18. wish I could get hold of a chain of named_scopes without performing any query (which means it can't be dynamically composed) #activerecord
  19. @georgeguimaraes perfect! thanks!
  20. Where do you guys access the Rails API? railsbrain.com is a bit outdated