0.0
No release in over a year
Convert Informix 7.x forms (per files) to Rails views (erb files).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
>= 0
~> 1.2.1
 Project Readme

InformixRails

Convert Informix 7.x forms (per files) to Rails views (erb files).

There are

Installation

Or install it yourself as:

$ gem install informix_rails

Usage

From within your Informix development directory where you have your .per form files you can convert to erb with the following;

informix_rails convert ftele00a.per

Development

Testing with sample_files

be exe/informix_rails convert sample_files/ftele00a.per

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/map7/informix_rails.

Ideas

Further features which could be added would be;

  1. Detect number & date fields and set them in the form
  2. Improve the field names by using the bottom table in per files instead
  3. Convert Informix SQL to migration files for Rails to create the same tables
  4. Convert 4gl files to business logic in Rails (plain class)