Talk:Meetings

From Gainesville Ruby Users Group wiki

Revision as of 23:44, 4 October 2009 by Srinivas.muddana (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Topics of interest

Sign your username (use ~~~~) under topics you'd like to see addressed, with comments if you have something to say.

  • rspec
    • I'll probably give a presentation on RSpec when I've finished studying up on it. —Christian Campbell 23:32, 25 August 2009 (UTC)
  • shoulda
  • agile / non-agile work practices (how waterfall is your agile?)
  • mixins / singleton methods (show how to mix in stuff, and why it's nice)
  • unit testing (importance, when to write tests, test-driven development vs DRY, what to test for)
  • git
  • github
  • do ... end (demo .each and then other things that take a block)
  • yield (show how to make something that takes a block)
  • method_missing (a cool feature, but gives a good understanding of Ruby's message passing)
  • Ruby on Rails
  • irb (repls rule)
  • Merb
  • filesystem
  • networking
  • concurrency
  • database - Jim?
  • web
  • gems
  • ORM systems
  • freenode
  • Rubinius - Franco?
  • JRuby
  • rvm

Past topics

  • DSL (Ruby is a very popular DSL platform, a simple demo should suffice)