This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActiveRecord::Schema[7.0].define(version: 2022_10_08_122055) do | |
create_table "employees", force: :cascade do |t| | |
t.string "f_name" | |
t.string "l_name" | |
t.string "email" | |
t.string "phone" | |
t.datetime "created_at", null: false | |
t.datetime "updated_at", null: false | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021/03/02 18:00:00.310483 [INFO] Starting... | |
2021/03/02 18:00:00.310539 [INFO] Starting EBPlatform-PlatformEngine | |
2021/03/02 18:00:00.310608 [INFO] reading event message file | |
2021/03/02 18:00:00.310709 [INFO] no eb envtier info file found, skip loading env tier info. | |
2021/03/02 18:00:00.310784 [INFO] Engine received EB command userdata-exec | |
2021/03/02 18:00:00.388142 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:797729451331:stack/awseb-e-gk9yz3upsq-stack/e8b9d280-7b7e-11eb-b891-029cc9ea9bb6 -r AWSEBAutoScalingGroup --region us-east-2 | |
2021/03/02 18:00:01.283529 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:797729451331:stack/awseb-e-gk9yz3upsq-stack/e8b9d280-7b7e-11eb-b891-029cc9ea9bb6 -r AWSEBBeanstalkMetadata --region us-east-2 | |
2021/03/02 18:00:02.547558 [INFO] Unable to ping launch url, this is a scale-up instance. | |
2021/03/02 18:00:02.547638 [INFO] Engine command: (self-startup) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (5.2.4.5) | |
actionpack (= 5.2.4.5) | |
nio4r (~> 2.0) | |
websocket-driver (>= 0.6.1) | |
actionmailer (5.2.4.5) | |
actionpack (= 5.2.4.5) | |
actionview (= 5.2.4.5) |