Profile_bird

Hey there! bobngu 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 bobngu's updates.

Already using Twitter
from your phone? Click here.

bobngu

  1. http://railscasts.com/ Ryan Bates gives awesome Ruby on Rails screencasts.
  2. http://bit.ly/HNVhU authlogic looks promising except it seems to have an issue with cookie session store (which I plan to use) #rails
  3. http://github.com Rails developers have a love fest with github, a lot of projects are using it, Cucumber, restful_authentication, Authlogic
  4. http://bit.ly/hzOTL Cucumber, story driven development and testing for Rails.
  5. @nanotechno how does restful_authentication compare to Rails engines Login engine or Login plugin?
  6. BTW what's the general developer consensus on Rails engine, good thing or bad thing?
  7. So before I write my own Rails user management code, is there a good plugin or engine I can use?
  8. Doing database design for my super secret startup, I feel like wearing a mask and cap when I said that.
  9. Refreshing my memory on Ruby on Rails RESTful support, they make it so easy it's a sin not to use it.
  10. Just learned about CSS !important declaration, neat.
  11. There doesn't appear to be much difference between HTML DL and UL / OL tags, eh.
  12. @SoftMind what is the Google Summer of code for Ruby on Rails?
  13. Does anyone know if I need to set the pool and timeout parameters in database.yml for MySQL?
  14. Very cool! RT @marshallk @derekwillis: NYT releases Map/Reduce Toolkit, in Ruby: http://bit.ly/13QblF
  15. Dang it, upgrading Ruby to 1.8.6 broke my app, something about gsub being private method, gotta debug.
  16. It appears that upgrading Ruby is as simple (hopefully) as unzipping a newer version of Ruby on top of the existing version.
  17. @SoftMind re: CSS framework, I'm using Blueprint, anything else better?
  18. RT @dcagle: ART WORLD SHOCKER! Did Van Gogh not cut off his own ear? http://tinyurl.com/c6vsv3
  19. http://bit.ly/10uxo1 Because of the controversy surrounding some Ruby 1.8.7 backward compatability, Engineyard has agreed to maintain 1.8.6.
  20. So it appears that is some consensus for developers to stick with Ruby 1.8.6 instead of upgrading to 1.8.7 and waiting for 1.9 to stabilize