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 181825 - Add Capfile and some common directories for a Rails project
Summary: Add Capfile and some common directories for a Rails project
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 04:46 UTC by ehartmann
Modified: 2010-03-16 05:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (3.78 KB, patch)
2010-03-11 04:48 UTC, ehartmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ehartmann 2010-03-11 04:46:08 UTC
This patch adds :
1. Capfile (www.capify.org) for Rails deployment to the roots of project
2. Add the following directories (more or less convetions) with better names :
* app/mails (from Rails)
* app/reports (from Prawn, PDF generator)
* app/middleware (from Rack)

The patch does not contains an action on Capfile to launch capistrano.
Comment 1 ehartmann 2010-03-11 04:48:12 UTC
Created attachment 95031 [details]
Patch
Comment 2 Erno Mononen 2010-03-11 06:08:05 UTC
Thanks for the patch! Looks good to me, I'll apply it soon.
Comment 3 Erno Mononen 2010-03-12 04:28:52 UTC
Applied the patch in 35d5068c449b, thanks again. Let's handle the action on capfile seperately.
Comment 4 Quality Engineering 2010-03-16 05:15:30 UTC
Integrated into 'main-golden', will be available in build *201003160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/35d5068c449b
User: Erno Mononen <emononen@netbeans.org>
Log: #181825 - Add Capfile and some common directories for a Rails project
- patch by ehartmann