search for: 3366ff

Displaying 3 results from an estimated 3 matches for "3366ff".

Did you mean: 3366
2012 Feb 02
3
MVC questions with rails
2008 Jul 08
1
Mysql replication stopped after 5.2 update.
...version of Centos 5.2? After I upgraded, the replication broke, the relay file got corrupted, I had to downgrade for it to work again.<br> <br> []s.<br> <br> <div class="moz-signature">-- <br> <title>OpSign</title> <font color="#3366ff">__________________________________________________</font><br> <table border="0" cellpadding="0" cellspacing="0" width="350"> <tbody> <tr> <td valign="top" width="130"> <font color...
2007 Feb 15
17
Odd parameter munging with with()
Hi, I have this setup block: setup do session[:login] = ''jhughes'' @user = mock("user") User.stub!(:find).and_return(@user) @params = {:cn => "Bilbo Baggins", :telephoneNumber => "416-277-4418", :mail => "bilbo at baggins.com"} end And then this spec: specify "should update and save the