Ember.js - A JavaScript framework for creating ambitious web applications
JavaScript Other
Latest commit 5df51f8 Jan 10, 2017 @chancancode chancancode committed on GitHub Merge pull request #14810 from emberjs/bump-glimmer
[BUGFIX beta] Bump glimmer-engine
Permalink
Failed to load latest commit information.
bin Add RubyGems publishing Jan 10, 2017
blueprints Replace JSHint environment directives with ESLint pendants Jan 4, 2017
config Code cleanup based on ESLint warnings Nov 11, 2016
generators [DOC] Update license year Jan 1, 2017
lib Port custom JSCS rules to ESLint Jan 4, 2017
node-tests [BUG beta] blueprints/acceptance-test/mocha: Return last async helper Dec 9, 2016
packages Fix whitespaces [ci-skip] Jan 10, 2017
scripts Cleans up ember-source Oct 26, 2016
server Remove remaining JSHint/JSCS files Jan 4, 2017
tests tests: Replace "nojshint" parameter with "nolint" Jan 4, 2017
vendor/ember Code cleanup based on ESLint warnings Nov 11, 2016
.bowerrc Broccolify. May 13, 2014
.editorconfig Add EditorConfig file Jul 21, 2014
.eslintignore Add ESLint config files Jan 4, 2017
.eslintrc.js Port custom JSCS rules to ESLint Jan 4, 2017
.gitattributes Adds .gitattributes file to remove any concerns about collaborators h… Apr 1, 2016
.gitignore Remove '*.swp' from .gitignore May 13, 2015
.npmignore Add d8-*.js to .npmignore. Dec 2, 2016
.travis.yml Add publishing to npm upon tagging. Jan 9, 2017
.watchmanconfig many build tool upgrades: Jun 7, 2015
CHANGELOG.md Add changelog for 2.10.2 [ci skip] Dec 19, 2016
CODE_OF_CONDUCT.md Add link to community guidelines as CODE_OF_CONDUCT.md. Jun 20, 2015
CONTRIBUTING.md Merge pull request #14604 from pixelhandler/triage-policy-update Jan 2, 2017
FEATURES.md [CLEANUP] `ember-testing-check-waiters` Nov 30, 2016
LICENSE [DOC] Update license year Jan 1, 2017
README.md Move contributing information out of README. Oct 27, 2016
STYLEGUIDE.md Code cleanup based on ESLint warnings Nov 11, 2016
VERSION Update version number to 2.12.0-alpha.1. Nov 28, 2016
bower.json Update router to npm Nov 1, 2016
d8-app.js Simplify d8-runner and add simple app Oct 31, 2016
d8-runner.js Simplify d8-runner and add simple app Oct 31, 2016
ember-cli-build.js Merge pull request #14796 from emberjs/fix-glimmer-link Jan 7, 2017
ember-source.gemspec [BUGFIX beta] Remove handlebars from dependencies Dec 28, 2014
features.json [FEATURE ember-factory-for] Enable by default. Jan 9, 2017
index.js Replace JSHint environment directives with ESLint pendants Jan 4, 2017
package.json [BUGFIX beta] Bump glimmer-engine Jan 10, 2017
testem.dist.json ember-cli-sauce v2.0.0 Jan 8, 2017
testem.json create multiple tested files for each variation: Jul 7, 2015
testem.travis-browsers.js Run chrome/firefox in Travis (not sauce). Sep 2, 2016
yarn.lock [BUGFIX beta] Bump glimmer-engine Jan 10, 2017
yuidoc.json Create ember-utils package. Sep 12, 2016

README.md

Build Status Code Climate Build Status

Sauce Test Status

Ember.js is a Javascript framework that greatly reduces the time, effort and resources needed to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.

Ember.js also provides access to the most advanced features of Javascript, HTML and the Browser giving you everything you need to create your next killer web app.

Contribution

See CONTRIBUTING.md