An open API service indexing awesome lists of open source software.

https://github.com/cybertoothca/cybertoothca.github.io

The cybertooth.io website.
https://github.com/cybertoothca/cybertoothca.github.io

Last synced: 10 months ago
JSON representation

The cybertooth.io website.

Awesome Lists containing this project

README

          

# Cheat Sheets

[cybertooth.io EmberJs Add-Ons Cheat Sheet](ember-addons-cheat-sheet)

[EmberJs Add-On Cheat Sheet](emberjs-add-on-cheat-sheet)

[EmberJs Testing Cheat Sheet](emberjs-testing-cheat-sheet)

[Rails Error Messages Cheat Sheet](rails_included_error_messages)

[`ember-cli-release` Cheat Sheet](ember-cli-release-cheat-sheet)

[`rvm` (Ruby Version Manager) Cheat Sheet](rvm-cheat-sheet)

[`nvm` (Node Version Manager) Cheat Sheet](nvm-cheat-sheet)

[`yarn` Cheat Sheet](yarn-cheat-sheet)

# How To Documents

[Ember-Data Rollback Belongs To Relationships](emberjs-rolling-back-belongs-to)

-
Ember-Data's `rollbackAttributes()` function will not rollback changes
to your belongs-to relationships; here's a strategy to conquer that
shortcoming.

[EmberJs Testing In Chrome/Firefox Headless Mode By Default](emberjs-testem-headless)

-
Gist and explanation of enhanced testem.js configuration that runs
in browser `headless` mode by default.

[CircleCI-1.0 Configuration For Ember-2.13 Addons](circle-ci-1.0-emberjs-configuration)

-
Reference guide for using CircleCI-1.0's parallelism when building
an add-on against multiple Ember versions.

[WIKI: Rails API Server How To Documents & Best Practices](https://github.com/Perfect-Response/pr-api/wiki)

-
References for creating Models, Resources, Policiies, & Controllers
that can be consumed effortlessly by Ember Data.

[WIKI: Ember UI How To Documents And Best Practices](https://github.com/Perfect-Response/pr-ui/wiki)

-
References for creating Ember models, routes, and using various community
add-ons.

# Reference/Conventions

[Naming Conventions](name-conventions)

-
A work-in-progress concerning ideas revolving around various naming conventions.