This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe Manage::UsersController do | |
before(:each) do | |
@current_user = Factory(:user, :roles_mask => 1) #set as admin | |
sign_in @current_user | |
end | |
context 'GET index' do | |
it 'should get :index' do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.css('opacity', 0.6) | |
.mousedown( | |
function() { | |
var direction = 'left'; | |
if($(this).is('.ad-forward')) { | |
direction = 'right'; | |
}; | |
thumbs_scroll_interval = setInterval( | |
function() { | |
has_scrolled++; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?993962-aWULigrCFZ-v2"></script><noscript><a href="http://www.formstack.com/forms/?993962-aWULigrCFZ" title="Online Form">Online Form - Host Evaluation</a></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?886191-2nAIlGeU1q-v2"></script><noscript><a href="http://www.formstack.com/forms/?886191-2nAIlGeU1q" title="Online Form">Online Form - Frontline Shepherds Conference Report</a></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?1007152-2nAIlGeU1q-v2"></script><noscript><a href="http://www.formstack.com/forms/?1007152-2nAIlGeU1q" title="Online Form">Online Form - Frontline Shepherds PreConference Budget</a></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?886191-2nAIlGeU1q-v2"></script><noscript><a href="http://www.formstack.com/forms/?886191-2nAIlGeU1q" title="Online Form">Online Form - Financials</a></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?886191-2nAIlGeU1q-v2"></script><noscript><a href="http://www.formstack.com/forms/?886191-2nAIlGeU1q" title="Online Form">Online Form - Financials</a></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// roommateappAppDelegate.m | |
// roommateapp | |
// | |
// Created by Court Simas on 4/4/10. | |
// Copyright Court Simas 2010. All rights reserved. | |
// | |
#import "roommateappAppDelegate.h" | |
#import "RootViewController.h" |