Protected Overridable Sub CheckSecurity()
Member of: System.Uri
Summary:
Calling this method has no effect.
Wonder how many no-effect-methods is needed to run windows. and if all their CheckSecurity methods have no effect.
Protected Overridable Sub CheckSecurity()
Member of: System.Uri
Summary:
Calling this method has no effect.
depot>rails depot
depot\config\
and correct it to match your database:
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: mysql
database: depot_development
user: userNam
password: pass
test:
adapter: mysql
database: depot_test
user: userNam
password: pass
production:
adapter: mysql
database: depot_production
user: userNam
password: pass
rake db:create:all
depot>ruby script/generate scaffold Product title:string description:text image_url:string
ruby script/server
) and create a product. following this url:
http://localhost:3000/products