Skip to content

Instantly share code, notes, and snippets.

@solnic
Created December 5, 2012 09:01
Show Gist options
  • Select an option

  • Save solnic/4214034 to your computer and use it in GitHub Desktop.

Select an option

Save solnic/4214034 to your computer and use it in GitHub Desktop.
git clone https://github.com/solnic/dm-mapper
cd dm-mapper
spec spec/unit -e spec spec/unit -e 'DataMapper::Relation::Graph::Connector::Builder.call with one-to-many via other via another adds songs_X_song_tags_X_tags_X_infos connector'
https://github.com/solnic/dm-mapper/blob/rbx-alias-look-up-repro/lib/data_mapper/relation/graph/node/aliases/unary.rb#L45-L53
@dbussink
Copy link
Copy Markdown

dbussink commented Dec 5, 2012

Just ran this and got:

../rubinius/bin/rbx -X19 -G -S spec spec/unit -e spec spec/unit -e 'DataMapper::Relation::Graph::Connector::Builder.call with one-to-many via other via another adds songs_X_song_tags_X_tags_X_infos connector'
..

Finished in 0.535609 seconds

2 examples, 0 failures

@dbussink
Copy link
Copy Markdown

dbussink commented Dec 5, 2012

Ah, guess I have to use the rbx-alias-look-up-repro branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment