ruby - git submodules with rails directory structure -


i'd split rails using git submodule, far can tell, works directory. while works file structure similar python's django, each module has models.py, views.py, etc, doesn't appear work rails, gives directory structure there views folder, controllers folder, etc, each folder having 1 file module.

is there way convert file structure similar django's, or if not, how use git submodules rails?

how use git submodules rails?

you not use them, not directly @ least. git submodule repo, checked out in own folder.

if couple deployment script linked (symlink) files rails directory structure files submodule folder, rail app.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -