Skip to content

Commit

Permalink
fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope committed May 12, 2012
1 parent d876af8 commit 62f08fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ Since {Social Stream}[http://github.com/ging/social_stream] depends on {Devise}[


config.action_mailer.default_url_options = { :host => 'localhost:3000' } config.action_mailer.default_url_options = { :host => 'localhost:3000' }


Social Stream is not compatible with default mass attributes protection shipped with Rails 3.2.3
http://weblog.rubyonrails.org/2012/3/30/ann-rails-3-2-3-has-been-released/

You must set

config.active_record.whitelist_attributes = false in config/application.rb




= Social Stream components = Social Stream components


Social Stream is divided into components. Developers can customize their social Social Stream is divided into components. Developers can customize their social
Expand Down

0 comments on commit 62f08fe

Please sign in to comment.