Searched refs:commands (Results 1 - 2 of 2) sorted by relevance

/ontohub/lib/extend/action_dispatch/routing/
H A Dpolymorphic_routes.rb24 commands = record_or_hash_or_array
26 build_locid_url(base_url, record, commands, query_components)
43 def build_locid_url(base_url, record, commands, query_components)
45 url << "///#{commands.join('///')}" if commands.any?
/ontohub/script/
H A Drename_refactor.rb57 commands = [
64 commands += reverting_and_finalizing_commands(old_word, new_word)
67 command = "#{awk} '{#{commands.join('; ')}}' #{file} #{tmp_file}"
160 def commands(sql_statements) method in class:MigrationProvider
327 migration_commands.group_by { |c| c.first }.each do |method, commands|
329 commands.each do |(_, command)|

Completed in 27 milliseconds