Changed InlineHelper#phrasing_polymorphic_url to use rails path helper.
Exctracted import/export functionality to Phrasing::Serializer. Importer now accepts nested yaml files, just like the ones from /config/locales.
Scope option for phrases added:
scope: 'homepage.footer' # add scopes just like you would w/ I18.n. If the first argument is 'test', than the key would be 'homepage.footer.test'
Change in generated migration file:
:phrasing_phrase_id changed from t.string to t.integer.
Change in PhrasingPhrasesController#index:
Fix order clause so it runs on Rails 3.2 and MySQL
Created PhrasingPhrase.search_i18n_and_create_phrase for proper lookup of translations in config/locales.
New design for edit mode bubble.
Non breaking IE9 javascript fix.