batch_translations icon indicating copy to clipboard operation
batch_translations copied to clipboard

Helpers to allow saving multiple Globalize3 translations in the same request

Results 6 batch_translations issues
Sort by recently updated
recently updated
newest added

Right now if you want to use `globalize_fields_for` for create/update form and your data be invalid, after render you `:new/:edit` template your changed translation fields data will be lost

Wrote a Gemspec so you can install via `gem 'batch_translations', :git => 'git://github.com/fidel/batch_translations.git'` without the dummy modul you would have to add a `:require => 'batch_translation'` which may confuse some...

Hi, i'm having a hard time to get this plugin working with nested_form gem (from ryan bates) I'm getting "undefined method link_to_remove", and I just don't know what to do...

I love the idea of this plugin to integrate with the default form. Sadly I can't get it to work. I did as told in the readme. Had to change...

When adding "batch_translations" to a default Rails 3.0 project and running bundle install you get the error: ``` Could not find gem 'batch_translation (>= 0)' in any of the gem...

Attempted to install with Rails 3.1rc using Ruby 1.9.2 ``` rails plugin install git://github.com/fidel/batch_translations.git ``` results in ``` Volumes/mydisc/Users/myname/.rvm/gems/ruby-1.9.2-p180@rails31beta/gems/railties-3.1.0.rc1/lib/rails/commands/plugin.rb:277:in '': Commands is not a module (TypeError) from /Volumes/mydisc/Users/myname/.rvm/gems/ruby-1.9.2-p180@rails31beta/gems/activesupport-3.1.0.rc1/lib/active_support/dependencies.rb:237:in `require' (and...