-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
This ticket should be used to implement all of the ActiveRecord finder methods that Mongoid does not have. These include:
- first!
- last!
- second(!)
- third(!)
- fourth(!)
- fifth(!)
- forty_two(!) (for fun)
- second_to_last(!)
- third_to_last(!)
These 16 methods should not take so long to implement, as they are all rather similar and just take a different skip, limit, and sort.
- has to be done after
-
MONGOID-5414 Remove criteria/contextual caching
- Closed
- is duplicated by
-
MONGOID-5413 ActiveRecord parity: Add #second, #third, #fourth, #second_to_last, etc. methods
- Closed