search for: data_mapp

Displaying 2 results from an estimated 2 matches for "data_mapp".

Did you mean: data_main
2011 Nov 02
3
activeldap and migrations
...cally create migrations) perhaps my problem stems from here... cwhite@nxpc:~/tti_framework$ head -n 5 config/application.rb require File.expand_path(''../boot'', __FILE__) require ''rails/all'' require "active_ldap/railtie" require ''will_paginate/data_mapper'' But I don''t know. Anyone know how I can clean this nuisance up? -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white-wmL3h9Ogt9Bhl2p70BpVqQ@public.gmane.orgm 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicatin...
2007 Nov 27
2
Expectations on Class Methods
Sorry about the non-specific subject. Here''s what I''m trying to do. I have a method: DataMapper::Database.setup That I want to create an expectation on. I wrote: DataMapper::Database.should_receive(:setup).once.and_return (connection_hash) The call to setup is invoked in the "Object" namespace. I.e., it is setup code, and not in any method or class. I can see