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
1. Sandwiches must have two or more slices of bread. | |
2. Sandwiches must be delicious. | |
3. Sandwiches must be smaller than that consuming them. |
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
module SimpleForm | |
module Components | |
module Errors | |
def error | |
template.content_tag(error_tag, error_text, error_html_options) #if has_errors? | |
end | |
end | |
end | |
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
Fetching DiskWriteBytes with 29004450 | |
Fetching DiskReadOps with 28978930 | |
Fetching NetworkOut with 28964980 | |
Fetching CPUUtilization with 28956230 | |
Fetching DiskReadBytes with 28947910 | |
Fetching NetworkIn with 28932220 | |
Fetching DiskWriteOps with 28922170 | |
warning: peer certificate won't be verified in this SSL session | |
warning: peer certificate won't be verified in this SSL session | |
warning: peer certificate won't be verified in this SSL session |
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 size_select | |
change_attribute(:size) | |
end | |
def color_select | |
change_attribute(:color) | |
end | |
def change_attribute(attribute) | |
line_item = LineItem.find(params[:id]) |
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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[remote "origin"] | |
url = [email protected]:deckpeck/fisie.git | |
fetch = +refs/heads/*:refs/remotes/fisie/* | |
push = refs/heads/master:refs/heads/master |
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
############################################################# | |
# Application | |
############################################################# | |
set :application, "is_that_odd" | |
set :deploy_to, "/mnt/app/#{application}" | |
set :repository, "repo" | |
############################################################# | |
# Settings |
NewerOlder