Change order parameters in PhrasingPhrases#index to support SQLServer.
Require only haml, not haml-rails.
Fix confirm dialogs when deleting phrases and phrase versions.
Add a config option to set a parent controller to Phrasing Engine Controllers.
Show Home page only when view responds to :root_path.
Added index for phrasing_phrase_id in versions table.
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.