module MotionRecord
MotionRecord::Schema::Migration
represents versions of migrations which have been run
DSL helper for defining migrations
A model for building scoped database queries
These helper methods make it possible to call scope methods like ‘where` and `find` directly on MotionRecord::Base
classes
Example:
Event.where(:name => "launched").find_all
FIXME: MotionRecord::Persistence
includes this module, but the normal file ordering breaks the dependency
This serializer stores Time objects to TEXT columns, but discards all information except for year, month, and day.
(Time is used because RubyMotion doesn’t currently support Date objects)
This serializer converts the object back and forth as-is
Constants
- VERSION