All Projects → rails-engine → Form_core

rails-engine / Form_core

Licence: mit
A Rails engine providing ability to generate dynamic form.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Form core

Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (+300.57%)
Mutual labels:  rails-engine, rails
Vue Rails Form Builder
A custom Rails form builder for Vue.js
Stars: ✭ 81 (-53.71%)
Mutual labels:  rails, form-builder
Simple form
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
Stars: ✭ 7,877 (+4401.14%)
Mutual labels:  rails, form-builder
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+52%)
Mutual labels:  rails-engine, rails
Spotlight
Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Stars: ✭ 137 (-21.71%)
Mutual labels:  rails-engine, rails
Maily
📫 Rails Engine to preview emails in the browser
Stars: ✭ 502 (+186.86%)
Mutual labels:  rails-engine, rails
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-56%)
Mutual labels:  rails-engine, rails
Sudo rails
🔒 Sudo mode for your Rails controllers
Stars: ✭ 66 (-62.29%)
Mutual labels:  rails-engine, rails
Rails server timings
Server Timing headers for Rails apps
Stars: ✭ 112 (-36%)
Mutual labels:  rails-engine, rails
Comfy Blog
Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
Stars: ✭ 98 (-44%)
Mutual labels:  rails-engine, rails
Role core
🔐A Rails engine providing essential industry of Role-based access control.
Stars: ✭ 262 (+49.71%)
Mutual labels:  rails-engine, rails
Flipflop
Flipflop lets you declare and manage feature flags in your Rails application.
Stars: ✭ 165 (-5.71%)
Mutual labels:  rails-engine, rails
Comfortable Mexican Sofa
ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
Stars: ✭ 2,707 (+1446.86%)
Mutual labels:  rails-engine, rails
Rails email preview
Preview and edit app mailer templates in Rails.
Stars: ✭ 524 (+199.43%)
Mutual labels:  rails-engine, rails
Thredded
The best Rails forums engine ever.
Stars: ✭ 1,263 (+621.71%)
Mutual labels:  rails-engine, rails
Redis web manager
Manage your Redis instance (see keys, memory used, connected client, etc...)
Stars: ✭ 139 (-20.57%)
Mutual labels:  rails-engine, rails
Workflow core
[Deprecated, use flor_core instead] A Rails engine which providing essential infrastructure of workflow. It's based on Workflow Nets.
Stars: ✭ 171 (-2.29%)
Mutual labels:  rails-engine, rails
Sentimentalizer
Sentiment analysis with Machine Learning
Stars: ✭ 162 (-7.43%)
Mutual labels:  rails
Awesome Opensource Apps
🏠ℹ️ Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!
Stars: ✭ 2,199 (+1156.57%)
Mutual labels:  rails
Rails Base
Skeleton for new Rails based projects.
Stars: ✭ 161 (-8%)
Mutual labels:  rails

Form Core

A Rails engine providing ability to generate dynamic form.

Requirements

0.1 branch

  • MRI 2.5+
  • Rails 6.0+

0.0.1 branch

  • MRI 2.3+
  • Rails 5.0+

Usage

See demo for now.

Installation

Add this line to your Gemfile:

gem 'form_core'

Or you may want to include the gem directly from GitHub:

gem 'form_core', github: 'rails-engine/form_core'

And then execute:

$ bundle

Copy migrations

$ bin/rails form_core:install:migrations

Then do migrate

$ bin/rails db:migrate

Demo

Clone the repository.

$ git clone https://github.com/rails-engine/form_core.git

Change directory

$ cd form_core

Run bundler

$ bundle install

Preparing database

$ bin/rails db:migrate

Start the Rails server

$ bin/rails s

Open your browser, and visit http://localhost:3000

Contributing

Bug report or pull request are welcome.

Make a pull request

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please write unit test with your code if necessary.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].