Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Announcing the Ember.js Security Policy

We know that building your apps on top of a framework requires
trust, and that trust is never put to the test more than when security
vulnerabilities are discovered.
While we're very fortunate to work on an open source project that runs
in a sandboxed environment, the browser, we realize that even JavaScript
applications can be vulnerable to attacks from malicious third-parties.





Ember 1.0 RC2

Today, we're releasing the second Release Candidate of Ember 1.0.
As we said when we released RC1, the next few releases will be
about bugfixes and improvements, and should not have any breaking
changes.
Namespace Lookup for Controllers
It is now possible to look up controllers that are included in a
namespace other than the main application namespace.
For example, when using the render helper:





Stabilizing Ember Data

Yesterday, we gave you an update on our progress making Ember.js easier
to use. One thing we didn't discuss was our plan for Ember Data.
It's no secret that, while many developers are building awesome apps
with Ember.js, Ember Data still causes lots of frustration due to bugs
and a changing, complex API. Documentation about it is also mixed in
with Ember.js documentation, making it difficult for new developers to
understand what is stable and what is not.





Making Ember.js Easier

We frequently receive feedback from new developers about how frustrating
it can be to get started with Ember. Yesterday, one of the most active
comment threads on Hacker
News
was largely about that.

We hear you loud and clear. Ember.js is not easy to get started with, and we take that very seriously. We are all working nights and weekends to make the framework as approachable as humanly possible.





Ember 1.0 RC

Today at Ember Camp, we announced the release of Ember.js 1.0 RC1.
This release is all about fixing bugs from the pre4 release, and
gets us that much closer to a final 1.0 release. Between this release
and the 1.0 final, we will mostly be focusing on stability and documentation.
If you discover any blocking bugs or undocumented areas, please file tickets at
the emberjs/ember.js repo on GitHub and consider helping out.
Route Replacement
You can now transition to a new route without creating an entry in the history:





This Week in Ember

It's been a big month for Ember.js, and we're excited about the progress
that we've made. With so much going on, it can be hard to
keep up-to-date with the project, so here's what you need to know.

Ember Camp
While we have an incredible network of local meetup groups, Ember
Camp
is the first national event for the Ember
community.





This Week in Ember.js

Only a few more days left, I hope everyone's had a great 2012,
while you get ready for the New Year, here's what's been happening in Ember.





This Week in Ember.js

There's been a lot of exciting changes going in the Ember.js community, here's a recap of some of the biggest updates.

Data Format Agnosticism
While we believe the vast majority of Ember.js apps will be using JSON for
communication, there's no reason to restrict it so.
To this end we've made two changes to Ember Data's DS.Store:





This Week in Ember.js

There's a lot of work happening on Ember.js and sometimes it's hard to keep track of what's going on. Here's what me and Yehuda got done this week.

Meetup
The SF Ember.js Meetup on Tuesday (which we actually held in Mountain
View this month) was a success! It was sponsored by our friends at
Addepar, who are also funding me and Yehuda to work on Ember Data for
the next few months
. So, big thanks to them!





Ember 1.0 Prerelease 2

Ember 1.0 Prerelease 2 is out now. This is mainly a bug fix release
after 1.0.pre. However, there are a few things you should be aware of
and we'll go over those a bit below. We're still pushing hard toward the a 1.0 beta release but wanted to make some of our bug fixes available in a more formal way. If you want to go ahead and
download now, you can grab it over on the Github Download Page.