Simon Jesenko
Simon Jesenko
When executing capistrano task which does not execute any ruby code at target host, checking of rvm and ruby versions is unnecessary. This commit enables skipping of rvm hooks by...
Fixes #27, also deprecates usage of controller callbacks in sweeper. Documentation is updated accordingly.
It now returns true whenever `fetch_change? != :error`. Previously, it returned false when assoc was set to existing struct (as `changeset.changes == %{}`) and errored when set to nil (due...
Scenario: split large schema module to multiple smaller submodules, use `import_types` and `import_fields` to combine them. This introduces compile-time dependency of combined schema module on all submodules from which we...
When entering a route, a call to `transitionTo`/`replaceWith` does not update query params when called prior to `setupController` hook. Example: http://jsbin.com/merivu/5/ clicking **About** should set `thing` qp to `transitioned`
If I understand correctly, this warning ``` Duplicate msgid ("Something: ${ employee.name }" and "Something: ${ employeesStr }" in the same context will be interpreted as the same key... ```...