Displaying 1 result from an estimated 1 matches for "tasklist_dev".
2006 Jan 18
0
Namespace Issues
...anaged by the controller
AnyModule::AnyModelController
in apps/controllers/any_module/any_models_controller.rb
with views
in apps/views/any_module/any_models
I am experimentig a quite strange behavior:
1 - create a test rails application (e.g. tasklist)
2 - setup a db (e.g. tasklist_dev) with a table (e.g. categories)
3 - from RAILS_ROOT
$ ./script generate scaffold category
4 - run the application and
point to http://localhost:3000/categories
you should see the usual good stuff.
5 - $ ./script generate model task_list/category
Now tha application is broken and you...