Searched refs:execute (Results 1 - 6 of 6) sorted by relevance

/ontohub/db/migrate/
H A D20150805075102_add_file_extension_p.rb4 execute("INSERT INTO ontology_file_extensions (extension, distributed) VALUES ('.p', 'false')")
9 execute("DELETE FROM ontology_file_extensions WHERE extension='.p'")
H A D20150715081827_init_schema.rb964 execute <<-SQL
992 execute <<-SQL
1046 execute <<-SQL
1060 ActiveRecord::Base.connection.execute(
1064 ActiveRecord::Base.connection.execute(
/ontohub/config/initializers/
H A Dactive_record_base.rb17 self.connection.execute sql
/ontohub/app/models/oops_request/
H A Dresponses.rb32 responses.create_by_elements(execute)
35 def execute method in class:OopsRequest
/ontohub/lib/oops/
H A Dclient.rb19 RestClient::Request.execute(a)# {|res, req, result| puts res}
/ontohub/git/lib/
H A Dgit_shell.rb42 message = "git-shell: Attempt to execute disallowed command <#{@command}> by #{log_username}."

Completed in 23 milliseconds