Skip to content

Instantly share code, notes, and snippets.

View savvas's full-sized avatar

Savvas Georgiou savvas

View GitHub Profile
# config.ru for Pow + Wordpress, based on http://stuff-things.net/2011/05/16/legacy-development-with-pow/
# added hackery to work around wordpress issues - Patrick Anderson (patrick@trinity-ai.com)
# added rubygems, replaced script_path with script from path_parts, added to_return to fix return error - Paul Cook
# clearly this could be cleaner, but it does work
# added rewrite rule for WordPress Multi Site - Per Soderlind (see also http://soderlind.no/archives/2012/12/02/wordpress-and-pow/)
require 'rubygems'
require 'rack'
require 'rack-legacy'
require 'rack-rewrite'
@savvas
savvas / active_admin.el.yml
Created January 29, 2012 19:36
Active Admin greek el translation yml file (i18n)
el:
active_admin:
dashboard: Διαχείριση
dashboard_welcome:
welcome: "Καλωσήρθατε στην σελίδα διαχείρισης"
call_to_action: "Για να προσθέσετε εργαλεία στην σελίδα διαχείρισης, δείτε εδώ 'app/admin/dashboards.rb'"
view: "Προβολή"
edit: "Επεξεργασία"
delete: "Διαγραφή"
delete_confirmation: "Είστε σίγουρος ότι θέλετε να προχωρήσετε στην διαγραφή?"