alloy / rucola

A Framework for rapidly building RubyCocoa applications

This URL has Read+Write access

rucola / TODO
100644 26 lines (14 sloc) 0.814 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
* Clean up dependencies code which is used to disable rubygems in release mode.
 
* From script/console the configuration isn't ran.
 
* Move MainMenu.nib to app/views
 
* The fsevents test "should run the user specified block when one of the paths that was specified is modified", sometimes randomly fails.
 
* Need to refactor the rc freeze tasks with the xcode:frameworks tasks.
 
* Choose between Notifications #notify_on and #once.
 
* Add caching to notification name lookup
 
* Create tests for initializer.rb.
 
* Create templates for testing in either TestUnit, TestSpec or rSpec.
  I don't use rSpec anymore atm, so I (Eloy) will first focus on TestUnit & TestSpec.
  Actually I will just move it to test/spec.
 
* Create rspec testing plugin
 
* Create test/spec testing plugin
 
* Create test/unit testing plugin