sudo /usr/local/mysql/support-files/mysql.server start
sudo /usr/local/mysql/support-files/mysql.server stop
What is a proposition?
vor 15 Jahren
This is absolutely a private note pad for my use only - it is just a list of things that I took ages to find out OR don't want to forget all in one place for me to refer to later. Anyone who finds it can read it - and thats all. Don't come crying to me about anything in it. I did not write for you or the world.
>sudo gem install ZenTest
>sudo gem install rspec-rails
in application root:
>ruby script/generate rspec
autotest (if it hangs use >RSPEC=true autotest)
rake spec
rake spec:app
rake spec:models
rake spec:controllers
rake spec:views
rake spec:helpers
rake spec:plugins
rake --tasks:plugins