Rafael Mendonça França
a0520fceff
Add more tests for the dirty feature for enums
2014-01-21 12:45:58 -02:00
Yves Senn
813c8c0751
define enum methods inside a Module
to make them overwritable.
2013-11-05 16:45:34 +01:00
Yury Korolev
7caa09c5e1
Explicit mapping for enum
2013-11-02 17:48:16 -07:00
Carlos Antonio da Silva
6963e8959f
Fix to work on Ruby 1.9.3, example and changelog improvements
2013-11-02 18:08:37 -02:00
David Heinemeier Hansson
db41eb8a6e
Added ActiveRecord::Base#enum for declaring enum attributes where the values map to integers in the database, but can be queried by name
2013-11-02 12:01:31 -07:00
Yves Senn
a1bb6c8b06
rename Relation#uniq
to Relation#distinct
. #uniq
still works.
...
The similarity of `Relation#uniq` to `Array#uniq` is confusing. Since our
Relation API is close to SQL terms I renamed `#uniq` to `#distinct`.
There is no deprecation. `#uniq` and `#uniq!` are aliases and will continue
to work. I also updated the documentation to promote the use of `#distinct`.
2013-03-15 14:15:47 +01:00
Jon Leighton
e1cfa6e070
Convert association macros to the new syntax
2012-07-20 14:14:51 +01:00
Bodaniel Jeanes
b689834bcf
Initial nested_has_many_through support [ #1152 ]
2010-09-26 22:25:25 +10:00
Robert Pankowecki
f8b53f35b9
test and fix collection_singular_ids= with string primary keys [ #5125 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-02 16:41:20 +02:00
Jeremy Kemper
43b81d01d0
move assets and models
...
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8657 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-18 07:27:03 +00:00