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
12
* TODO full test coverage (ERT) [0/2]
@@ -25,30 +25,7 @@ for background see http://groups.google.com/group/emacs-on-rails
25
25
26
26
switch from using elunit.el to ert.el for testing
27
27
28
- * TODO create a screencast
29
- promotion!!
30
-
31
- - [[http://www.emacswiki.org/cgi-bin/wiki/EmacsScreencasts]]
32
-
33
- ** script
34
- 1) download rinari
35
- 2) install rinari (with changes to .init file)
36
- 1) this should probably be on a fresh emacs install which has had
37
- some of the required modes (yaml, javascript, etc...) put into
38
- place
39
- 2) should this example be made using the emacs starter kit?
40
- 3)
41
-
42
- ** tools
43
- - http://www.emacswiki.org/emacs/CommandLogMode
44
- - probably want to produce this on the mac
45
-
46
- ** where to post
47
- probably would be best either on github, or on rubyforge.
48
-
49
- I don't think this is possible to do on rubyforge
50
-
51
- * TODO Merb support [1/4]
28
+ * TODO Merb support [2/4]
52
29
:PROPERTIES:
53
30
:suggested-by: Jorge Calás Lozano
54
31
:END:
@@ -59,7 +36,7 @@ I think it's better to rely on config/init.rb that file should be on
59
36
every merb project, merb.thor doesn't, in fact my "library" project
60
37
doesn't have it.
61
38
62
- ** TODO pull into rinari-merb
39
+ ** DONE pull into rinari-merb
63
40
rinari-merb (minami? why not just rinari-merb? what if someone create a
64
41
rinari version for sinatra? sinasi?)
65
42
@@ -87,7 +64,16 @@ In the current merb you don't don't have spec/controllers or spec/views
87
64
(although you can, of course) but spec/requests is encourage. So
88
65
app/controllers/assets.rb should map spec/requests/assets_spec.rb
89
66
90
- * TODO add find-by context
67
+ * DONE submit to ELPA
68
+ get rinari (and all of it's dependencies) into [[http://tromey.com/elpa/][ELPA]] the Emacs Lisp
69
+ Package Archive
70
+
71
+ * DONE create a screencast
72
+ promotion!!
73
+
74
+ now up with the online documentation [[http://rinari.rubyforge.org/]]
75
+
76
+ * DONE add find-by context
91
77
:PROPERTIES:
92
78
:suggested-by: vylu
93
79
:END:
@@ -108,7 +94,7 @@ Follow any of the following within two lines (up or down)
108
94
- submit_tag
109
95
- render
110
96
111
- * TODO improvements to finders
97
+ * DONE improvements to finders
112
98
:PROPERTIES:
113
99
:suggested-by: vylu
114
100
:END:
@@ -175,7 +161,7 @@ Thanks for the suggestion -- Eric
175
161
need to add =git submodule init; git submodule update= to clone the
176
162
submodules as well
177
163
178
- * PARTIAL windows support
164
+ * MAYBE windows support
179
165
:PROPERTIES:
180
166
:tested-by: Darren Syzling
181
167
:END:
@@ -223,18 +209,7 @@ comp-buffer-name) (let* ... ...)) comp-buffer-name)
223
209
call-interactively(rinari-rake)
224
210
#+END_EXAMPLE
225
211
226
- * PARTIAL bundles
227
- ** DONE rhtml (from original rinari)
228
- see
229
- - [[http://rinari.rubyforge.org/rhtml_002dMode.html#rhtml_002dMode]]
230
- - [[http://github.com/eschulte/rhtml/tree/master]]
231
-
232
- ** rdebug
233
- - [[http://bashdb.sourceforge.net/ruby-debug.html#SEC_Top]]
234
- ** DONE snippets
235
- see http://github.com/eschulte/yasnippets-rails/tree/master
236
-
237
- * MAYBE inf-ruby enhancement
212
+ * MAYBE inf-ruby missing errors
238
213
239
214
found an example of an error that the
240
215
`inferior-ruby-error-regexp-alist' in inf-ruby.el doesn't match
@@ -245,7 +220,7 @@ this was the error line
245
220
SyntaxError: /home/eschulte/united/org/work/arf/arf/lib/cluster.rb:35: syntax error, unexpec
246
221
:END:
247
222
248
- * MAYBE ruby-compilation enhancement
223
+ * MAYBE ruby-compilation missing errors
249
224
250
225
found a line which didn't match the error-regexp-alist
251
226
@@ -544,6 +519,17 @@ easy enough
544
519
545
520
546
521
LocalWords: elsif elseif keybinding
522
+
523
+ * CANCELLED bundles
524
+ ** DONE rhtml (from original rinari)
525
+ see
526
+ - [[http://rinari.rubyforge.org/rhtml_002dMode.html#rhtml_002dMode]]
527
+ - [[http://github.com/eschulte/rhtml/tree/master]]
528
+
529
+ ** rdebug
530
+ - [[http://bashdb.sourceforge.net/ruby-debug.html#SEC_Top]]
531
+ ** DONE snippets
532
+ see http://github.com/eschulte/yasnippets-rails/tree/master
547
533
* CANCELLED adjust eshell/shell environment to highlight ruby errors
548
534
not sure this is possible, at least not easily
549
535
0 commit comments