RubyGems Navigation menu

make 0.2.6

A gem that shortcuts typing out forms and tables for SQL users. Assuming your model is named ModelName, just type Make.form.model(ModelName).now! in your controller and it will return an html-safe string from your column names for creating a new record. In addition, you can type Make.table.model("ModelName").now! to automatically generate a table. Use Make.header("Title") to make a default header.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.1 - February 17, 2015 (8 KB)
  2. 0.3.0 - February 17, 2015 (8 KB)
  3. 0.2.9 - February 17, 2015 (8 KB)
  4. 0.2.8 - February 17, 2015 (8 KB)
  5. 0.2.7 - February 13, 2015 (7.5 KB)
  6. 0.2.6 - February 13, 2015 (7.5 KB)
Show all versions (22 total)

Owners:

Authors:

  • Sara Wong, Ulysses Lin

SHA 256 checksum:

c53e41e008456a6367722d729115ac7e86ae5820755ece6ed344ed1cc630274e

Total downloads 70,897

For this version 2,612

Licenses:

Sara Wong, Ulysses Lin

Required Ruby Version: >= 0

Links: