Sha256: 5619fd86a9239796f12b04f6a671afffad1166da8be2a02a03200715d1ba44a9

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

Description:
  Create a new database function for your application. This will create a new
  function definition file and the accompanying migration.

  When --no-migration is passed, skips generating a migration.

Examples:
    rails generate fx:function test

      create: db/functions/test_v01.sql
      create: db/migrate/[TIMESTAMP]_create_test.rb

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fx-0.9.0 lib/generators/fx/function/USAGE
fx-0.8.0 lib/generators/fx/function/USAGE
fx-0.7.0 lib/generators/fx/function/USAGE
fx-jets-0.6.3s lib/generators/fx/function/USAGE
fx-0.6.2 lib/generators/fx/function/USAGE
fx-0.6.1 lib/generators/fx/function/USAGE
fx-0.6.0 lib/generators/fx/function/USAGE