forked from ryanb/railscasts
-
Notifications
You must be signed in to change notification settings - Fork 0
Screencast Topics
ryansobol edited this page Feb 29, 2012
·
8 revisions
How to JS Lint (hint: use jshint.com har har har)
Jasmine Testing w/ Backbone - Routers
- "Elsewhere"
- Order of Stubbing
- Stubbing/Spying Prototype chain
- Easy ways to write tests that end up messing with the global scope in the app
Jasmine Testing w/ Backbone - Views Jasmine Testing w/ Backbone - Models/Collections
Complex Modal-based flows
- Remaining open between modal routes
- Closing on all other routes
Jasmine Fixture Generation on Rails (Mechanic)
Jasmine Shared Behaviors strategy
Common Hair Pulling Situations with Jasmine
- Stubbing/Spying gotchas
- Order of stubbing
- restoring
Before(All)/After(All) Filters
- Router Level
- App Level
Backbone Marionette overview
backbone.pagination.js