Skip to content

Instantly share code, notes, and snippets.

rspec ./spec/features/gallery_spec.rb:61 # Gallery check with photos should render gallery HTML in my profile, which has the right behaviour
rspec ./spec/features/gallery_spec.rb:86 # Gallery check with photos should load the first picture from the gallery as a profile picture
rspec ./spec/features/gallery_spec.rb:91 # Gallery check with photos should change the profile picture if you click on a picture from the gallery
rspec ./spec/features/gallery_spec.rb:97 # Gallery check with photos should see how photos look shared or not shared
rspec ./spec/features/gallery_spec.rb:122 # Gallery check without photos should not render gallery HTML in my profile
rspec ./spec/features/login_spec.rb:7 # Login Should log in a credits user
rspec ./spec/features/login_spec.rb:17 # Login Should log in a premium user
rspec ./spec/features/omniture_tracker_spec.rb:37 # Omniture tracking (set stat_secret.var_name variables) In all pages Should left "channel", "pageType", "state" and "zip" empty
rspec ./spec/features/omniture_trac
<%= form_for(@cart, @cart.line_items) do |f| %>
<ul data-role="listview" data-split-theme="a" data-split-icon="delete">
<% for item in @cart.line_items %>
<%= f.fields_for item, :index => item.id do |item_form| %>
<li>
<a href="#">
<%= image_tag item.image %>
<h1><%= item.model %></h1>
<dl>
social.GooglePlaces.prototype.getPlaces = function() {
var self = this;
var map = social.MapModel.getInstance();
var stringSend = 'https://maps.googleapis.com/maps/api/place/search/json';
stringSend += '?location=-33.86705,151.1957362';
stringSend += '&radius=500';
stringSend += '&types=food';
stringSend += '&sensor=false';
EMERGENCY: Exception (not_found_exception) - Original record for alias vars "setup.images.cache_life" not found ("inventory.images.cache_life")
-------------------------------------------------------------------------------
Source File: /usr/home/users/dimitar/MAS/mas-kt/heavymetal/lib/masdb/vars.php (line: 467)
00460: try { $_->load();
00461:
00462: // hack to make all vars that are aliased into preloaded ones
00463: //
00464: self::q('UPDATE `vars` SET `preload` = 1 WHERE `name` = ?', array($_params['var']));
00465: }
class Icon
include Mongoid::Document
field :tiny, type: Hash
field :small, type: Hash
field :medium, type: Hash
field :large, type: Hash
has_many :categories
end
class Category
{
"_id" : ObjectId("4de27191f9b0162f4f000027"),
"tiny" : {
"x" : 192,
"y" : 100,
"width" : 12,
"height" : 17
},
"small" : {
"x" : 192,
10.0.0.11 - - [28/May/2011:16:07:48 +0300] "POST /divinity-cart/session/qqev0eechteb06guiivvn6dgs1/1.html?extra=html HTTP/1.1" 302 5 "http://tea.mas-kt.dimitar.masbg.com/?type=bare&page=session&action=iframe&id=YTozOntpOjA7czoyNjoicXFldjBlZWNodGViMDZndWlpdnZuNmRnczEiO2k6MTtzOjM2OiJodHRwczovL3RlYS5tYXMta3QuZGltaXRhci5tYXNiZy5jb20iO2k6MjtzOjE6Ii8iO30=" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
10.0.0.11 - - [28/May/2011:16:07:49 +0300] "GET / HTTP/1.1" 200 13730 "http://tea.mas-kt.dimitar.masbg.com/?type=bare&page=session&action=iframe&id=YTozOntpOjA7czoyNjoicXFldjBlZWNodGViMDZndWlpdnZuNmRnczEiO2k6MTtzOjM2OiJodHRwczovL3RlYS5tYXMta3QuZGltaXRhci5tYXNiZy5jb20iO2k6MjtzOjE6Ii8iO30=" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
10.0.0.11 - - [28/May/2011:16:07:51 +0300] "GET /?type=bare&page=session&action=iframe&id=YTozOntpOjA7czoyNjoicXFldjBlZWNodGViMDZndWlpdnZuNmRnczEiO2k6MTtzOjM2OiJodHRwczovL3RlYS5tYXMta3QuZGltaXRhci5tYXNiZy5jb20
> // v1.8+ shell
> x
{
"_id" : ObjectId("4dcd3ebc9278000000005158"),
"d" : ISODate("2011-05-13T14:22:46.777Z"),
"b" : BinData(0,""),
"c" : "aa",
"n" : 3,
"e" : [ ],
"n2" : NumberLong(33)
<?php
define("SKIP_PLUGINS", 1);
require_once "common.php";
$license = array(
'vars' => array(
'core' => array(
'multiple_template_sets' => 0,
emergency
Description
Exception (SQLException) - Could not execute query [Native Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2112,2114,2139,2141,2142,2143,2144,2145,2151,281,296,298,300,315,326,327,343,344' at line 1] [User Info: SELECT item_id,category_id FROM items2categories WHERE item_id IN (,2112,2114,2139,2141,2142,2143,2144,2145,2151,281,296,298,300,315,326,327,343,344,346,347,380,381,385,389,406,407,408,427,428,429,430,431,435,436,438,439,55,56)]
Source File
/usr/home/users/dimitar/MAS/mas-kt/heavymetal/lib/3rdparty/creole/drivers/mysqli/MySQLiConnection.php (line: 208)
00201: {
00202: self::$sql[] = $sql;