public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
minor tweak to rinari-find-view schema
eschulte (author)
Thu Sep 25 10:57:06 -0700 2008
commit  0d4aaf026152ff98371e32ddfb893971b514e691
tree    22955e117ab20889b851cce40098d10ab74711c1
parent  2e7c50d827f1a24e426525ec62cee68d351c56ee
0
...
79
80
81
 
 
 
 
82
83
84
...
79
80
81
82
83
84
85
86
87
88
0
@@ -79,6 +79,10 @@ comp-buffer-name) (let* ... ...)) comp-buffer-name)
0
 need to add =git submodule init; git submodule update= to clone the
0
 submodules as well
0
 
0
+* TODO updates to finders
0
+when finding a view from a controller if there is no method name, then
0
+select from that controller's directory.
0
+
0
 * PARTIAL bundles
0
 ** DONE rhtml (from original rinari)
0
 see
...
379
380
381
382
 
383
384
385
...
379
380
381
 
382
383
384
385
0
@@ -379,7 +379,7 @@ renders and redirects to find the final controller or view."
0
        (string-match "#\\(.*\\)" raw-method)
0
        (match-string 1 raw-method))))
0
    (if (and file method) (rinari-follow-controller-and-action file method))))
0
- . "app/views/\\1/\\2\\..*")
0
+ . "app/views/\\1/\\2.*")
0
      ("app/helpers/\\1_helper.rb" . "app/views/\\1/.*")
0
      ("db/migrate/.*create_\\1.rb" . "app/views/\\1/.*")
0
      ("spec/models/\\1_spec.rb" . "app/views/\\1/.*")

Comments

    No one has commented yet.