method
    
    offset
  
      v5.0.0.1 - 
      Show latest stable
 - 
    1 note - 
    Class: ActiveRecord::QueryMethods
    
  
  
- 1.0.0
 - 1.1.6
 - 1.2.6
 - 2.0.3
 - 2.1.0
 - 2.2.1
 - 2.3.8
 - 3.0.0 (0)
 - 3.0.9 (0)
 - 3.1.0 (0)
 - 3.2.1 (0)
 - 3.2.8 (0)
 - 3.2.13 (0)
 - 4.0.2 (38)
 - 4.1.8 (0)
 - 4.2.1 (0)
 - 4.2.7 (0)
 - 4.2.9 (0)
 - 5.0.0.1 (0)
 - 5.1.7 (0)
 - 5.2.3 (0)
 - 6.0.0 (0)
 - 6.1.3.1 (0)
 - 6.1.7.7 (0)
 - 7.0.0 (0)
 - 7.1.3.2 (0)
 - 7.1.3.4 (0)
 - What's this?
 
offset(value)
  public
  
  
  
    
      Register or 
      log in
      to add new notes.
  
  
  
  
      
    
 ssoroka -  
    October 22, 2010 
    
  
  
  
       
  
  
  
          
    
    1 thank
     
  
  
  doesn't work directly off a class.
for some reason this method only works on relation objects, not directly on an AR class.
# doesn't work User.offset(3).limit(1) # does work User.limit(1).offset(3)
there’s an closed ticket for this here http://rails.lighthouseapp.com/projects/8994/tickets/5688-modeloffsetxlimitx-unknown-offset-method-exception and should be resolved in the next release of rails.

  
  
  
  
  
  
    