Sha256: 0c92bedb22750fbffdbfb9300a59f4b0b91078ac38838d6249759117db1ebc57

Contents?: true

Size: 688 Bytes

Versions: 14

Compression:

Stored size: 688 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/rho'
    require 'rho/render'
    
    require 'rho'
	
    puts 'RHO loaded'
    Rho::RHO.new
rescue Exception => e
    trace_msg = e.backtrace.join("\n")
    puts 'Create RHO framework failed: ' + e.inspect + ";Trace: #{trace_msg}"
end    

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-2.3.2 lib/framework/rhoframework.rb
rhodes-2.3.2.beta.2 lib/framework/rhoframework.rb
rhodes-2.3.2.beta.1 lib/framework/rhoframework.rb
rhodes-2.3.1 lib/framework/rhoframework.rb
rhodes-2.3.1.beta.1 lib/framework/rhoframework.rb
rhodes-2.3.0 lib/framework/rhoframework.rb
rhodes-2.3.0.beta.3 lib/framework/rhoframework.rb
rhodes-2.3.0.beta.2 lib/framework/rhoframework.rb
rhodes-2.3.0.beta.1 lib/framework/rhoframework.rb
rhodes-2.2.6 lib/framework/rhoframework.rb
rhodes-2.2.6.beta.1 lib/framework/rhoframework.rb
rhodes-2.2.5 lib/framework/rhoframework.rb
rhodes-2.2.5.beta.3 lib/framework/rhoframework.rb
rhodes-2.2.5.beta.2 lib/framework/rhoframework.rb