Skip to content

Commit

Permalink
bumping to 3.8.1 making it work with rails 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Feb 7, 2012
1 parent 0e59cec commit b609b57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
h2. 3.8.1

* Make it work with Rails 3.2 by removing deprecated stuff.

h2. 3.8.0

* @Cell::Base@ got rid of the controller dependency. If you want the @ActionController@ instance around in your cell, use @Cell::Rails@ - this should be the default in a standard Rails setup. However, if you plan on using a Cell in a Rack middleware or don't need the controller, use @Cell::Base@.
Expand Down
2 changes: 1 addition & 1 deletion lib/cells/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cells
VERSION = '3.8.0'
VERSION = '3.8.1'
end

0 comments on commit b609b57

Please sign in to comment.