Sahat Yalkabov
Sahat Yalkabov
This project has so many issues even after you get it to work. But in your case you have to first create a Postgres database on Heroku.
Please add some light shadows to alerts. In 0.5rc1, I cannot see where alert container begin and where it ends on a white background. Or add semi-transparent dark overlay instead....
That's a good idea.
I could add an optional sequelize.js version of app.js, called `app-sequelize.js`, but that will require an extra additional step from the user - to remove this line from `javascripts/config.app.js` which...
@kyoukhana I was able to implement POST, GET, UPDATE, DELETE routes with Sequelize, but I am not sure how to proceed with pre-save hooks. Currently I am using mongoose's presave...
@kyoukhana Typically you would place your ember app inside `public` folder including index.html. `index.html` will be loaded by default if you haven't overriden it with a: ``` app.get('/', function(req, res)...
### After renaming routes.js to router.js:  ### And the same error when keeping the same name `routes.js` but moving it outside the config folder: ![screenshot...
I haven't used ember-cli. Are both of these libraries use the `ember` binary? If that's the case you could rename ember (for ember-cli) to embercli or something like that. Then...
I am also getting the **Error: Cannot find module 'jquery'** with the following config: ``` require('../vendor/jquery-1.10.2'); require('../vendor/handlebars-1.1.2'); require('../vendor/ember-1.3.0'); require('../vendor/ember-data-1.0.0-beta.5'); ``` **Update**: Works after I stripped version numbers from the filenames...