Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ember.js

Ember.js, A JavaScript framework for creating ambitious web applications
Collective - Host: tilde - https://opencollective.com/emberjs - Website: https://www.emberjs.com - Code: https://github.com/emberjs/ember.js

Require `Sprockets` from Ember::Rails::Engine.

Resolves https://github.com/emberjs/ember-rails/issues/170.

github.com/emberjs/ember-rails - a5dda1e0f3e9c3ed5c601fdeca08eab10010efb0 authored about 11 years ago
Require jQuery from the default bootstrap template.

This is still completely customizable, but I believe that 90% of the
time this is the correct ch...

github.com/emberjs/ember-rails - 13f79e4f4b2e3129fcf8d4445a38892ca3c3663a authored about 11 years ago
Merge pull request #82 from emberjs/fix-scroll-y-changed

fix scrollYChanged and add short circuiting back

github.com/emberjs/list-view - 130369ef068de2519f9845998c3d8819f27c67e4 authored about 11 years ago
fix scrollYChanged and add short circuiting back.

remove unused event

github.com/emberjs/list-view - c0f5d13b069af13538866243fecaa2147586fa12 authored about 11 years ago
Merge pull request #252 from veader/patch-1

bootstrap: create application.js, if it does not exist

github.com/emberjs/ember-rails - 425368cf9cfecf179b0570a388a2feeda282de79 authored about 11 years ago
Merge pull request #277 from xtian/jquery-dependency

Add jquery-rails as a dependency. Fixes #263

github.com/emberjs/ember-rails - 7e83233f295b6422fa335f0156c1c054cd6fc88a authored about 11 years ago
Merge pull request #273 from hajee/install_named_releases

Added support for installing the beta and the canary release

github.com/emberjs/ember-rails - e65f053c4863519c7bca664f3546b1715a2bc99a authored about 11 years ago
Merge pull request #291 from rjackson/fix_template_generator

Allow template generator to use a custom ember_path.

github.com/emberjs/ember-rails - 7cc0d94f62aec02372bd128621a3ec074baec681 authored about 11 years ago
Allow template generator to use a custom ember_path.

github.com/emberjs/ember-rails - 101bc69778c4a5e05eaa718a521a6a1f01b67071 authored about 11 years ago
Tweaked the Meetups page

github.com/emberjs/emberjs.github.com - 5182d0860491bcde3e7d53c5f831a0f423db0164 authored about 11 years ago
Added support for installing from the beta, canary and release channels

Added support for --ember_only and --ember_data_only
Added support for the beta, canary and rele...

github.com/emberjs/ember-rails - b4cf2013e422f023639e289e6dbce0e681142d05 authored about 11 years ago
create application.js, if it does not exist

this helps when using this as part of a rails-api project.

github.com/emberjs/ember-rails - 6684b13418a90be674601f36fbda92d7c8cd8f84 authored about 11 years ago
Update README.md

github.com/emberjs/ember-rails - f95fb1a7396298f85f042e6a6c21ca08df286e0a authored about 11 years ago
Fix tests. Stupid case-insensitive HFS+.

github.com/emberjs/ember-rails - b1db252c3ad49c05c4c325dc71ce50285c000937 authored about 11 years ago
Merge pull request #289 from rjackson/add_ember_path_config_option

Add config.ember.ember_path.

github.com/emberjs/ember-rails - f5b69a297ab210469e355f3cec3e9404181677b5 authored about 11 years ago
Add config.ember.ember_path.

github.com/emberjs/ember-rails - 4b313f10cb23e0d6f338a31a0c9bf69b85f94856 authored about 11 years ago
Merge pull request #287 from rjackson/make_default_variant

Default `config.ember.variant` based on Rails.env?.

github.com/emberjs/ember-rails - eb664a62841231cc1cfa538c8f84bcfe06dc4b8f authored about 11 years ago
Default `config.ember.variant` based on Rails.env?.

Still allows overriding via `config/application.rb` (or environment
specific files), but now we ...

github.com/emberjs/ember-rails - 3c61fcdd863e4a6f97e29eabd3d3d1ac88cdb5bd authored about 11 years ago
Merge pull request #286 from rjackson/add_app_name_config_option

Add config.ember.app_name option.

github.com/emberjs/ember-rails - 24cd0bb8bf98ceb7fdb31e571c4c3f4f6d075961 authored about 11 years ago
Add config.ember.app_name option.

Once set (usually in `config/application.rb`), you would no longer need
to specify the `--app-na...

github.com/emberjs/ember-rails - 816a718e72039d193f898010da4ea38f41ccc9b7 authored about 11 years ago
Merge pull request #284 from rjackson/update_amd_template_format

Update AMD output format to use export.

github.com/emberjs/ember-rails - a28163c8547a283d101f44773ea984f6dd74794f authored about 11 years ago
Update AMD output format to use export.

github.com/emberjs/ember-rails - ff1de21a8e017517db190892ae9a67cb33a082b3 authored about 11 years ago
Update feature flags guide.

github.com/emberjs/emberjs.github.com - e0b4ab05c76bd59d963bc5bf9c712898905a3539 authored about 11 years ago
Merge pull request #282 from rjackson/allow_module_compilation

Add AMD output option for handlebars templates.

github.com/emberjs/ember-rails - 17a1f33823836daafba8ee882d3820fff13a5e76 authored about 11 years ago
Add AMD output option for handlebars templates.

Adds configuration options to output compiled templates to AMD format
instead of storing them di...

github.com/emberjs/ember-rails - 8adb52a19caba96bddb1556577286f7027781721 authored about 11 years ago
Merge pull request #281 from ugisozols/bump_ember_source_version

Bump ember-source version.

github.com/emberjs/ember-rails - 3a6d72704341b6b522845d53734cd36fd14603be authored about 11 years ago
Bump ember-source version.

github.com/emberjs/ember-rails - 3ef0a25a26b3089a6649a3d3cce42e70407a8360 authored about 11 years ago
Add features guide.

github.com/emberjs/emberjs.github.com - dd52ce834a2d21c6fbd13110e9c681ad2bbc44ed authored about 11 years ago
Merge pull request #280 from eccegordo/patch-3

Update README.md

github.com/emberjs/ember-rails - e152b0790cb86b87b17265db2c99f222d8942df9 authored over 11 years ago
Update README.md

Fixed some more grammar issues and clarity.

github.com/emberjs/ember-rails - 0b8eb842160917e0b6ba11eae716ef1f7c3b67f7 authored over 11 years ago
Merge pull request #279 from eccegordo/patch-2

Update README.md

github.com/emberjs/ember-rails - 25a429f5299d154b3aee0f54d2f1d901776e2917 authored over 11 years ago
Update README.md

fixed grammatical typo

github.com/emberjs/ember-rails - f74c962e00ca1988618e1db48f0555cd5fc9ad84 authored over 11 years ago
Merge pull request #268 from jimmay5469/store-updates

Switching to DS.ActiveModelAdapter so underscore to camel works by default.

github.com/emberjs/ember-rails - 1ecaed689ce824dcae87e26ba9a4307a6e7cc6c1 authored over 11 years ago
Merge pull request #278 from mguterl/patch-1

Update README.md

github.com/emberjs/ember-rails - dbcc7ed6184df1f92e1920aec972987c1c45faf4 authored over 11 years ago
Merge pull request #270 from eccegordo/patch-1

Update README.md

github.com/emberjs/ember-rails - ac03dae55d6e49d7e693d03e4bfa360492cb9512 authored over 11 years ago
Use local node packages (defeatureify & yuidocjs).

* Moves `defeatureify` into `/node_modules`.
* Moves `yuidocjs` into `/node_modules`.
* Add help...

github.com/emberjs/ember-dev - 80ccb39e2d654ff16727e295f664c6192d90ef5a authored over 11 years ago
Fix accidental deletion of data API docs.

github.com/emberjs/emberjs.github.com - a9d19a85c353af20fedf27fc6c38348f734d9ea4 authored over 11 years ago
Update to Ember 1.1.2.

github.com/emberjs/emberjs.github.com - 24ff671f821880daf82e9893b4c5cc20b31822ce authored over 11 years ago
Updated to 1.1.2

github.com/emberjs/starter-kit - 4a2df99b075792e9f05333be2b6a63860beb7048 authored over 11 years ago
Merge pull request #99 from rjackson/make_dist_warn_without_defeatureify

Add warning when building without defeatureify.

github.com/emberjs/ember-dev - 29ff2f489085371402facd89adf17ad3b8afa281 authored over 11 years ago
Add warning when building without defeatureify.

github.com/emberjs/ember-dev - 896c9e9ec9e13f221b85a15684f023b5cb45108c authored over 11 years ago
Update README.md

The current documentation makes it sounds like adding this line is optional.

github.com/emberjs/ember-rails - f2fadf30bdae78987bba332a885a0656795f8cc3 authored over 11 years ago
Ember 1.1.1/1.2 beta blog post

github.com/emberjs/emberjs.github.com - fb1891982a7f79f1b9d119c4a32b9b742340c1da authored over 11 years ago
Add jquery-rails as a dependency. Fixes #263

github.com/emberjs/ember-rails - 4c215706e871b48e9bdcd1e766a256b4ef4ce665 authored over 11 years ago
Merge pull request #276 from xtian/unused-image

Remove unused Ember Data warning image.

github.com/emberjs/ember-rails - 0b553439460a7812d6d0e6510000d0b0f65aa50e authored over 11 years ago
Remove unused Ember Data warning image.

github.com/emberjs/ember-rails - edd9745ec7a31008ef1571049e1cf02e03236efc authored over 11 years ago
Merge pull request #93 from rjackson/only_include_bundler_tasks_when_needed

Only included bundler/gem_tasks when needed.

github.com/emberjs/ember-dev - a7821c65c9822a65a224a1897ffa22074e8c8b26 authored over 11 years ago
Only included bundler/gem_tasks when needed.

github.com/emberjs/ember-dev - 38d11455ff931c896da77aaacea7b40dedb74e69 authored over 11 years ago
Merge pull request #42 from tricknotes/644

chmod -x

github.com/emberjs/starter-kit - d9c0df6c577d06c26d8ed549ddd7816114534fed authored over 11 years ago
Fix starter kit download link.

github.com/emberjs/emberjs.github.com - ca39dc7f4354c32801e42d4bd5dba4392647d9b1 authored over 11 years ago
Update to Ember 1.1.1.

github.com/emberjs/emberjs.github.com - 5df8852233162a0c108df0e7f2c38d8725d9e6c6 authored over 11 years ago
Updated to 1.1.1

github.com/emberjs/starter-kit - 78e88aae731b4284dfb754a6fb23a31876d50cf6 authored over 11 years ago
Merge pull request #275 from rjackson/add_ember_1-1-0

Add Ember 1.1.0 to Appraisal

github.com/emberjs/ember-rails - 2670ded0ada74b60a1bafebdf1fb8dae96af59b5 authored over 11 years ago
Remove pre-release versions of Ember.

github.com/emberjs/ember-rails - b730705069aab61468b8d44dc8f0b10105481292 authored over 11 years ago
Ignore appraisal generated Gemfile.lock files.

github.com/emberjs/ember-rails - 04699b9582136d74e83c95c31ab681c3039b300d authored over 11 years ago
Add appraisals for ember-source-1.1.0.

github.com/emberjs/ember-rails - f2a72a64ed898a9ec9234633ba36a78f2a25b8a2 authored over 11 years ago
Merge pull request #274 from ugisozols/bump_ember_source_version

Bump ember-source version.

github.com/emberjs/ember-rails - 6f5426a52ac8fda28214f1154cadf31a96060bda authored over 11 years ago
Bump ember-source version.

github.com/emberjs/ember-rails - 0f415735a9e798c1404f10782e63f173ef6e6e76 authored over 11 years ago
Merge pull request #92 from rjackson/use_undefined_in_features

Do not make assumptions about features.json.

github.com/emberjs/ember-dev - 353847a384c64ed7662419136a7aaaf39e9e7aa5 authored over 11 years ago
Do not make assumptions about features.json.

This removes the automatic assumption by `ember-dev` that if a
features.json exists we should no...

github.com/emberjs/ember-dev - b0950c0b7f45bc04a82439fc739331dd4839c87e authored over 11 years ago
Fix future beta version

github.com/emberjs/emberjs.github.com - ac278350f45081cf5bb1f8498b426bc560a82dbd authored over 11 years ago
Merge pull request #90 from rjackson/include_enabled_features

Enable features from features.json in tests.

github.com/emberjs/ember-dev - 737468731328fe13e695bd67405d98a96f9ab5e4 authored over 11 years ago
Enable features from features.json in tests.

github.com/emberjs/ember-dev - f451854ba300f3439f4bc1b236897111e8b013c4 authored over 11 years ago
Merge pull request #89 from rjackson/check_for_features_file_in_filter

Check for features.json from EmberDefeatureify filter.

github.com/emberjs/ember-dev - 420504e1d2a06e171a4e33e62ecf4548f4a91fce authored over 11 years ago
Check for features.json from EmberDefeatureify filter.

github.com/emberjs/ember-dev - d8a12cf90b236ad7ff7091446931257528acdb44 authored over 11 years ago
actually deploy site

github.com/emberjs/emberjs.github.com - 7f99d584ea1b3d6808ec8a06fc2d9fcbe285360d authored over 11 years ago
Merge pull request #88 from rjackson/only_run_multi-branch_tests_on_prs

Only run multi-branch tests on PR's.

github.com/emberjs/ember-dev - 4e1d93c245a4a87b6a7a59b805f50a609683e8da authored over 11 years ago
Revert "deploy"

This reverts commit ab978ddaf336eb4a9c17ac63c6ffe1cebd2494e6.

github.com/emberjs/emberjs.github.com - 94231266a57820416131a19509ca4bde0e9e1ec6 authored over 11 years ago
Only run multi-branch tests on PR's.

github.com/emberjs/ember-dev - d939a145243a67ff2c4fe7e7ce022b990fb8d073 authored over 11 years ago
Merge pull request #45 from rjackson/update_ember

Updated to 1.1.0

github.com/emberjs/starter-kit - a2f04bdab5f80ffc818d4f45c92c3fcc6aa9e259 authored over 11 years ago
Updated to 1.1.0

github.com/emberjs/starter-kit - 7232f0f270c7bde6a065f971a79c9fb0f701a796 authored over 11 years ago
Fixed class namespace

github.com/emberjs/ember-dev - 4b6eede87f9dba91a8f42b699b107d6af4043315 authored over 11 years ago
Add failing test for camel cased irregulars

Added test to demonstrate failing irregular rule detection for camel
cased words.

github.com/emberjs/ember-inflector - 1661903785018233fbcb040c6df6e7bee224d98e authored over 11 years ago
The consensus for overriding the default adapter

github.com/emberjs/ember-rails - 1bdc99fb0407bb93766948930556ec49acf9fea5 authored over 11 years ago
using DS.ActiveModelAdapter.extend()

github.com/emberjs/ember-rails - a673f7e12be5765218e98064e705106816e61583 authored over 11 years ago
Merge pull request #87 from rjackson/use_bundler_gem_publishing_tasks

Automatically publish a gem for each tagged release.

github.com/emberjs/ember-dev - a71fb819341c94df0bde8bedda7ccae5e089c913 authored over 11 years ago
Automatically publish a gem for each tagged release.

github.com/emberjs/ember-dev - 48a8924f4e52e215a78406c50304c03cc54b93ed authored over 11 years ago
Merge pull request #86 from rjackson/add_consistent_build_versioning

Include calculated version in all builds.

github.com/emberjs/ember-dev - 066b0629842e199e391539751dae447a71bd4690 authored over 11 years ago
Add reminder to manually publish tagged releases.

github.com/emberjs/ember-dev - f1d58db65d39c99ea1da8fe3271d4192ecc46e84 authored over 11 years ago
Include calculated version in all builds.

Keep the next tagged version number with either `+pre` (for stable/beta
branch) or `+canary` (fo...

github.com/emberjs/ember-dev - 4018355f5ee9c2dd0533e78c9cfa15dd72497096 authored over 11 years ago
Update to latest for bugfixes in guides.

github.com/emberjs/emberjs.github.com - 5327de2fb0d142426cf36680175fdd2201fd1cbe authored over 11 years ago
replacing DS.ActiveModelAdapter with _ams

github.com/emberjs/ember-rails - f7fbbeda8bb2dceeaa35a35b7eeb715a15f11826 authored over 11 years ago
Merge pull request #271 from hajee/master

Added options to ember:install beta or canary version of ember & ember-data

github.com/emberjs/ember-rails - 2148912826d7df136146654ff765f65b3fd05220 authored over 11 years ago
Added options to ember:install beta or canary version of ember & ember-data

github.com/emberjs/ember-rails - bfc6bc3ea0f7e7eb9dfb77df66911bcc68849903 authored over 11 years ago
Merge pull request #85 from rjackson/use_project_name_for_spade_file

Use project name as prefix in spade file.

github.com/emberjs/ember-dev - debb6c233ea0f0c9b02d542be5250ecab4ebd1ca authored over 11 years ago
Use project name as prefix in spade file.

github.com/emberjs/ember-dev - e53d031be80911c039b0e566469a4a931b58b196 authored over 11 years ago
Update README.md

Added clarity around including components and the asset pipeline.

github.com/emberjs/ember-rails - 2269bc5270b29fb940dbe06bb1f85ba770d10ba5 authored over 11 years ago
Merge pull request #84 from rjackson/refactor_test_task

Run tests on local repo ONLY unless CI=true.

github.com/emberjs/ember-dev - b0b12c4758e264db45ef1e9d804105e6b3daeca1 authored over 11 years ago
Run tests on local repo ONLY unless CI=true.

This prevents a super annoying bug that was causing local repos to be
broken (due to the cherry-...

github.com/emberjs/ember-dev - 4c1208f4f13792d1333edcfaa59563b1ea6a0b8c authored over 11 years ago
Merge pull request #83 from rjackson/use_matrix_build

Use matrix builds to speed up CI.

github.com/emberjs/ember-dev - 6baf0b5a925bd0fe9a825ee3b4742b2b209a1684 authored over 11 years ago
Use matrix builds to speed up CI.

github.com/emberjs/ember-dev - 62331db2a88751381c3c5f5429ed42753d211686 authored over 11 years ago
Update for 1.1.0-beta.4

github.com/emberjs/emberjs.github.com - c2aab7b7e0e5b651078a95d48079fa21971a130f authored over 11 years ago
thursday evening deploy

github.com/emberjs/emberjs.github.com - db05df54e0e134b2049a6d8b214843c6477bd4b7 authored over 11 years ago
Switching to DS.ActiveModelAdapter so underscore to camel works by default.

github.com/emberjs/ember-rails - 72f78252251818e6aa9c52cd5488e07253651c96 authored over 11 years ago
Merge pull request #72 from eventualbuddha/account-for-null-document-body

Account for document.body being absent.

github.com/emberjs/ember-inspector - 168aa2ec05ffbfbb7914c4331719a27c64f497fb authored over 11 years ago
More fixes to the template

github.com/emberjs/emberjs.github.com - 6c79a3abeff10b0a3f5d67246fbfcf021b7b6cc1 authored over 11 years ago
Fix template for compat with Rails 4

github.com/emberjs/emberjs.github.com - 9b9546d7540fcad9b7ce2c39197a50a1a083cd97 authored over 11 years ago
Merge pull request #78 from jankopriva/reuseChildrenFix

ListView renders too many times

github.com/emberjs/list-view - bb8111767c4ecef340ac19f294d7e4c52ce0e717 authored over 11 years ago
Account for document.body being absent.

github.com/emberjs/ember-inspector - b4c1e9785f8b0cce29bcd9a406af6d4642fe1f3e authored over 11 years ago