"actions" directory missing from project skeleton
Reported by Rusty Klophaus | April 16th, 2010 @ 09:16 AM | in 2.0.1
Quoth Sergey:
On Fri, Apr 16, 2010 at 8:18 AM, Sergey Yelin
elinsn@gmail.com wrote:
Hi
triyng to add an action to my newly created test application on linux:
[kpy3@zoo nitrogen]$ ./bin/dev action blog_add Created action:
./site/src/actions/action_blog_add.erl
Remember to recompile![kpy3@zoo nitrogen]$ stat
./site/src/actions/action_blog_add.erl
stat: cannot stat ./site/src/actions/action_blog_add.erl': No
such file or directory<br/> [kpy3@zoo nitrogen]$ mkdir
./site/src/actions [kpy3@zoo nitrogen]$ ./bin/dev action blog_add
Created action: ./site/src/actions/action_blog_add.erl<br/>
Remember to recompile![kpy3@zoo nitrogen]$ stat
./site/src/actions/action_blog_add.erl<br/>
File:
./site/src/actions/action_blog_add.erl' Size: 307
Blocks: 8 IO Block: 4096 regular file Device: 804h/2052d Inode:
268233 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ kpy3) Gid: ( 100/ users)
Access: 2010-04-16 15:59:53.852215099 +0400
Modify: 2010-04-16 15:59:53.852215099 +0400
Change: 2010-04-16 15:59:53.852215099 +0400
Comments and changes to this ticket
-
Rusty Klophaus June 14th, 2010 @ 03:44 PM
- State changed from new to resolved
(from [3cdb1748e09663ecc313f7ccdf05fe03aa8e93c6]) Ensure that 'site/src/actions' and 'site/src/elements' directories are created. [#75 state:resolved] [#49 state:resolved]. http://github.com/rklophaus/nitrogen/commit/3cdb1748e09663ecc313f7c...
-
Rusty Klophaus June 14th, 2010 @ 03:44 PM
- no changes were found...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang
People watching this ticket
Referenced by
- 75 ./bin/dev element [name] fail (from [3cdb1748e09663ecc313f7ccdf05fe03aa8e93c6]) Ensure ...
- 49 "actions" directory missing from project skeleton (from [3cdb1748e09663ecc313f7ccdf05fe03aa8e93c6]) Ensure ...