Command Line
pry -r ./config/app_init_file.rb
- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb
- load your rails into a pry session
Debugger
Command Line
pry -r ./config/app_init_file.rb
- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb
- load your rails into a pry sessionDebugger
Copyright (C) 2011 by Colin MacKenzie IV | |
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 |
### Keybase proof | |
I hereby claim: | |
* I am socertis on github. | |
* I am c10ne (https://keybase.io/c10ne) on keybase. | |
* I have a public key ASAEITMw8zge5zDHpHY8RPieCBIoXnYwcHy75ELzW1a-TAo | |
To claim this, I am signing this object: |
#!/bin/false | |
# This file will be sourced in init.sh | |
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/animated.sh | |
printf "\n##############################################\n# #\n# Provisioning container #\n# #\n# This will take some time #\n# #\n# Your container will be ready on completion #\n# #\n##############################################\n\n" | |
## Set paths | |
## main paths |
wget -O docker.gpg https://download.docker.com/linux/debian/gpg | |
gpg --keyid-format 0xlong docker.gpg 2>/dev/null | |
gpg --keyid-format 0xlong docker.gpg 2>/dev/null | grep -sq 0x8D81803C0EBFCD88 && sudo apt-key add docker.gpg | |
# For MX 23: | |
CODENAME=bookworm | |
# For MX 21: | |
#CODENAME=bullseye | |
# For MX 19 : | |
#CODENAME=buster | |
# For MX 18 : |