Alexander Edge

Results 6 issues of Alexander Edge

When comparing SLComposeViewController's view in iOS 6.0 to this view, their y positions differ on both Retina 3.5 and Retina 4.0 versions.

When constructing the error dictionary, `NSLocalizedDescriptionKey` should be the key not the value. This appears to be a simple typo that results in all errors in Swift being "The operation...

I can't see a way to enable to locks to the control room. I'd rather not have to go all the way to the other side of the park to...

Couchrest model is easily implemented because it generates any missing views at runtime. It would be really great if this could do the same.

Couchrest-model supports the following callbacks: `:before_validation, :after_validation, :after_initialize, :before_create, :around_create, :after_create, :before_destroy, :around_destroy, :after_destroy, :before_save, :around_save, :after_save, :before_update, :around_update, :after_update` However, couchbase-ruby-model doesn't seem to support them all since I...

Gems like [simple form](https://github.com/plataformatec/simple_form) use data types to automatically construct forms for models. E.g., boolean (`TrueClass` in [couchrest-model](https://github.com/couchrest/couchrest_model)) results in a checkbox.