Closed squidgetx closed 10 years ago
Two deprecation warnings from the rails_41
branch:
Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /home/oren/ruby_projects/STC/reservations/spec/requests/announcements_spec.rb:8:in `block (2 levels) in <top (required)>'.
Using `stub` from rspec-mocks' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /home/oren/ruby_projects/STC/reservations/spec/controllers/requirements_controller_spec.rb:10:in `block (2 levels) in <top (required)>'.
Also, the duplicated shared example groups issue is already present in #650, so we can deal with that part separately.
Confirmed we can remove page/action caching as well as rails-observers
Removed aforementioned gems in #774
Closing, since the last two gems that need to be removed are in their own PRs #904 and #881
Likely we can remove page/action caching straight away, meanwhile protected_attributes and deprecated_finders will take a little work set up properly.
Active-record-sessionstore will have to stay until we figure out cookiestore, which should probably be its own issue.
Other things that need to be done to complete the transition to rails 4
also, double check that paperclip works