/ontohub/app/controllers/ |
H A D | projects_controller.rb | 8 create! do |success, failure| 13 success.html { redirect_to [*resource_chain, :projects] } 18 update! do |success, failure| 19 success.html { redirect_to [*resource_chain, :projects] } 24 destroy! do |success, failure| 25 success.html { redirect_to [*resource_chain, :projects] }
|
H A D | tasks_controller.rb | 7 create! do |success, failure| 12 success.html { redirect_to [*resource_chain, :tasks] } 17 update! do |success, failure| 18 success.html { redirect_to [*resource_chain, :tasks] } 23 destroy! do |success, failure| 24 success.html { redirect_to [*resource_chain, :tasks] }
|
H A D | formality_levels_controller.rb | 10 create! do |success, failure| 15 success.html { redirect_to [*resource_chain, :formality_levels] } 20 update! do |success, failure| 21 success.html { redirect_to [*resource_chain, :formality_levels] } 26 destroy! do |success, failure| 27 success.html { redirect_to [*resource_chain, :formality_levels] }
|
H A D | license_models_controller.rb | 11 create! do |success, failure| 16 success.html { redirect_to [*resource_chain, :license_models] } 21 update! do |success, failure| 22 success.html { redirect_to [*resource_chain, :license_models] } 27 destroy! do |success, failure| 28 success.html { redirect_to [*resource_chain, :license_models] }
|
/ontohub/spec/controllers/ |
H A D | ontology_search_controller_spec.rb | 11 should respond_with :success
|
H A D | graphs_controller_spec.rb | 14 it { should respond_with :success } 19 it { should respond_with :success } 25 it { should respond_with :success }
|
H A D | home_controller_spec.rb | 6 it { should respond_with :success } 13 it { should respond_with :success } 22 it { should respond_with :success }
|
H A D | comments_controller_spec.rb | 17 it{ should respond_with :success } 27 it{ should respond_with :success } 43 it{ should respond_with :success } 53 it{ should respond_with :success } 63 it{ should respond_with :success } 86 it{ should respond_with :success }
|
H A D | projects_controller_spec.rb | 13 it { should respond_with :success } 18 it { should respond_with :success } 23 it { should respond_with :success } 33 it { should respond_with :success } 50 it { should respond_with :success } 55 it { should respond_with :success }
|
H A D | tasks_controller_spec.rb | 13 it { should respond_with :success } 18 it { should respond_with :success } 23 it { should respond_with :success } 33 it { should respond_with :success } 50 it { should respond_with :success } 55 it { should respond_with :success }
|
H A D | license_models_controller_spec.rb | 13 it { should respond_with :success } 20 it { should respond_with :success } 27 it { should respond_with :success } 37 it { should respond_with :success } 54 it { should respond_with :success } 59 it { should respond_with :success }
|
H A D | logics_controller_spec.rb | 12 it { should respond_with :success } 26 it { should respond_with :success } 39 it { should respond_with :success }
|
H A D | ontology_types_controller_spec.rb | 12 it { should respond_with :success }
|
H A D | users_controller_spec.rb | 10 it { should respond_with :success } 26 it { should respond_with :success }
|
H A D | autocomplete_controller_spec.rb | 25 it { should respond_with :success } 44 it { should respond_with :success } 54 it { should respond_with :success } 87 it { should respond_with :success } 96 it { should respond_with :success }
|
H A D | teams_controller_spec.rb | 22 it { should respond_with :success } 29 it { should respond_with :success } 39 it { should respond_with :success } 46 it { should respond_with :success } 53 it { should respond_with :success }
|
H A D | axioms_controller_spec.rb | 16 it { should respond_with :success }
|
H A D | diffs_controller_spec.rb | 17 it { should respond_with :success } 27 it { should respond_with :success } 34 it { should respond_with :success } 50 it { should respond_with :success }
|
H A D | formality_levels_controller_spec.rb | 13 it { should respond_with :success } 20 it { should respond_with :success } 54 it { should respond_with :success } 59 it { should respond_with :success }
|
H A D | mappings_controller_spec.rb | 16 it { should respond_with :success }
|
/ontohub/spec/controllers/api/v1/ |
H A D | logic_mappings_controller_spec.rb | 12 it { should respond_with :success } 30 it { should respond_with :success }
|
H A D | proof_statuses_controller_spec.rb | 12 it { should respond_with :success } 30 it { should respond_with :success }
|
H A D | formality_levels_controller_spec.rb | 16 it { should respond_with :success }
|
H A D | license_models_controller_spec.rb | 16 it { should respond_with :success }
|
H A D | repositories_controller_spec.rb | 16 it { should respond_with :success }
|