Searched refs:to_s (Results 1 - 25 of 140) sorted by relevance

123456

/ontohub/app/helpers/
H A Dtag_helper.rb7 if (eval "resource." + tag.to_s)
9 result += first ? tag.to_s : (yield tag.to_s)
11 result += first ? tag.to_s : ' ' + tag.to_s
H A Dmime_type_helper.rb15 mimetype.to_s
/ontohub/config/initializers/
H A Dsecret_token.rb7 Ontohub::Application.config.secret_token = Settings.secret_token.to_s
/ontohub/spec/models/
H A Dtactic_script_spec.rb12 context 'to_s' do
14 expect(subject.to_s).to include(subject.time_limit.to_s)
19 expect(subject.to_s).to include(extra_option.to_s)
H A Dsymbol_group_spec.rb8 it 'should have the same value on name and to_s' do
9 symbol_group.name.should equal(symbol_group.to_s)
H A Dprover_spec.rb5 it 'to_s is the display_name' do
6 expect(prover.to_s).to eq(prover.display_name)
/ontohub/app/models/
H A Dprover.rb4 def to_s method in class:Prover
H A Dsupport.rb8 def to_s method in class:Support
H A Dtactic_script_extra_option.rb6 def to_s method in class:TacticScriptExtraOption
H A Dgenerated_axiom.rb5 alias_attribute :to_s, :name
H A Dtactic_script.rb3 has_many :extra_options, class_name: TacticScriptExtraOption.to_s
6 def to_s method in class:TacticScript
H A Dformality_level.rb14 def to_s method in class:FormalityLevel
H A Dlanguage_adjoint.rb13 def to_s method in class:LanguageAdjoint
H A Dlogic_adjoint.rb13 def to_s method in class:LogicAdjoint
H A Dserialization.rb9 def to_s method in class:Serialization
H A Dsymbol_group.rb11 def to_s method in class:SymbolGroup
H A Dtask.rb14 def to_s method in class:Task
H A Durl_map.rb10 def to_s method in class:UrlMap
/ontohub/db/data/
H A D20160719133546_preload_locids.rb3 LocId.where(specific_type: Sentence.descendants.map(&:to_s)).
4 update_all(specific_type: Sentence.to_s)
9 klass = object.class.to_s
/ontohub/spec/factories/
H A Dsvn_repository_factory.rb3 Rails.root.join('tmp', 'test', 'svn_repository_bare', n.to_s).to_s
7 Rails.root.join('tmp', 'test', 'svn_repository_work', n.to_s).to_s
H A Dlogic_factory.rb8 Faker::Lorem.paragraphs.to_s
/ontohub/app/controllers/
H A Dautocomplete_controller.rb9 term = params[:term].to_s.strip
17 params[:scope].to_s.split(",").each do |scope|
25 type: r.class.to_s,
26 value: r.to_s
/ontohub/spec/fake_records/
H A Ddiff_spec.rb16 let (:filepath) { Pathname.new 'path/to/file.xml'.to_s }
21 @commit1 = git_repository.commit_file(userinfo, content1, filepath.to_s, 'Message1')
22 @commit2 = git_repository.commit_file(userinfo, content2, filepath.to_s, 'Message2')
/ontohub/spec/controllers/api/v1/
H A Dlogic_mappings_controller_spec.rb15 expect(response.content_type.to_s).to eq('application/json')
33 expect(response.content_type.to_s).to eq('application/json')
H A Dproof_statuses_controller_spec.rb15 expect(response.content_type.to_s).to eq('application/json')
33 expect(response.content_type.to_s).to eq('application/json')

Completed in 131 milliseconds

123456