This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var watch = require("gulp-watch"); | |
var plumber = require("gulp-plumber"); | |
var tap = require("gulp-tap"); | |
var browserify = require("browserify"); | |
var gulpif = require("gulp-if"); | |
var streamify = require("gulp-streamify"); | |
var gutil = require('gulp-util'); | |
var isDebug = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
more: https://github.com/justinfrench/formtastic | |
-> make form for all db columns | |
<%= semantic_form_for @user do |f| %> | |
<%= f.inputs %> | |
<%= f.buttons %> | |
<% end %> | |
-> select cols | |
<%= semantic_form_for @user do |f| %> |