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 |
|
David Heinemeier Hansson
|
856fc4bbc3
|
Prep for RC
|
2010-07-26 12:53:25 -05:00 |
|
José Valim
|
b22c11fa53
|
Add missing entries and tidy up CHANGELOG.
|
2010-07-19 15:14:26 +02:00 |
|
David Heinemeier Hansson
|
32d4330b81
|
Get ready for beta 4
|
2010-06-08 14:47:02 -04:00 |
|
Jatinder Singh
|
bce2c0ce37
|
Active Model JSON serializer now supports custom root option
[#4515 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-05-04 13:17:26 -07:00 |
|
David Heinemeier Hansson
|
4c8af9bf51
|
Update changelogs for release
|
2010-04-13 12:14:54 -07:00 |
|
David Heinemeier Hansson
|
f0364d87f0
|
Release is today, yo
|
2010-04-01 14:20:03 -07:00 |
|
wycats
|
c1883e75b3
|
Updated changelogs to differentiate beta1 and beta2
|
2010-04-01 14:04:55 -07:00 |
|
wycats
|
d2a48852a1
|
Updated changelogs
|
2010-04-01 13:55:06 -07:00 |
|
Xavier Noria
|
9fd9e5d4f7
|
fixes doc generation
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-02-10 14:37:56 -08:00 |
|
David Heinemeier Hansson
|
532b11690f
|
Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH]
|
2010-01-03 22:02:10 -05:00 |
|
Elliot Winkler
|
cccb0e6b93
|
Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]
[#430 state:resolved]
Example :
validates_format_of :subdomain, :without => /www|admin|mail/
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-08-10 15:22:31 +01:00 |
|
Jeff Dean
|
22f3398253
|
Introduce validates_with to encapsulate attribute validations in a class.
[#2630 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-08-09 22:47:56 -07:00 |
|