Searched refs:Application (Results 1 - 25 of 34) sorted by relevance
12
/ontohub/config/ |
H A D | environment.rb | 5 Ontohub::Application.initialize!
|
/ontohub/config/initializers/ |
H A D | session_store.rb | 3 Ontohub::Application.config.session_store :cookie_store, key: '_ontohub_session' 8 # Ontohub::Application.config.session_store :active_record_store
|
H A D | secret_token.rb | 7 Ontohub::Application.config.secret_token = Settings.secret_token.to_s
|
H A D | hostname.rb | 33 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 D | devise.rb | 8 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 D | paths.rb | 42 if defined?(Ontohub::Application) 43 Ontohub::Application.configure do |app|
|
/ontohub/db/seeds/ |
H A D | 002-clean_git.rb | 2 FileUtils.rm_rf Ontohub::Application.config.git_root
|
/ontohub/lib/ |
H A D | settings_interpreter.rb | 3 if defined?(Ontohub::Application) 4 Ontohub::Application.configure do |app|
|
H A D | iri_url_builder.rb | 17 host: Ontohub::Application.config.fqdn, 18 port: Ontohub::Application.config.port,
|
H A D | external_mapping.rb | 4 mappings = Ontohub::Application.config.external_url_mapping[external_target]
|
/ontohub/db/ |
H A D | seeds.rb | 20 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 D | formality_level_serializer.rb | 8 host: Ontohub::Application.config.fqdn, 9 port: Ontohub::Application.config.port)
|
H A D | license_model_serializer.rb | 8 host: Ontohub::Application.config.fqdn, 9 port: Ontohub::Application.config.port)
|
H A D | logic_serializer.rb | 8 host: Ontohub::Application.config.fqdn, 9 port: Ontohub::Application.config.port)
|
H A D | ontology_type_serializer.rb | 8 host: Ontohub::Application.config.fqdn, 9 port: Ontohub::Application.config.port)
|
H A D | logic_mapping_serializer.rb | 7 host: Ontohub::Application.config.fqdn, 8 port: Ontohub::Application.config.port)
|
H A D | repository_serializer.rb | 8 host: Ontohub::Application.config.fqdn, 9 port: Ontohub::Application.config.port)
|
H A D | action_serializer.rb | 8 port: Ontohub::Application.config.port)
|
/ontohub/config/environments/ |
H A D | development.rb | 1 Ontohub::Application.configure do
|
H A D | test.rb | 1 Ontohub::Application.configure do
|
H A D | production.rb | 1 Ontohub::Application.configure do
|
/ontohub/spec/lib/ |
H A D | external_mapping_spec.rb | 8 @mappings = Ontohub::Application.config.external_url_mapping["wiki"]
|
/ontohub/ |
H A D | Rakefile | 8 Ontohub::Application.load_tasks
|
/ontohub/spec/factories/ |
H A D | repository_factory.rb | 12 path = File.join(Ontohub::Application.config.git_root, 'repository') 34 path = File.join(Ontohub::Application.config.git_root, 'repository')
|
/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, 67 port: Ontohub::Application.config.port}
|
Completed in 59 milliseconds
12