< Ruby on Rails 
      ActiveRecord - The Model
- See the way the models are named and what names to avoid
 
- How to get your data inside the database in a convenient way
 
- Connect different models together
 
- Read about how to manipulate your data at certain states of their existence
 
- Check your input for their correctness
 
- How to look up different criteria without writing SQL
 
- Write advanced aggregations inside your model
 
- Do basic mathematical calculations with your data
 
- Extend functionality with acts_as
 
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.