mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed
makes upgrading to rails 4 possible
This commit is contained in:
parent
a71a15913c
commit
e9fc272db7
21 changed files with 77 additions and 36 deletions
|
@ -14,7 +14,6 @@ The following Ruby Gems are used in Discourse:
|
|||
* [rack-mini-profiler](https://rubygems.org/gems/rack-mini-profiler)
|
||||
* [sass](https://rubygems.org/gems/sass)
|
||||
* [rest-client](https://rubygems.org/gems/rest-client)
|
||||
* [rails3_acts_as_paranoid](https://rubygems.org/gems/rails3_acts_as_paranoid)
|
||||
* [activerecord-postgres-hstore](https://rubygems.org/gems/activerecord-postgres-hstore)
|
||||
* [fastimage](https://rubygems.org/gems/fastimage)
|
||||
* [seed-fu](https://rubygems.org/gems/seed-fu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue