jarkko

Jarkko Laine
O'Design
Tampere, Finland
3
8
  • Life On The Edge With Merb, DataMapper & RSpec
    Forked from deimos1986/book_mdar Sun May 04 04:37:39 -0700 2008
    legend
  • DataMapper - Core
    Forked from sam/dm-core Mon Jun 02 08:43:54 -0700 2008
    legend
  • A Finnish version of the Chronic natural language time parsing library
    Created Tue Feb 19 11:09:52 -0800 2008
    legend
  • Merb More: The Full Stack. Take what you need; leave what you don't.
    Forked from wycats/merb-more Mon May 26 03:50:00 -0700 2008
    legend
  • Companion code for Beginning Ruby on Rails E-Commerce
    Created Thu Apr 10 08:16:31 -0700 2008
    legend
  • Bookkeeping application
    Created Fri Apr 04 10:09:59 -0700 2008
    legend
  • Forked from EdvardM/tampere.rb Thu Aug 14 12:47:17 -0700 2008
    legend
  • Code for Unobtrusive Prototype
    Created Sat Aug 30 12:45:31 -0700 2008
    legend

Public Activity  feed

jarkko created unobtrusive_book_code about 1 month ago
New repository is at jarkko/unobtrusive_book_code
jarkko forked mephisto about 1 month ago
Forked repository is at jarkko/mephisto
jarkko started watching mephisto about 1 month ago
mephisto is at technoweenie/mephisto
jarkko forked tampere.rb about 1 month ago
Forked repository is at jarkko/tampere.rb
jarkko started watching tampere.rb about 1 month ago
tampere.rb is at EdvardM/tampere.rb
jarkko committed to sam/dm-core 4 months ago

f8d57fdcf45c61943c5426c645e594c80221b1a5

Merge branch 'master' of git@github.com:sam/dm-core

jarkko committed to sam/dm-core 4 months ago

d0ace4a4c86ffd840649bbc93b474a69a20cecb2

Check that a setter method is not already defined before creating on in Property#create_setter. This fixes a bug where STI classes didn't inherit custom setter methods from their parents.

jarkko committed to sam/dm-core 4 months ago

c58c060adb89fc3161edb9731cba1038fca5d713

Refactored through association specs to use the new syntax (has n, :actual_models => :through_models). Fixed the existing code to make the specs pass.

jarkko committed to jarkko/dm-core 4 months ago

01533e0131907ff1300f7cd65219c32337d44e92

Cleaning up the logger stuff.

jarkko committed to jarkko/dm-core 4 months ago

267ba91a91b53da4cabaf2cb78c440e6a7693fa3

Merge branch 'master' into through_assoc