added the safe_attributes gem to allow active record subclasses to have magic methods as column names, such as #changes (not to be confused with redmine's #safe_attributes method)

pull/1186/head
Martin Linkhorst 12 years ago committed by Martin Czuchra
parent 637f92ffe4
commit d08c573e79
  1. 3
      Gemfile

@ -11,6 +11,9 @@ gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]
gem 'globalize3', :require => 'globalize'
gem "delayed_job_active_record" # that's how delayed job's readme recommends it
# TODO: check that it doesn't break the functionality of acts_as_journalized
gem 'safe_attributes' # allows active record to have a #changes column
group :test do
gem 'shoulda', '~> 2.10.3'
gem 'edavis10-object_daddy', :require => 'object_daddy'

Loading…
Cancel
Save