0
#+SEQ_TODO: TODO PARTIAL MAYBE WAITING | DONE CANCELLED
0
List of pending/completed tasks for rinari
0
for background see http://groups.google.com/group/emacs-on-rails
0
@@ -20,53 +19,7 @@ this was the error line
0
SyntaxError: /home/eschulte/united/org/work/arf/arf/lib/cluster.rb:35: syntax error, unexpec
0
-something to speed up the cycle of
0
-this should probably cash out into two different functions...
0
-** DONE rails-test-method
0
-*** DONE enhance toggle so that it can match up function names as well
0
-see [[file:toggle.el::if%20string%20match%20new%20name][methods in toggle-buffer]]
0
-*** DONE rinari-test-function will now try to toggle if needed
0
-see [[file:rinari.el::defun%20rinari%20test%20function][rinari-test-function]]
0
-*** CANCELLED use the same mechanism as find view
0
-maybe instead of using the current buffer-file change
0
-[[file:rinari.el::defun%20rails%20name%20components%20name][rails-name-components-name]] so it returns the last component as well,
0
-then change the controller usage of this function to drop the last
0
-list element. That way this can be used to get model names when
0
-calling which-function from models/model.rb files.
0
-Also, if you don't have a test written for this particular method this
0
-could insert the def...end for the test into the appropriate file, and
0
-drop the point there. Nothing wrong with a little bit of soft
0
-* DONE make rails-find-action follow forms and link_to[_remote]
0
-see [[file:rinari.el::defun%20rinari%20alist%20from%20view][rinari-alist-from-view]]
0
-* TODO make `rails-find-view' work with rails2-style view filenames
0
-* MAYBE define macro for ido completion
0
-since we often want to check the availability of ido for completing
0
-reads it would probably be worth writing a macro to do this.
0
-also, it may be worthwhile breaking utility functions out into a
0
-* MAYBE add a function for running mysql
0
-this would use the information in /conf/databases.yaml to log into the
0
-application's database using sql-* functions from sql.el as
0
-* PARTIAL make `rinari-find-view' which will follow forms (maybe w/prefix?)
0
+* TODO make `rinari-find-view' which will follow forms (maybe w/prefix?)
0
works for the following cases
0
- default (goes to the view with the name of the action)
0
@@ -89,17 +42,29 @@ follow
0
+** TODO work with rails2-style view filenames
0
this is current the largest set of functions in rinari.el
0
(hopefully it can be cleaner / less code)
0
-* PARTIAL Make rinari a minor mode that doesn't activate for regular ruby-mode.
0
+* MAYBE define macro for ido completion
0
+since we often want to check the availability of ido for completing
0
+reads it would probably be worth writing a macro to do this.
0
+also, it may be worthwhile breaking utility functions out into a
0
+* MAYBE Make rinari a minor mode that doesn't activate for regular ruby-mode.
0
+look at [[info:elisp:Minor%20Mode%20Conventions][info:elisp:Minor Mode Conventions]]
0
** DONE define as a minor mode
0
** DONE when to enter rinari-minor-mode
0
this could be done through a hook that runs every time a .rb or .rhtml
0
@@ -136,6 +101,50 @@ something similar to \C-c\C-c in org-mode
0
something to indicate functions and keybindings, like \C-hm for major
0
+* MAYBE Make rinari-browse-view smarter
0
+1) goes to the right place when called from a partial
0
+2) and brings up a url in minibuffer if an id is needed
0
+something to speed up the cycle of
0
+this should probably cash out into two different functions...
0
+** DONE rails-test-method
0
+*** DONE enhance toggle so that it can match up function names as well
0
+see [[file:toggle.el::if%20string%20match%20new%20name][methods in toggle-buffer]]
0
+*** DONE rinari-test-function will now try to toggle if needed
0
+see [[file:rinari.el::defun%20rinari%20test%20function][rinari-test-function]]
0
+*** CANCELLED use the same mechanism as find view
0
+maybe instead of using the current buffer-file change
0
+[[file:rinari.el::defun%20rails%20name%20components%20name][rails-name-components-name]] so it returns the last component as well,
0
+then change the controller usage of this function to drop the last
0
+list element. That way this can be used to get model names when
0
+calling which-function from models/model.rb files.
0
+Also, if you don't have a test written for this particular method this
0
+could insert the def...end for the test into the appropriate file, and
0
+drop the point there. Nothing wrong with a little bit of soft
0
+* DONE add a function for running mysql
0
+this would use the information in /conf/databases.yaml to log into the
0
+application's database using sql-* functions from sql.el as
0
+* DONE make rails-find-action follow forms and link_to[_remote]
0
+see [[file:rinari.el::defun%20rinari%20alist%20from%20view][rinari-alist-from-view]]
0
* DONE ruby-compilation enhancement
0
found a line which didn't match the error-regexp-alist
Comments
No one has commented yet.