I have pushed some fixes related to ruby2, I haven't tested, but I think I didn't need any other changes on activescaffold to work with ruby2
El Sábado, 5 de julio de 2014 08:56:33 Jeff Surrett escribió: > active_scaffold_batch does not seem to be working with certain versions of > rails > ruby 1.9.3p448 with rails 4.0.4 works > > ruby 2.0.0p247 with rails 4.0.4 does not > ruby 2.1.0 with rails 4.0.4 does not > > The form for batch-edit appears, lets you click the Batch Update button and > tells you that Batch processing successful > but nothing is changed. > > The batch delete, asks for confirmation tells you that Batch processing > successful > but nothing is deleted. > > Has it been tested on ruby >= 2 or am I doing something wrong? > > I have also tested with rails 4.1 and does not work. > > I have followed the instructions for installing active_scaffold and am > using the following gem file: > > source 'https://rubygems.org' > > gem 'rails', '4.0.4' > gem 'sqlite3' > gem 'sass-rails', '~> 4.0.2' > gem 'uglifier', '>= 1.3.0' > gem 'coffee-rails', '~> 4.0.0' > gem 'jquery-rails' > gem 'turbolinks' > gem 'jbuilder', '~> 1.2' > > group :doc do > gem 'sdoc', require: false > end > > gem 'active_scaffold', github: 'activescaffold/active_scaffold' > gem 'active_scaffold_batch', github: 'activescaffold/active_scaffold_batch' -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
