Project

expat

0.0
No commit activity in last 3 years
No release in over 3 years
Expat adds a mountable web application to your development environment that will enable you to manage the i18n yaml files of your Rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3

Runtime

< 6, >= 4.1.0
 Project Readme

Expat

This gem adds a mountable web application to your Rails app to allow editing of yml files. The files are saved in the same location, so your version control system will pick up the changes like normal.

Usage

After adding this gem to your Gemfile, add the following line in your config/routes.rb:

  mount(Expat::Engine => '/expat') if Rails.env.development?

Now restart your server and use the application at http://localhost:3000/expat