tower-archive / tower

UNMAINTAINED - Small components for building apps, manipulating data, and automating a distributed infrastructure.
http://tower.github.io
MIT License
1.79k stars 120 forks source link

App.Chat wasn't found #387

Closed mitchpolska closed 11 years ago

mitchpolska commented 11 years ago

Hi, I have crated controller only by: tower generate controller chat. And now, error occurs when I want to run server (or something else like cake watch).

How can I fix it ?

btbinhtran commented 11 years ago

What are the error messages?

Also, which version of Tower are you using? The one from NPM Registry or the cutting edge from this repository?

mitchpolska commented 11 years ago

I have resolved problem by removing @scopeall from controllers. Thank you for your response.

btbinhtran commented 11 years ago

Good to know.

mitchpolska commented 11 years ago

I don't want create another issue (I think the problem is trivial). Maybe you know how to update model ? I have created model named chat but now I want to add another fields to it. How to do this ?

btbinhtran commented 11 years ago

This link should have all the info you need.

https://github.com/viatropos/tower/wiki/Models

Cheers!

mitchpolska commented 11 years ago

Doesn't work. Anyway, thank you !