Searched refs:Application (Results 1 - 25 of 34) sorted by relevance

12

/ontohub/config/
H A Denvironment.rb5 Ontohub::Application.initialize!
/ontohub/config/initializers/
H A Dsession_store.rb3 Ontohub::Application.config.session_store :cookie_store, key: '_ontohub_session'
8 # Ontohub::Application.config.session_store :active_record_store
H A Dsecret_token.rb7 Ontohub::Application.config.secret_token = Settings.secret_token.to_s
H A Dhostname.rb33 port = Ontohub::Application.config.port
35 "#{scheme}://#{Ontohub::Application.config.fqdn}#{port}"
39 Ontohub::Application.config.fqdn = Hostname.fqdn
40 Ontohub::Application.config.port = Hostname.port
41 Ontohub::Application.routes.default_url_options[:host] = Hostname.fqdn
43 Ontohub::Application.routes.default_url_options[:host] << ":#{Hostname.port}"
H A Ddevise.rb8 config.secret_key = Ontohub::Application.config.secret_token
18 "#{Settings.email}@#{Ontohub::Application.config.fqdn}"
73 # The realm used in Http Basic Authentication. 'Application' by default.
74 # config.http_authentication_realm = 'Application'
H A Dpaths.rb42 if defined?(Ontohub::Application)
43 Ontohub::Application.configure do |app|
/ontohub/db/seeds/
H A D002-clean_git.rb2 FileUtils.rm_rf Ontohub::Application.config.git_root
/ontohub/lib/
H A Dsettings_interpreter.rb3 if defined?(Ontohub::Application)
4 Ontohub::Application.configure do |app|
H A Diri_url_builder.rb17 host: Ontohub::Application.config.fqdn,
18 port: Ontohub::Application.config.port,
H A Dexternal_mapping.rb4 mappings = Ontohub::Application.config.external_url_mapping[external_target]
/ontohub/db/
H A Dseeds.rb20 FileUtils.rm_rf(Dir.glob(Ontohub::Application.config.git_root.join('*')))
21 FileUtils.rm_rf(Dir.glob(Ontohub::Application.config.git_daemon_path.join('*')))
22 FileUtils.rm_rf(Dir.glob(Ontohub::Application.config.git_ssh_path.join('*')))
23 FileUtils.rm_rf(Dir.glob(Ontohub::Application.config.commits_path.join('*')))
/ontohub/app/serializers/
H A Dformality_level_serializer.rb8 host: Ontohub::Application.config.fqdn,
9 port: Ontohub::Application.config.port)
H A Dlicense_model_serializer.rb8 host: Ontohub::Application.config.fqdn,
9 port: Ontohub::Application.config.port)
H A Dlogic_serializer.rb8 host: Ontohub::Application.config.fqdn,
9 port: Ontohub::Application.config.port)
H A Dontology_type_serializer.rb8 host: Ontohub::Application.config.fqdn,
9 port: Ontohub::Application.config.port)
H A Dlogic_mapping_serializer.rb7 host: Ontohub::Application.config.fqdn,
8 port: Ontohub::Application.config.port)
H A Drepository_serializer.rb8 host: Ontohub::Application.config.fqdn,
9 port: Ontohub::Application.config.port)
H A Daction_serializer.rb8 port: Ontohub::Application.config.port)
/ontohub/config/environments/
H A Ddevelopment.rb1 Ontohub::Application.configure do
H A Dtest.rb1 Ontohub::Application.configure do
H A Dproduction.rb1 Ontohub::Application.configure do
/ontohub/spec/lib/
H A Dexternal_mapping_spec.rb8 @mappings = Ontohub::Application.config.external_url_mapping["wiki"]
/ontohub/
H A DRakefile8 Ontohub::Application.load_tasks
/ontohub/spec/factories/
H A Drepository_factory.rb12 path = File.join(Ontohub::Application.config.git_root, 'repository')
34 path = File.join(Ontohub::Application.config.git_root, 'repository')
/ontohub/app/models/
H A Dontology_version.rb61 #Rails.application.routes.url_helpers.repository_ref_path(repository, commit_oid, ontology.path, params.reverse_merge(host: Ontohub::Application.config.fqdn, port: Ontohub::Application.config.port, only_path: false))
66 {host: Ontohub::Application.config.fqdn,
67 port: Ontohub::Application.config.port}

Completed in 59 milliseconds

12