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
sample sample sample |
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
MStopa-MacBook-Pro:devstack mstopa$ vagrant up | |
Failed to load support/customizer.rb -- see README | |
[default] VM already created. Booting if its not already running... | |
[default] Provisioning enabled with chef_solo... | |
[default] Running any VM customizations... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- http: 80 => 3000 (adapter 1) | |
[default] -- ssh: 22 => 2222 (adapter 1) | |
[default] Cleaning previously set shared folders... |
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
vagrant up | |
Failed to load support/customizer.rb -- see README | |
[default] VM already created. Booting if its not already running... | |
[default] Provisioning enabled with chef_solo... | |
[default] Running any VM customizations... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- http: 80 => 3000 (adapter 1) | |
[default] -- ssh: 22 => 2222 (adapter 1) | |
[default] Cleaning previously set shared folders... |
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
MStopa-MacBook-Pro:support mstopa$ vagrant up | |
[default] VM already created. Booting if its not already running... | |
[default] Provisioning enabled with chef_solo... | |
[default] Running any VM customizations... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- http: 80 => 3000 (adapter 1) | |
[default] -- ssh: 22 => 2222 (adapter 1) | |
[default] Cleaning previously set shared folders... | |
[default] Creating shared folders metadata... |
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
def my_method | |
"This is a great idea." | |
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
Then /^I should see a JS alert$/ do | |
debugger | |
page.driver.browser.switch_to.alert | |
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
Then /^I should see a JS alert$/ do | |
debugger | |
page.driver.browser.switch_to.alert | |
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
class AddKeys < ActiveRecord::Migration | |
def self.up | |
add_foreign_key "catalog_item", "catalog", :name => "catalog_item_catalog_id_fk" | |
add_foreign_key "catalog_item", "product", :name => "catalog_item_product_id_fk" | |
add_foreign_key "history_bak", "realm", :name => "history_bak_realm_id_fk" | |
add_foreign_key "history_bak", "user", :name => "history_bak_user_id_fk" | |
add_foreign_key "history", "meeting", :name => "history_meeting_id_fk" | |
add_foreign_key "history", "realm", :name => "history_realm_id_fk" | |
add_foreign_key "history", "user", :name => "history_user_id_fk" | |
add_foreign_key "invoice_history", "user", :name => "invoice_history_user_id_fk" |
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
### This is H3 with the default style | |
>>Moo | |
### This is H3 with the Moo style |
OlderNewer