Odin
Odin
Star from Jon!
I'll take this one!
Part of this would probably be a list command (`imsg list)` to show the list of contacts. I prefer the `-u` flag to the `imsg [n] message` format.
Just tried it here: ``` $ ruby -v ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14] $ rails -v Rails 4.2.3 $ rails new foo ``` `foo/config/application.rb` doesn't mention `railtie`.
I was wrong (maybe) about not explicitly calling the view's class. It's not a dependant view. I still can't get it to work without DatabaseCleaner. I'm not sure how I...
This is a fairly new project. I can try do a clean one if you like. You may just see the problem I'm having though. https://github.com/twe4ked/halcyonladder/commit/a57fc9928d3b230631946ecb4f6603b6ecc04a9a
Thanks :)
It seems if the view class gets called explicitly from the specs more than once I run into issues. I've now got a call in the before suite.
I'd like to see this too. :)
If you simply need to have all elements available before submitting a form you can do the following: ```js formElement.onsubmit = function(event) { list.search('') } ```