This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							# Load the rails application
 | 
						
						
						
						
							 | 
							
							require File.expand_path('../application', __FILE__)
 | 
						
						
						
						
							 | 
							
							require 'yaml'
 | 
						
						
						
						
							 | 
							
							YAML::ENGINE.yamler = 'syck'
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							# Initialize the rails application
 | 
						
						
						
						
							 | 
							
							Orbit::Application.initialize!
 |