Searched refs:save (Results 1 - 25 of 86) sorted by relevance

1234

/ontohub/spec/factories/
H A Dtactic_script_factory.rb13 tactic_script.extra_options.each(&:save!)
14 tactic_script.save!
H A Dontology_version_factory.rb10 version.commit.save!
12 version.ontology.save!
H A Dproof_attempt_factory.rb25 proof_attempt.tactic_script.save!
35 proof_attempt.prover_output.save!
/ontohub/db/seeds/
H A D050-url_maps.rb7 u.save
H A D060-comments.rb7 c.save!
H A D041-proving.rb6 prove_asynchronously: false).save!
14 prove_asynchronously: false).save!
24 prove_asynchronously: false).save!
34 prove_asynchronously: false).save!
/ontohub/spec/models/
H A Dlogic_spec.rb15 logic.save!
22 logic.save!
29 logic.save!
H A Daccess_token_spec.rb9 repository.save
H A Dcategory.rb17 onto1.save!
20 onto2.save!
/ontohub/lib/dsl/
H A Drepo.rb18 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 Dfake_record.rb4 # - 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 Dstub_spec.rb6 language.save!
11 logic.save!
15 support.save!
/ontohub/features/step_definitions/
H A Drepository_edit_file_steps.rb25 @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 Doops_requests.rb16 build_request.save!
/ontohub/app/models/sentence/
H A Dreadability.rb16 save!
/ontohub/app/models/repository/
H A Ddestroying.rb26 save!
36 save!
45 save!
49 save!
/ontohub/lib/
H A Daction_worker.rb8 action.save!
H A Drake_helper.rb11 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 Dmigration_with_data.rb26 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 Dproof_spec.rb25 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 Dowl.rb25 symbol.save
28 symbol.save
/ontohub/db/data/
H A D20160719133546_preload_locids.rb12 loc_id.save
/ontohub/app/models/
H A Dhets_instance.rb91 instance.save!
133 save!
138 save!
144 save!
152 save!
171 save!
H A Duser.rb55 save(:validate => false)
67 self.save
115 commit.save!
120 commit.save!
125 commit.save!
132 commit.save!
/ontohub/app/controllers/
H A Dprojects_controller.rb11 parent.save

Completed in 1178 milliseconds

1234