Don't forget that you can tell Rails not to require certain frameworks (in this case ActiveRecord)
in your environment configuration (environment.rb). The line that shows how to do that is commented with
active_mailer and action_web_service as an example; just add active_record to the array.

On 6/23/06, Tim Lucas <[EMAIL PROTECTED]> wrote:
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à!

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to