Searched refs:success (Results 1 - 25 of 68) sorted by relevance

123

/ontohub/app/controllers/
H A Dprojects_controller.rb8 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 Dtasks_controller.rb7 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 Dformality_levels_controller.rb10 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 Dlicense_models_controller.rb11 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 Dontology_search_controller_spec.rb11 should respond_with :success
H A Dgraphs_controller_spec.rb14 it { should respond_with :success }
19 it { should respond_with :success }
25 it { should respond_with :success }
H A Dhome_controller_spec.rb6 it { should respond_with :success }
13 it { should respond_with :success }
22 it { should respond_with :success }
H A Dcomments_controller_spec.rb17 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 Dprojects_controller_spec.rb13 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 Dtasks_controller_spec.rb13 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 Dlicense_models_controller_spec.rb13 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 Dlogics_controller_spec.rb12 it { should respond_with :success }
26 it { should respond_with :success }
39 it { should respond_with :success }
H A Dontology_types_controller_spec.rb12 it { should respond_with :success }
H A Dusers_controller_spec.rb10 it { should respond_with :success }
26 it { should respond_with :success }
H A Dautocomplete_controller_spec.rb25 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 Dteams_controller_spec.rb22 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 Daxioms_controller_spec.rb16 it { should respond_with :success }
H A Ddiffs_controller_spec.rb17 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 Dformality_levels_controller_spec.rb13 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 Dmappings_controller_spec.rb16 it { should respond_with :success }
/ontohub/spec/controllers/api/v1/
H A Dlogic_mappings_controller_spec.rb12 it { should respond_with :success }
30 it { should respond_with :success }
H A Dproof_statuses_controller_spec.rb12 it { should respond_with :success }
30 it { should respond_with :success }
H A Dformality_levels_controller_spec.rb16 it { should respond_with :success }
H A Dlicense_models_controller_spec.rb16 it { should respond_with :success }
H A Drepositories_controller_spec.rb16 it { should respond_with :success }

Completed in 123 milliseconds

123