All Projects → aliibrahim → Foundation Datetimepicker Rails

aliibrahim / Foundation Datetimepicker Rails

Licence: mit
foundation-datetimepicker-rails

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Foundation Datetimepicker Rails

Pagy
🏆 The Best Pagination Ruby Gem 🥇
Stars: ✭ 3,340 (+15081.82%)
Mutual labels:  rails, foundation
Api schema
DSL for describing APIs and generate swagger json
Stars: ✭ 18 (-18.18%)
Mutual labels:  rails
E2e Tester
Open source End-to-End test service
Stars: ✭ 6 (-72.73%)
Mutual labels:  rails
Vagrant Rails Dev
my vagrant rails development box
Stars: ✭ 16 (-27.27%)
Mutual labels:  rails
Activerecordextended
Adds additional postgres functionality to an ActiveRecord / Rails application
Stars: ✭ 830 (+3672.73%)
Mutual labels:  rails
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+3963.64%)
Mutual labels:  rails
Data Migrate
Migrate and update data alongside your database structure.
Stars: ✭ 821 (+3631.82%)
Mutual labels:  rails
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (+0%)
Mutual labels:  foundation
Rails5 application template
Rails Application Template
Stars: ✭ 17 (-22.73%)
Mutual labels:  rails
Capybara error intel
🐛 Ruby gem for heuristic error messages in Capybara based Page Objects
Stars: ✭ 16 (-27.27%)
Mutual labels:  rails
Procourse Memberships
Allow users to purchase access to a user group on Discourse.
Stars: ✭ 16 (-27.27%)
Mutual labels:  rails
Colourmatch
Search by Colour. Find photos with matching palettes.
Stars: ✭ 6 (-72.73%)
Mutual labels:  rails
Leaky Gems
A list of Ruby gems that have known memory leaks (and issues)
Stars: ✭ 895 (+3968.18%)
Mutual labels:  rails
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-72.73%)
Mutual labels:  datetimepicker
Libraries.io
📚 The Open Source Discovery Service
Stars: ✭ 903 (+4004.55%)
Mutual labels:  rails
Octicons
A scalable set of icons handcrafted with <3 by GitHub
Stars: ✭ 7,039 (+31895.45%)
Mutual labels:  rails
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+3690.91%)
Mutual labels:  rails
Denite Rails
denite-rails is a Denite.nvim source for Rails.
Stars: ✭ 17 (-22.73%)
Mutual labels:  rails
Rails Api And Angularjs
Integration between rails and angularjs which includes rspec tests.
Stars: ✭ 22 (+0%)
Mutual labels:  rails
Redis Rails
Redis stores for Ruby on Rails
Stars: ✭ 904 (+4009.09%)
Mutual labels:  rails

foundation-datetimepicker-rails

Gem Version

This gem packages the foundation-datetimepicker (JavaScripts & stylesheets) for Rails 3.1+ asset pipeline. It adds ability to use foundation-datetimepicker plugin within your Rails app without puting files inside vendor directory.

Installation

Add this line to your application's Gemfile:

gem 'foundation-datetimepicker-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require foundation-datetimepicker

Add the following line to your stylesheet file (foundation_and_overrides.scss):

@import 'foundation';
@import 'foundation-datetimepicker';

Update

Support for Foundation5 and Foundation-Icons-3 has been added.

##Quick instructions

Call the datetimepicker via javascript:

$('.datetimepicker').fdatetimepicker()

Language contribution

Current only support English(en), Chinese(zh), russian(ru), italian(it), brazilian portuguese(pt_BR), spanish(es), and japanese(ja), please contribute code to vendor/assets/javascripts/foundation-datetimepicker.js on line 1242 to support more language.

Language settings

Add a coffeescript file like below and require it to application.js to call datetimepicker with a specific language.

$ ->
  $('.datetimepicker').fdatetimepicker({
    language: 'zh'
  });

Usage

See the excellent demo provided by plugin's author - here.

Contributing to the original plugin

If you've encountered some plugin-related issues, please contribute directly to https://github.com/najlepsiwebdesigner/foundation-datepicker/issues.

Contributing

  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
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].