lifo / cramp

Real-time web application framework in Ruby
http://cramp.in
MIT License
1.5k stars 121 forks source link

ActiveSupport 3.2 #48

Closed nicolaracco closed 10 years ago

nicolaracco commented 12 years ago

gems:

It seems that tests are all passing now. The major modification was to replace class_inheritable_accessor with class_attribute

P.S. Sorry for my previous spamming. It wasn't intentional :)

AndrewRadev commented 12 years ago

+1, except for the ~> 3.0.9 version requirement of activesupport. I can certainly agree it shouldn't be restricted to ~> 3.1.0, but with that requirement, I can't use it in a rails 3.2.3 app, since it needs activesupport = 3.2.3. Perhaps that could be changed to >= 3.0.9?

alexkwolfe commented 12 years ago

+1