1
1
# -*- mode: org -*-
2
- #
3
2
#+TITLE: TODO
4
3
#+SEQ_TODO: TODO WAITING | DONE CANCELLED MAYBE PARTIAL
5
4
#+DRAWERS: SNIP
6
5
#+CATEGORY: rinari
7
6
8
- List of pending/completed tasks for rinari
7
+ List of tasks for rinari
9
8
9
+ for documentation see [[http://rinari.rubyforge.org/]]
10
10
for background see http://groups.google.com/group/emacs-on-rails
11
11
12
+ * TODO Document changing jump keybindings
13
+ * TODO Document Xemacs support
12
14
* TODO full test coverage (ERT) [0/2]
13
15
- [ ] movement tests
14
16
- [ ] controller
@@ -25,12 +27,7 @@ for background see http://groups.google.com/group/emacs-on-rails
25
27
26
28
switch from using elunit.el to ert.el for testing
27
29
28
- * TODO create a screencast
29
- promotion!!
30
-
31
- - [[http://www.emacswiki.org/cgi-bin/wiki/EmacsScreencasts]]
32
-
33
- * TODO Merb support [1/4]
30
+ * TODO Merb support [2/4]
34
31
:PROPERTIES:
35
32
:suggested-by: Jorge Calás Lozano
36
33
:END:
@@ -41,7 +38,7 @@ I think it's better to rely on config/init.rb that file should be on
41
38
every merb project, merb.thor doesn't, in fact my "library" project
42
39
doesn't have it.
43
40
44
- ** TODO pull into rinari-merb
41
+ ** DONE pull into rinari-merb
45
42
rinari-merb (minami? why not just rinari-merb? what if someone create a
46
43
rinari version for sinatra? sinasi?)
47
44
@@ -69,7 +66,16 @@ In the current merb you don't don't have spec/controllers or spec/views
69
66
(although you can, of course) but spec/requests is encourage. So
70
67
app/controllers/assets.rb should map spec/requests/assets_spec.rb
71
68
72
- * TODO add find-by context
69
+ * DONE submit to ELPA
70
+ get rinari (and all of it's dependencies) into [[http://tromey.com/elpa/][ELPA]] the Emacs Lisp
71
+ Package Archive
72
+
73
+ * DONE create a screencast
74
+ promotion!!
75
+
76
+ now up with the online documentation [[http://rinari.rubyforge.org/]]
77
+
78
+ * DONE add find-by context
73
79
:PROPERTIES:
74
80
:suggested-by: vylu
75
81
:END:
@@ -90,7 +96,7 @@ Follow any of the following within two lines (up or down)
90
96
- submit_tag
91
97
- render
92
98
93
- * TODO improvements to finders
99
+ * DONE improvements to finders
94
100
:PROPERTIES:
95
101
:suggested-by: vylu
96
102
:END:
@@ -157,7 +163,7 @@ Thanks for the suggestion -- Eric
157
163
need to add =git submodule init; git submodule update= to clone the
158
164
submodules as well
159
165
160
- * PARTIAL windows support
166
+ * MAYBE windows support
161
167
:PROPERTIES:
162
168
:tested-by: Darren Syzling
163
169
:END:
@@ -205,18 +211,7 @@ comp-buffer-name) (let* ... ...)) comp-buffer-name)
205
211
call-interactively(rinari-rake)
206
212
#+END_EXAMPLE
207
213
208
- * PARTIAL bundles
209
- ** DONE rhtml (from original rinari)
210
- see
211
- - [[http://rinari.rubyforge.org/rhtml_002dMode.html#rhtml_002dMode]]
212
- - [[http://github.com/eschulte/rhtml/tree/master]]
213
-
214
- ** rdebug
215
- - [[http://bashdb.sourceforge.net/ruby-debug.html#SEC_Top]]
216
- ** DONE snippets
217
- see http://github.com/eschulte/yasnippets-rails/tree/master
218
-
219
- * MAYBE inf-ruby enhancement
214
+ * MAYBE inf-ruby missing errors
220
215
221
216
found an example of an error that the
222
217
`inferior-ruby-error-regexp-alist' in inf-ruby.el doesn't match
@@ -227,7 +222,7 @@ this was the error line
227
222
SyntaxError: /home/eschulte/united/org/work/arf/arf/lib/cluster.rb:35: syntax error, unexpec
228
223
:END:
229
224
230
- * MAYBE ruby-compilation enhancement
225
+ * MAYBE ruby-compilation missing errors
231
226
232
227
found a line which didn't match the error-regexp-alist
233
228
@@ -526,6 +521,17 @@ easy enough
526
521
527
522
528
523
LocalWords: elsif elseif keybinding
524
+
525
+ * CANCELLED bundles
526
+ ** DONE rhtml (from original rinari)
527
+ see
528
+ - [[http://rinari.rubyforge.org/rhtml_002dMode.html#rhtml_002dMode]]
529
+ - [[http://github.com/eschulte/rhtml/tree/master]]
530
+
531
+ ** rdebug
532
+ - [[http://bashdb.sourceforge.net/ruby-debug.html#SEC_Top]]
533
+ ** DONE snippets
534
+ see http://github.com/eschulte/yasnippets-rails/tree/master
529
535
* CANCELLED adjust eshell/shell environment to highlight ruby errors
530
536
not sure this is possible, at least not easily
531
537
0 commit comments