bundleid category Tools connections 8B48DD29-7E4B-4424-8B8E-18F47785F817 destinationuid A3A3916E-1338-4403-BA88-39E4D9E1B703 modifiers 0 modifiersubtext D00FF9D7-4976-488B-AC15-4F268B0FE089 createdby Brooke Kuhlmann description A collection of Ruby on Rails shortcuts. disabled name Ruby on Rails Kit objects config argumenttype 0 escaping 127 keyword ror queuedelaycustom 1 queuedelayimmediatelyinitially queuedelaymode 0 queuemode 1 runningsubtext Processing... script #!/usr/bin/ruby -w root_url = "http://localhost:3000" case "{query}" when 'l' `open #{root_url}` when 'r' `open #{root_url}/rails/routes` when 'm' `open #{root_url}/rails/mailers` when 'q' `open #{root_url}/sidekiq` when 'j' `open http://localhost:8888` when 'e' `open http://localhost:9200/_plugin/kopf` end subtext Open local Rails endpoint in default browser. title Ruby on Rails type 2 withspace type alfred.workflow.input.scriptfilter uid D00FF9D7-4976-488B-AC15-4F268B0FE089 version 0 config argumenttype 1 escaping 127 keyword rorp queuedelaycustom 1 queuedelayimmediatelyinitially queuedelaymode 0 queuemode 1 runningsubtext Getting Rack Mini-Profiler options... script #!/bin/bash root_url="http://localhost:3000" cat << EOB <?xml version="1.0"?> <items> <item uid="env" arg="$root_url?pp=env" valid="YES" type="default"> <title>Display Rack Environment</title> <subtitle>Display the current Rack environment.</subtitle> <icon>rails.png</icon> </item> <item uid="skip" arg="$root_url?pp=skip" valid="YES" type="default"> <title>Skip This Request</title> <subtitle>Skip profiling for this request only.</subtitle> <icon>rails.png</icon> </item> <item uid="full-backtrace" arg="$root_url?pp=full-backtrace" valid="YES" type="default"> <title>Enable Full Backtraces</title> <subtitle>Enable full backtraces for SQL executed. Sticky. Use Normal Backtraces, to disable.</subtitle> <icon>rails.png</icon> </item> <item uid="normal-backtrace" arg="$root_url?pp=normal-backtrace" valid="YES" type="default"> <title>Enable Normal Backtraces</title> <subtitle>Collect stack traces from all the SQL executed and filter normally.</subtitle> <icon>rails.png</icon> </item> <item uid="disable-backtrace" arg="$root_url?pp=no-backtrace" valid="YES" type="default"> <title>Disable Backtraces</title> <subtitle>Don\'t collect stack traces from the SQL executed. Sticky. Use Normal Backtraces, to enable.</subtitle> <icon>rails.png</icon> </item> <item uid="enable" arg="$root_url?pp=enable" valid="YES" type="default"> <title>Enable Profiling</title> <subtitle>Enable profiling for this session.</subtitle> <icon>rails.png</icon> </item> <item uid="disable" arg="$root_url?pp=disable" valid="YES" type="default"> <title>Disable Profiling</title> <subtitle>Disable profiling for this session.</subtitle> <icon>rails.png</icon> </item> <item uid="gc" arg="$root_url?pp=profile-gc-ruby-head" valid="YES" type="default"> <title>Profile Garbage Collection</title> <subtitle>Profile garbage collection.</subtitle> <icon>rails.png</icon> </item> <item uid="flamegraph" arg="$root_url?pp=flamegraph" valid="YES" type="default"> <title>Display Flamegraph</title> <subtitle>Displays graph representing sampled activity.</subtitle> <icon>rails.png</icon> </item> <item uid="flamegraph-embedded" arg="$root_url?pp=flamegraph_embed" valid="YES" type="default"> <title>Display Embedded Flamegraph</title> <subtitle>Displays a graph representing sampled activity, embedded resources for use on an intranet.</subtitle> <icon>rails.png</icon> </item> <item uid="trace-exceptions" arg="$root_url?pp=trace-exceptions" valid="YES" type="default"> <title>Trace Exceptions</title> <subtitle>Answers all the spots where application raises execptions.</subtitle> <icon>rails.png</icon> </item> <item uid="analyze-memory" arg="$root_url?pp=analyze-memory" valid="YES" type="default"> <title>Analyze Memory</title> <subtitle>Perform basic memory analysis of heap.</subtitle> <icon>rails.png</icon> </item> <item uid="help" arg="$root_url?pp=help" valid="YES" type="default"> <title>Display Help</title> <subtitle>Display all possible options.</subtitle> <icon>rails.png</icon> </item> </items> EOB subtext Display Rack Mini-Profiler options. title Rack Mini-Profiler type 0 withspace type alfred.workflow.input.scriptfilter uid 8B48DD29-7E4B-4424-8B8E-18F47785F817 version 0 config plusspaces url {query} utf8 type alfred.workflow.action.openurl uid A3A3916E-1338-4403-BA88-39E4D9E1B703 version 0 readme Copyright © 2014 Alchemists. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. uidata 8B48DD29-7E4B-4424-8B8E-18F47785F817 ypos 120 A3A3916E-1338-4403-BA88-39E4D9E1B703 ypos 120 D00FF9D7-4976-488B-AC15-4F268B0FE089 ypos 10 webaddress https://www.alchemists.io