remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests

This commit is contained in:
Reinier Balt 2011-06-10 14:28:42 +02:00
parent 1cf5967eb5
commit 056dbf08a7
37 changed files with 43 additions and 2618 deletions

View file

@ -29,6 +29,7 @@ Rails::Initializer.run do |config|
config.gem 'rack', :version => '1.1.0'
config.gem 'will_paginate', :version => '~> 2.3.15'
config.gem 'has_many_polymorphs'
config.gem 'aasm', :version => '2.2.0'
config.action_controller.use_accept_header = true