Sebastian Martinez
|
6826936335
|
Improve doc styles for ActiveModel::Conversion
|
2011-05-04 22:49:11 -03:00 |
|
Paco Guzman
|
14c254aba3
|
Remove Example headers. Code just flows with the text. 6ce844a3
|
2011-03-06 22:34:01 +01:00 |
|
José Valim
|
d0cf212cb5
|
to_key should return all exists keys (if any exists), regardless if the object is persisted or not. If you need it to reflect persistance, you should use to_param.
|
2010-08-15 11:29:15 -03:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Xavier Noria
|
755af49755
|
edit pass to apply API guideline wrt the use of "# =>" in example code
|
2010-07-30 02:30:04 +02:00 |
|
Rizwan Reza
|
4523081317
|
Minor changes to callbacks and conversion API docs.
|
2010-06-14 13:28:00 +04:30 |
|
Pavel Gorbokon
|
835fd07b48
|
Fix spelling error in ActiveModel::Conversion docs. [#4826 state:resolved]
|
2010-06-11 03:09:27 +03:00 |
|
José Valim
|
250c809246
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01:00 |
|
José Valim
|
9dd67fce25
|
Add to_key and to_param methods to ActiveModel::Conversion.
|
2010-02-21 09:08:59 +01:00 |
|
Pratik Naik
|
dba196cb7f
|
Merge docrails
|
2010-01-17 03:26:20 +05:30 |
|
Joshua Peek
|
92c00d7586
|
AMo conversion helper
|
2009-07-21 00:51:57 -05:00 |
|