public
Fork of tablatom/hobocentral
Description: Markdown sources for http://hobocentral.net
Homepage: http://hobocentral.net
Clone URL: git://github.com/drnic/hobocentral.git
Search Repo:
intro for projects_controller#show for search
drnic (author)
Mon May 12 18:56:06 -0700 2008
commit  0014ebd5378c460bea1038266f7becc4598da0a6
tree    2003b808cb6d7d87b6b3b43a67d5a06d06d4bd48
parent  3a3c8578c31082d16fffa52a5fd057c3964b04b4
...
414
415
416
417
 
418
419
420
...
428
429
430
431
 
432
433
434
...
414
415
416
 
417
418
419
420
...
428
429
430
 
431
432
433
434
0
@@ -414,7 +414,7 @@
0
 
0
 We could also add a column showing the number of tasks in a story. Change to `fields="this, tasks.count, status"` and see that a column is added with a readable title "Tasks Count".
0
 
0
-Now for the controller side. Add a `show` method to `app/controllers/projects_controller.rb` like this:
0
+To enable the 'Search' feature of the table, we need to update the controller side. Add a `show` method to `app/controllers/projects_controller.rb` like this:
0
   
0
   def  show
0
    @project = find_instance
0
@@ -428,7 +428,7 @@
0
   
0
 # Part 5 -- odds and ends
0
 
0
-We're now going to work through some more easy but very valuable enhancements to the app. We're going to add
0
+We're now going to work through some more easy but very valuable enhancements to the app. We're going to add:
0
 
0
  * A menu for story statuses. The free-form text field is a bit poor after all. We'll do this first with a hard-wired set of options, and then add the ability to manage the set of available statuses.
0
 

Comments

    No one has commented yet.