Code Monkey home page Code Monkey logo

ng_classify's People

Contributors

carylandholt avatar nickl avatar pencilcheck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ng_classify's Issues

Assets don't compile

Server can't find files and trigger couldn't find file exeption, I investigate this by rake assets:precompile and find that files save original name and uncompiled, example /home/bjorn/Documents/poller/public/assets/app.coffee.ng-classify

application is located there on ng_classify branch

P.S.
rails (4.2.6)
sprockets (3.6.0)
sprockets-rails (3.0.4)
ng_classify (0.1.4)
railties (4.2.6)

therubyracer dependency

I am trying to make this gem work in a windows environment. This gives trouble when installing the 'therubyracer' dependency. I see two options:

  1. The first answer on this question says there is no way to install the therubyracer gem on windows, but I found a build for windows here. The problem is: this build is version 0.11.0beta. ng_classify requires 0.12. Is it possible to make ng_classify work with this version?

  2. Here I found: "On windows gem 'therubyracer' is not required as it is used to provide the runtime environment and runtime environment already supports on windows". So maybe using :platform is an option to include the therubyracer gem only on non-windows platforms?

I need help

Hi.
I'm install this gem.
Create file with extension .coffee.ng-classify, with simple code:

class Home extends Controller
  constructor: ($scope) ->
     $scope.coolMethod = 'Some'

But not work.
In browser console message ' Uncaught ReferenceError: Controller is not defined'.

and js file:

(function() {
  var Home,
    __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
    __hasProp = {}.hasOwnProperty;

  Home = (function(_super) {
    __extends(Home, _super);

    function Home($scope) {
      $scope.coolMethod = 'Some';
    }

    return Home;

  })(Controller);

}).call(this);

what am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.