On 23/06/2006, at 7:34 AM, anne001 wrote:
"Rails should be robust on its "minimum requirements" for a basic
controller
and view to work properly."
This was January, it is June. Is there a patch? Can Rails work
without a
database connected?
Umm... have you tried yourself?
$ rails test_site
$ cd test_site
$ ./script/generate controller test index
$ rm public/index.html
$ ./script/server
then browse to http://127.0.0.1:3000/test and voilà!
Test#index
Find me in app/views/test/index.rhtml
-- tim
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core