Searched refs:host (Results 1 - 17 of 17) sorted by relevance
/ontohub/spec/support/ |
H A D | shared_helper.rb | 2 Elasticsearch::Model.client = Elasticsearch::Client.new host: "localhost:#{elasticsearch_port}" 11 URI(request.uri).host == 'localhost' &&
|
/ontohub/config/environments/ |
H A D | development.rb | 18 config.action_mailer.default_url_options = {:host => 'localhost'}
|
/ontohub/app/serializers/ |
H A D | action_serializer.rb | 7 host: Settings.hostname,
|
H A D | formality_level_serializer.rb | 8 host: Ontohub::Application.config.fqdn,
|
H A D | license_model_serializer.rb | 8 host: Ontohub::Application.config.fqdn,
|
H A D | logic_serializer.rb | 8 host: Ontohub::Application.config.fqdn,
|
H A D | ontology_type_serializer.rb | 8 host: Ontohub::Application.config.fqdn,
|
H A D | logic_mapping_serializer.rb | 7 host: Ontohub::Application.config.fqdn,
|
H A D | repository_serializer.rb | 8 host: Ontohub::Application.config.fqdn,
|
/ontohub/config/initializers/ |
H A D | hostname.rb | 41 Ontohub::Application.routes.default_url_options[:host] = Hostname.fqdn 43 Ontohub::Application.routes.default_url_options[:host] << ":#{Hostname.port}"
|
/ontohub/lib/ |
H A D | iri_url_builder.rb | 17 host: Ontohub::Application.config.fqdn,
|
H A D | external_repository.rb | 71 host = match[4] 73 File.join(host, path)
|
H A D | rake_helper.rb | 132 name = uri.host
|
/ontohub/git/lib/ |
H A D | ontohub_net.rb | 41 def host method in class:OntohubNet 76 access_url = "#{host}/repositories/#{repo_path}/ssh_access"
|
/ontohub/app/models/ |
H A D | ontology_version.rb | 61 #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 D | application.rb | 95 Settings.action_mailer[:default_url_options][:host] ||= config.fqdn
|
/ontohub/spec/ |
H A D | hets_helper.rb | 27 %i(scheme host query fragment).all? { |m| uri1.send(m) == uri2.send(m)}
|
Completed in 193 milliseconds