¶ ↑
Unite the armies¶ ↑
Running development server1) Add database.yml and secrets.yml ( see Rails documentation) 2) Migrate 3) $ rails server
¶ ↑
Development1) Write tests 2) $ rake test
¶ ↑
Deployment1) $ cap staging deploy 2) $ cap production deploy
¶ ↑
Localization1) $ rake gettext:find 2) Edit po files 3) $ rake gettext:pack