/ontohub/spec/factories/ |
H A D | tactic_script_factory.rb | 13 tactic_script.extra_options.each(&:save!) 14 tactic_script.save!
|
H A D | ontology_version_factory.rb | 10 version.commit.save! 12 version.ontology.save!
|
H A D | proof_attempt_factory.rb | 25 proof_attempt.tactic_script.save! 35 proof_attempt.prover_output.save!
|
/ontohub/db/seeds/ |
H A D | 050-url_maps.rb | 7 u.save
|
H A D | 060-comments.rb | 7 c.save!
|
H A D | 041-proving.rb | 6 prove_asynchronously: false).save! 14 prove_asynchronously: false).save! 24 prove_asynchronously: false).save! 34 prove_asynchronously: false).save!
|
/ontohub/spec/models/ |
H A D | logic_spec.rb | 15 logic.save! 22 logic.save! 29 logic.save!
|
H A D | access_token_spec.rb | 9 repository.save
|
H A D | category.rb | 17 onto1.save! 20 onto2.save!
|
/ontohub/lib/dsl/ |
H A D | repo.rb | 18 RepositoryCreator.instance.save 35 def save method in class:RepositoryCreator 36 @current_repo.save 58 def save method in class:Repo 62 r.save!
|
/ontohub/app/fake_records/ |
H A D | fake_record.rb | 4 # - save! for create and save to work. 5 # save! is supposed to raise a RecordNotSavedError when the record couldn't be 27 object.save! 36 def save method in class:FakeRecord 37 save!
|
/ontohub/spec/lib/logicgraph_parser/ |
H A D | stub_spec.rb | 6 language.save! 11 logic.save! 15 support.save!
|
/ontohub/features/step_definitions/ |
H A D | repository_edit_file_steps.rb | 25 @deleted_child.save! 27 build_version_for(@ontology).save! 29 build_version_for(child).save! 35 @deleted_child.save! 37 build_version_for(@ontology).save! 39 build_version_for(child).save!
|
/ontohub/app/models/ontology_version/ |
H A D | oops_requests.rb | 16 build_request.save!
|
/ontohub/app/models/sentence/ |
H A D | readability.rb | 16 save!
|
/ontohub/app/models/repository/ |
H A D | destroying.rb | 26 save! 36 save! 45 save! 49 save!
|
/ontohub/lib/ |
H A D | action_worker.rb | 8 action.save!
|
H A D | rake_helper.rb | 11 logic: Proc.new{ |h| save(user, h) }, 12 language: Proc.new{ |h| save(user, h) }, 13 logic_mapping: Proc.new{ |h| save(user, h) }, 14 support: Proc.new{ |h| save(user, h) }) 21 def self.save(user, symbol) singleton method in class:RakeHelper.LogicGraph 24 symbol.save!
|
H A D | migration_with_data.rb | 26 record.save(validate: false) 37 # update_attributes! calls callbacks and validations (by calling save!). 47 [:validation, :save, :create, :commit].each do |name| 57 [:validation, :save, :create, :commit].each do |name|
|
/ontohub/spec/lib/ |
H A D | proof_spec.rb | 25 ontology.save! 91 before { proof_modified.save! } 104 context 'on save!' do 111 allow(proof_attempt).to receive(:save!).and_call_original 113 proof.save! 115 expect(proof_attempt).to have_received(:save!) 120 before { proof.save! } 146 allow(proof_attempt).to receive(:save!).and_call_original 148 proof.save! 150 expect(proof_attempt).to have_received(:save!) [all...] |
/ontohub/lib/parsing_callback/ |
H A D | owl.rb | 25 symbol.save 28 symbol.save
|
/ontohub/db/data/ |
H A D | 20160719133546_preload_locids.rb | 12 loc_id.save
|
/ontohub/app/models/ |
H A D | hets_instance.rb | 91 instance.save! 133 save! 138 save! 144 save! 152 save! 171 save!
|
H A D | user.rb | 55 save(:validate => false) 67 self.save 115 commit.save! 120 commit.save! 125 commit.save! 132 commit.save!
|
/ontohub/app/controllers/ |
H A D | projects_controller.rb | 11 parent.save
|