-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Cliff edited this page May 14, 2014
·
28 revisions
DRS wiki
- Using Modernizr with Rails
- jQuery XML Editor
- Hydra Access Controls -
hydra-access-controls/lib/hydra/datastream
- Lesson: indexing hydra rights metadata into solr
- Custom Validations. We'll need these for all of our data streams, probably.
- Validation without ActiveRecord. Important for us.
- Use this to write a basic pre-push hook that will only allow you to push your changes if you've got a fully passing test suite: http://lostechies.com/jasonmeridth/2009/09/10/git-local-pre-commit-hook/ Note that you'll need Git 1.8.2 or later to use this. You may also want to change the last line from 'rake' to 'rake smoke_test', as this will run a considerably snappier custom subset of tests over the items most likely to change. If you fiddle with jobs remember to actually test those changes.