This file contains 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
{"venue":{"name":"1 Oak, 453 W 17th St","city":"New York","address":"1 Oak, 453 W 17th St","created_at":"Mon Nov 22 22:16:57 -0500 2010","country":"USA","zipcode":null,"updated_at":"Mon Nov 22 22:16:57 -0500 2010","citycode":null,"lng":null,"id":"4ceb32294257210cbf000004","user_id":"4cbeaf2842572108ed000001","time_zone":null,"lat":null,"state":"NY","active":null}} |
This file contains 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
{"venue":{"name":"Lavo","city":"New York","address":"Lavo, 39 E 58th St","created_at":"Tue Nov 23 02:56:38 -0500 2010","country":"US","zipcode":"10022-1617","updated_at":"Tue Nov 23 02:56:39 -0500 2010","citycode":null,"lng":-73.9714443,"id":"4ceb73b64257211e7f000001","user_id":"4cbeaf2842572108ed000001","time_zone":"-5.0","lat":40.7628272,"state":"NY","active":true}} |
This file contains 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
/Users/onyekwelu/workspace/fcg/servers/lib/fcg-service-servers/models/venue.rb:27: undefined method `validate_presence_of' for Venue:Class (NoMethodError) | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in' | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
from /Users/onyekwelu/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/onyekwelu/workspace/fcg/servers/lib/fcg-service-servers/config/boot.rb:49 | |
This file contains 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
$(document).bind("activity:fire", function(ev,data){ | |
$.post("/activity", data.activity ); | |
}); |
This file contains 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: red_express | |
admin_email: [email protected] | |
worker_pool_size: 1 | |
hostname: redexpress.fcgmedia.com | |
seconds_cached: 631152000 | |
file_size_max: 2000000 | |
env: #{ENV[RAILS_ENV]} |
This file contains 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
function(){ | |
if (!FCG.track){ | |
FCG.track = { | |
host: "http://localhost:6789", | |
events: ["load", "click", "submit", "unload"] | |
run: function(node, event, data){ | |
$(node).on(event, function(){ | |
/* | |
You might want to massage the data hash |
This file contains 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
{"address_components"=>[{"long_name"=>"279", "types"=>["street_number"], "short_name"=>"279"}, {"long_name"=>"5th Ave", "types"=>["route"], "short_name"=>"5th Ave"}, {"long_name"=>"Park Slope", "types"=>["neighborhood", "political"], "short_name"=>"Park Slope"}, {"long_name"=>"Brooklyn", "types"=>["sublocality", "political"], "short_name"=>"Brooklyn"}, {"long_name"=>"New York", "types"=>["locality", "political"], "short_name"=>"New York"}, {"long_name"=>"Kings", "types"=>["administrative_area_level_2", "political"], "short_name"=>"Kings"}, {"long_name"=>"New York", "types"=>["administrative_area_level_1", "political"], "short_name"=>"NY"}, {"long_name"=>"United States", "types"=>["country", "political"], "short_name"=>"US"}, {"long_name"=>"11215", "types"=>["postal_code"], "short_name"=>"11215"}], "geometry"=>{"location"=>{"lng"=>-73.982096, "lat"=>40.673766}, "location_type"=>"ROOFTOP", "viewport"=>{"northeast"=>{"lng"=>-73.9789484, "lat"=>40.6769136}, "southwest"=>{"lng"=>-73.9852436, "lat"=>40.6706184}}}, |
This file contains 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
# require 'rake' | |
# require 'bundler' | |
# Bundler::GemHelper.install_tasks | |
dir = File.dirname(File.expand_path(__FILE__)) | |
# $LOAD_PATH.unshift dir + '/lib/fcg-service-servers' | |
require 'lib/fcg-service-servers/version' | |
require 'rspec/core/rake_task' |
This file contains 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
$("#event_comment_list").trigger("comments:load", {record: "event:" + event_data.id }) |
This file contains 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
$(document).bind("comments:load", function(ev, data) { | |
var el = $(ev.target); | |
var params = data; //{record: "event:" + event_data.id, title_suffix: " Holla'd", enable_reply: false, pagination_off: true}; | |
params["visible_page_count"] = el.find(".comment-page:visible").length; | |
if (arguments.length > 2) { | |
$.extend(params, arguments[2]); | |
} | |
$.post("/comments", params, function(newData) { |