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
"card"=>{"membership_id"=>"1", "number"=>"1231", "expiry_date"=>"06-08-2012", "image"=>#<ActionDispatch::Http::UploadedFile:0xacfd848 @original_filename="2.7 Overview-settings.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"card[image]\"; filename=\"2.7 Overview-settings.jpg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/tmp/RackMultipart20120606-31564-1tqrjlt>> |
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
body | |
{ | |
background-color:#000000; | |
background: url(wide-blue-wallpaper.jpg) no-repeat; | |
size:2080px 1960px; | |
/*background-position: 100px 100px;*/ | |
} | |
#page wrapper | |
{ |
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
body | |
{ | |
background-color:#000000; | |
background: url(http://abstractwallpapers.biz/wp-content/uploads/2012/04/wide-blue-wallpaper.jpg) no-repeat; | |
size:2080px 1960px; | |
/*background-position: 100px 100px;*/ | |
} | |
#page wrapper | |
{ |
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
SELECT 1 REGEXP '' | |
Got error 'empty (sub)expression' from regexp | |
SELECT 1 REGEXP '(' | |
Got error 'parentheses not balanced' from regexp | |
SELECT 1 REGEXP '[' | |
Got error 'brackets ([ ]) not balanced' from regexp | |
SELECT 1 REGEXP '\\' |
OlderNewer