Quete Noub

Results 4 issues of Quete Noub

* **I'm submitting a ...** * [ ] feature request The errors property can conflict with other validation frameworks. Please provide the ability to rename the property to prevent the...

see https://github.com/Crisu83/yii-app/issues/40#issuecomment-42802926 see https://github.com/Crisu83/yii-app/issues/38#issuecomment-42803052

The password used in bootstrap.sh script # create database mysql -uroot -pyii_app -e "CREATE DATABASE IF NOT EXISTS `yii_app` CHARACTER SET utf8 COLLATE utf8_general_ci;" does not match the password in...

The following lines in the bootstrap script should be changed since the console directory does not exist: # run database migrations sudo php /vagrant/console/yiic migrate --interactive=false # enable the development...