Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coffeescript

Passportjs Redirect Loop

Below is the code I have restify = require('restify') passport = require('passport'… Read more Passportjs Redirect Loop

Need Help Implementing The Sequencing Of Jquery Instructions

The problem: I have a simple function and I need the instructions within it to take place one at a … Read more Need Help Implementing The Sequencing Of Jquery Instructions

Fischer Yates Shuffle In Coffee-script

Assuming that Math.random() produces evenly distributed random numbers between 0 and 1, is this a c… Read more Fischer Yates Shuffle In Coffee-script

Coffeescript Ide For Windows - Tried Titanium Studio And Rubymine

I'm trying to find a good way to work on CoffeeScript on Windows and be able to process these f… Read more Coffeescript Ide For Windows - Tried Titanium Studio And Rubymine

Jquery Doesn`t Fire/work With My Rails 3.2 Project

As in the title, I`ve made sure all needed JS files are included in the meta tags, included the jqu… Read more Jquery Doesn`t Fire/work With My Rails 3.2 Project

Syntax Error When Deploying Rails App To Heroku: Execjs::runtimeerror: Syntaxerror: Unexpected Character

I am trying to deploy my app to Heroku but its throwing me this error. 'ExecJS::RuntimeError: … Read more Syntax Error When Deploying Rails App To Heroku: Execjs::runtimeerror: Syntaxerror: Unexpected Character