| Commit message (Expand) | Author | Age | Files | Lines |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -4/+4 |
* | Merge pull request #21635 from sideshowcoder/ar_type_docs_fix | Arthur Nogueira Neves | 2015-10-13 | 1 | -1/+1 |
|\ |
|
| * | ActiveRecord Attributes API code fix | Philipp Fehre | 2015-09-15 | 1 | -1/+1 |
* | | No need to declare ActiveRecord::Attributes::Type | Kir Shatrov | 2015-10-05 | 1 | -3/+0 |
|/ |
|
* | Add docs and changelog entry for 73aab03 [ci skip] | Sean Griffin | 2015-05-30 | 1 | -1/+10 |
* | Persist user provided default values, even if unchanged | Sean Griffin | 2015-05-28 | 1 | -0/+1 |
* | Allow proc defaults with the Attributes API | Sean Griffin | 2015-05-28 | 1 | -1/+7 |
* | Some documentation edits [ci skip] | Robin Dupret | 2015-03-05 | 1 | -9/+11 |
* | Add docs for the type registry | Sean Griffin | 2015-02-17 | 1 | -3/+11 |
* | `type_cast_from_user` -> `cast` | Sean Griffin | 2015-02-17 | 1 | -4/+4 |
* | `type_cast_for_database` -> `serialize` | Sean Griffin | 2015-02-17 | 1 | -2/+2 |
* | `Type#type_cast_from_database` -> `Type#deserialize` | Sean Griffin | 2015-02-17 | 1 | -3/+3 |
* | Register adapter specific types with the global type registry | Sean Griffin | 2015-02-15 | 1 | -1/+1 |
* | Missing `@` [ci skip] | Ryuta Kamizono | 2015-02-08 | 1 | -1/+1 |
* | Document the usage of the default option to attribute | Sean Griffin | 2015-02-06 | 1 | -0/+14 |
* | A symbol can be passed to `attribute`, which should be documented | Sean Griffin | 2015-02-06 | 1 | -3/+4 |
* | Grammar and RDoc formatting | Sean Griffin | 2015-02-06 | 1 | -21/+23 |
* | Docs pass for the attributes API | Sean Griffin | 2015-02-06 | 1 | -16/+112 |
* | Allow a symbol to be passed to `attribute`, in place of a type object | Sean Griffin | 2015-02-06 | 1 | -3/+10 |
* | Rename `user_provided_types` to something more meaningful | Sean Griffin | 2015-02-02 | 1 | -4/+4 |
* | Attribute assignment and type casting has nothing to do with columns | Sean Griffin | 2015-01-31 | 1 | -57/+27 |
* | Change 'a' to 'an' for 'attribute' word [ci skip] | Santosh Wadghule | 2015-01-21 | 1 | -1/+1 |
* | Don't attempt to save dirty attributes which are not persistable | Sean Griffin | 2015-01-10 | 1 | -0/+7 |
* | Extract an explicit type caster class | Sean Griffin | 2014-12-29 | 1 | -0/+1 |
* | docs, replace ` with + for proper rdoc output. [ci skip] | Yves Senn | 2014-12-23 | 1 | -2/+2 |
* | Don't modify the columns hash to set defaults from the attributes API | Sean Griffin | 2014-10-31 | 1 | -3/+20 |
* | Simplify creation of default attributes on AR instance | Sean Griffin | 2014-06-29 | 1 | -2/+1 |
* | add missing `:nodoc:` for recent refactorings. [ci skip] | Yves Senn | 2014-06-24 | 1 | -1/+1 |
* | Small typo | Anton Cherepanov | 2014-06-23 | 1 | -1/+1 |
* | Introduce an object to aid in creation and management of `@attributes` | Sean Griffin | 2014-06-19 | 1 | -4/+5 |
* | Rename `property` to `attribute` | Sean Griffin | 2014-06-07 | 1 | -0/+122 |
* | Revert "Refactoring attributes/types" [#3348 state:open] | Pratik Naik | 2010-01-22 | 1 | -37/+0 |
* | Refactoring attributes/types [#3348 state:resolved] | Eric Chapweske | 2009-10-17 | 1 | -0/+37 |