class AddReleaseNoteToMobileClients < ActiveRecord::Migration
def change
add_column :mobile_clients, :release_note, :text
end
end
<VirtualHost *:80>
ServerName server.com
DocumentRoot /var/www/server/current/public
RailsEnv production
PassengerLogLevel 2
<Directory /somewhere/public>
AllowOverride all
Options -MultiViews
Order allow,deny
Allow from all
</Directory>
</VirtualHost>