GithubHelp home page GithubHelp logo

globalize3_helpers's Introduction

globalize3_helpers

Form helpers for globalize3.

Install globalize3_helpers

###Installing gem:

When using bundler put this in your Gemfile:

gem 'globalize3_helpers', :git => 'https://github.com/kpitn/globalize3_helpers.git'

Using it

Model:

Inside your model:

accepts_nested_attributes_for :translations

View:

Supports form_for and simple_form

With array of locales: (haml syntax)

- f.globalize_fields_for_locales [ :en, :el ] do |l|
  = l.input :name, input_html: { :class => :span5 }
  = l.input :description, as: :text, input_html: { :class => 'span6 without_radius' }

With single locale: (haml syntax)

- f.globalize_fields_for_locale :en do |l|
  = l.input :name, input_html: { :class => :span5 }
  = l.input :description, as: :text, input_html: { :class => 'span6 without_radius' }

Contributing

  1. Fork the code, add more helpers
  2. Most important contribution would be testing

Notice

I know the current code has a lot of duplication, in the next days i will fix it.

Copyrights

Copyright (c) 2012 Lefteris Georgatos. See LICENSE.txt for further details.

globalize3_helpers's People

Contributors

alecslupu avatar kpitn avatar leftis avatar luisdoubrava avatar rui-castro avatar tommyblue avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.