Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
/ rails-misc Public archive

A (unsorted) collection of rails stuff we need in many places

License

Notifications You must be signed in to change notification settings

metaminded/rails-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RailsMisc

Inputs

Date Picker Input

use in simple_forms

  f.input :done_on, as: :date_picker

wire in js-manifest:

  //= require jquery-ui
  //= require ',/date_picker_input

if necessary (you don’t completely include jquery-ui anyway), wire css

  //= require ',/date_picker_input

Ace Editor Input

include 3rd party gem

  gem 'ace-rails-ap'

use in simple_forms

  f.input :text_field, as: :editor_ace

wire in js-manifest:

  //= require ',/editor_ace_input

and in css-manifest

  //= require ',/editor_ace_input

About

A (unsorted) collection of rails stuff we need in many places

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •