Profile_bird

Hey there! svenfuchs 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 are you doing? Join today to start receiving svenfuchs's updates.

Already using Twitter
from your phone? Click here.

svenfuchs

  1. @technoweenie feeling your pain. thanks for your work, dude.
  2. blogged about I18n 0.2.0 aka the "@yaroslav-prevails+gettext-p0wned+masao-rocks edition" http://is.gd/1w43b
  3. LH seems to have issues w/ attachments? getting aws NoSuchKey errors for quite some patches. e.g. #2903 or #2871 @technoweenie
  4. - @jlecour 2-3-stable should support that http://is.gd/1vTEs. gotta get our rubyforge releases sorted though. @josevalim will take care :)
  5. just tagged: I18n 0.2.0 http://is.gd/1vRIO - lambda support, custom scope separators, Ruby 1.9 string interpolation syntax
  6. RT @thomasfuchs: seems like the germans are on their way back to the dark ages with their internet censoring. sad.
  7. @invalidrecord ha! awesome :D
  8. @invalidrecord to london? on 22th :)
  9. hell, yeah! RT @tweetie: Test filtering in Tweetie for Mac: http://is.gd/1tHaW (via @atebits)
  10. - @roidrage Happy birthday! :)
  11. generic rails rbac solution. some great ideas in there http://github.com/be9/acl9 i don't agree with everything though
  12. @galenking i've heard good things of nokogiri but i don't really have a clue :)
  13. @galenking because "somebody put it in". it's probably only required by a single engine for a small task. shoudn't be required by default.
  14. should have called this rake task db:deenterprizze
  15. oh "@clemensk is willing but his macbook is not"
  16. - @hakunin not sure what your asking for, but defined? is not a regular method, so "Foo".constantize is not eval'ed.
  17. RT @sunito Scientists extract images directly from brain (2008) http://bit.ly/1a5Z9e <- OMFG
  18. hope i won't be crucified for having closed a naive patch adding fallbacks to the vendored i18n gem directly in rails http://is.gd/1rjJh ;)
  19. - @david_a_black it should store the key on the exception, at least include it to the message though, imo. sry for being so unclear :)
  20. in ruby 1.9 hash.c it says: rb_raise(rb_eKeyError, "key not found") ... dude, why's that? :(