Searched refs:host (Results 1 - 17 of 17) sorted by relevance

/ontohub/spec/support/
H A Dshared_helper.rb2 Elasticsearch::Model.client = Elasticsearch::Client.new host: "localhost:#{elasticsearch_port}"
11 URI(request.uri).host == 'localhost' &&
/ontohub/config/environments/
H A Ddevelopment.rb18 config.action_mailer.default_url_options = {:host => 'localhost'}
/ontohub/app/serializers/
H A Daction_serializer.rb7 host: Settings.hostname,
H A Dformality_level_serializer.rb8 host: Ontohub::Application.config.fqdn,
H A Dlicense_model_serializer.rb8 host: Ontohub::Application.config.fqdn,
H A Dlogic_serializer.rb8 host: Ontohub::Application.config.fqdn,
H A Dontology_type_serializer.rb8 host: Ontohub::Application.config.fqdn,
H A Dlogic_mapping_serializer.rb7 host: Ontohub::Application.config.fqdn,
H A Drepository_serializer.rb8 host: Ontohub::Application.config.fqdn,
/ontohub/config/initializers/
H A Dhostname.rb41 Ontohub::Application.routes.default_url_options[:host] = Hostname.fqdn
43 Ontohub::Application.routes.default_url_options[:host] << ":#{Hostname.port}"
/ontohub/lib/
H A Diri_url_builder.rb17 host: Ontohub::Application.config.fqdn,
H A Dexternal_repository.rb71 host = match[4]
73 File.join(host, path)
H A Drake_helper.rb132 name = uri.host
/ontohub/git/lib/
H A Dontohub_net.rb41 def host method in class:OntohubNet
76 access_url = "#{host}/repositories/#{repo_path}/ssh_access"
/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,
/ontohub/config/
H A Dapplication.rb95 Settings.action_mailer[:default_url_options][:host] ||= config.fqdn
/ontohub/spec/
H A Dhets_helper.rb27 %i(scheme host query fragment).all? { |m| uri1.send(m) == uri2.send(m)}

Completed in 193 milliseconds