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 178085 - Add support for HTTP status codes
Summary: Add support for HTTP status codes
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 08:16 UTC by Erno Mononen
Modified: 2011-01-28 20:13 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 Erno Mononen 2009-12-03 08:16:35 UTC
Often used in controllers, e.g.

render :text => "not here", :status => 404

When invoking CC in :status => ^, the CC list should offer the status codes.
Comment 1 Quality Engineering 2009-12-05 03:54:40 UTC
Integrated into 'main-golden', will be available in build *200912050227* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/03ab86876fbb
User: Erno Mononen <emononen@netbeans.org>
Log: #178085: Add support for HTTP status codes
- part 1, need to add still descriptions to the rdoc popup