Issues
- 17
Renaming LuckyRecord to something more generic
#238 opened by paulcsmith - 3
Add support for regex
#276 opened by snadon - 1
Type restrictions on Form constructors to prevent opaque errors when initializing a form with the incorrect parameters
#305 opened by robacarp - 3
Preloading doesn't work when multiple associations reference the same model class
#290 opened by paulcsmith - 1
Add create? And update? Methods to forms
#285 opened by paulcsmith - 3
Can't use optional Float64 fields in models
#295 opened by perezperret - 1
Implement distinct_on
#255 opened by snadon - 4
lucky_cli & habitat as production dependency
#278 opened by jackturnbull - 2
Merge LuckyMigrator into LuckyRecord.
#233 opened by paulcsmith - 1
- 3
Using alternate primary key types (such as UUID)
#246 opened by jwoertink - 1
- 1
Model definition can't have a `value` column
#266 opened by sdzyba - 0
UUID based has_many through
#258 opened by hanneskaeufler - 1
- 0
Infer table name automatically
#231 opened by paulcsmith - 1
If association can’t be resolved, raise helpful error about requiring the file
#224 opened by paulcsmith - 1
updated_at only set during creation
#241 opened by hfjallemark - 2
- 0
Add Query#none
#219 opened by paulcsmith - 0
Delegate fields in LuckyRecord::Box
#239 opened by paulcsmith - 0
Handle creating has_one nested form
#248 opened by paulcsmith - 0
- 1
Add support for Int64 column types
#197 opened by mikeeus - 35
database configuration problems
#169 opened by max-bertinetti - 0
Add Box#create that accepts a block
#226 opened by paulcsmith - 0
Change Box#save -> Box#create to match forms
#225 opened by paulcsmith - 1
- 1
Improve callbacks
#193 opened by paulcsmith - 0
Add <assoc_name>! for bypassing lazy load checks
#215 opened by paulcsmith - 0
Expose Form.form_name
#214 opened by paulcsmith - 0
- 1
Support belongs_to in alter table migrations
#211 opened by edwardloveall - 1
Add needs_association
#200 opened by paulcsmith - 0
Change needs to allow :save option
#199 opened by paulcsmith - 0
- 0
Rename nested! -> nested
#190 opened by paulcsmith - 1
Rename field -> column
#186 opened by paulcsmith - 0
- 3
- 0
Make sure Times are parsed using UTC
#155 opened by paulcsmith - 0
Form#save_succeeded? to Form#saved?
#182 opened by paulcsmith - 0
- 1
Add has_one
#168 opened by paulcsmith - 0
Be less strict with validates acceptance of
#161 opened by paulcsmith - 0
first?/last? Should limit to 1 record
#152 opened by paulcsmith - 1
Make `Box.save` method consistent
#154 opened by paulcsmith - 1
Remove all `insert_a...` method and instead use Boxes in spec/support/boxes/
#157 opened by paulcsmith - 0
Add Queryable#last
#153 opened by mikeeus - 0