padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

fix path upload.rb #14

Closed WaYdotNET closed 13 years ago

WaYdotNET commented 13 years ago

Fix path model/upload.rb

nesquena commented 13 years ago

This recipe is intended to work with Padrino 0.10 and the default "models" folder which is shared amongst all projects. However in the current version of padrino this recipe will actually fail. It's a failing of ours that anyone using these recipes with latest padrino gem will find them not to be working. Has to do with the change in the default generation of models :(

achiurizo commented 13 years ago

i think the underlying issue is that there should be a way to specify app folder generation for these plugins. that way one can override the location for generated files such as this.