This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 105043 - Rails CC is still missing some stuff in testing area
Summary: Rails CC is still missing some stuff in testing area
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 15:55 UTC by Tomas Danek
Modified: 2011-01-28 20:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2007-05-29 15:55:03 UTC
NetBeans Ruby IDE 070529
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.20-15-generic running on i386
en_US (nbrubyide); UTF-8
----------------------------
even if there is a lot of work on CC in rails done, i still miss various items
in CC:

- create rails app, and some controller with action e.g. (hello/index) 
- setup in database.yml your test db
- in test file of this controller,  if you try to write some test method 
containing something like this:

    get :index
    assert_response :success

CC is not helpful, both "get" and "assert_response" methods are not visible in
CC list..
is there a way, how to show them in CC list??
Comment 1 Jiri Kovalsky 2007-07-03 14:04:55 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Torbjorn Norbye 2007-11-02 19:34:03 UTC
I've fixed this such that the Rails assert_ methods show up now (such as assert_Respose).  "get" and "fixtures" aren't
working yet; they appear to have more complicated inclusion logic.