Sha256: 4790d2f9370b22e9c3eec920ea71eaba989ed8794f5367ec9872893bdc061b23

Contents?: true

Size: 580 Bytes

Versions: 13

Compression:

Stored size: 580 Bytes

Contents

begin

    if defined? RHO_ME
	    require 'rationalME'
    else	
        require 'rational'
    end
    
    require 'rhom/rhom_db_adapter'
	
    require 'rhom/rhom_object'
    require 'rhofsconnector'
	
    require 'rhom/rhom_object_factory'
    
    require 'rhom/rhom'
    require 'rhom'

    require 'rho/rhoapplication'

    require 'indifferent_access'
    require 'rho/rhosupport'    
    require 'rho/rhocontroller'    
    require 'rho/render'

    require 'rho/rho'
    require 'rho'
	
    puts 'RHO loaded'
    Rho::RHO.new
rescue Exception => e
    puts e.message
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rhodes-2.0.3 lib/framework/rhoframework.rb
rhodes-2.0.2 lib/framework/rhoframework.rb
rhodes-2.0.0 lib/framework/rhoframework.rb
rhodes-2.0.0.rc2 lib/framework/rhoframework.rb
rhodes-2.0.0.rc1 lib/framework/rhoframework.rb
rhodes-2.0.0.beta11 lib/framework/rhoframework.rb
rhodes-2.0.0.beta10 lib/framework/rhoframework.rb
rhodes-2.0.0.beta9 lib/framework/rhoframework.rb
rhodes-2.0.0.beta8 lib/framework/rhoframework.rb
rhodes-2.0.0.beta7 lib/framework/rhoframework.rb
rhodes-2.0.0.beta6 lib/framework/rhoframework.rb
rhodes-2.0.0.beta4 lib/framework/rhoframework.rb
rhodes-2.0.0.beta3 lib/framework/rhoframework.rb