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.
- Host: GitHub
- URL: https://github.com/cybertoothca/cybertoothca.github.io
- Owner: cybertoothca
- Created: 2017-03-02T18:43:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T01:03:37.000Z (about 8 years ago)
- Last Synced: 2025-03-16T02:28:00.416Z (about 1 year ago)
- Language: Ruby
- Homepage: http://cybertooth.io
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.