db:migrate runs (single) migrations that have not run yet. db:create creates the database db:drop deletes the database db:schema:load creates tables and columns within the (existing) database following schema.rb db:setup does db:create, db:schema:load, db:seed db:reset does db:drop, db:setup Normally, db:migrate used after having made changes to the schema via new migration files after creating db i.e when db already exists. db:schema:load is used when you setup a new instance of your app.
Send emails with Amazon SES in Rails 3 I have been using aws-ses gem quite successfully in Production env. In your Gemfile add: create an initializer in config/initializers Configure ActionMailer Set delivery mehtod to amazon ses in environment.rb or in a specific environment as needed eg. config/environments/production.rb
I upgraded my ubuntu 12:04 to 12:10 couple of days And to my surprise the pidgin integration in notification menu had disappeared. I couldn't figure out why this people f**ked up such an important integration. After some research and logic I was able to do some juggad and get my original gnome 2 notification style menu in notification bar . Here are the steps I followed I did not want Empathy or gwibber so I removed then Now follow these steps carefully. Open dconf-editor Add 'pidgin.desktop' to applications in com > canonical > indicator > messages Change value to 'all' in system-whitelist in com > canonical > unity > panel Now Logoff and Login again and you will be able to see the Pidgin in messages notification menu. Also it now shows the gnome classic style chat notification in notification tray.. Pidgin showing in notification tray. ...
Comments
Post a Comment