index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
doc
/
guides
/
html
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added note about update_attribute not triggering validation
CassioMarques
2008-11-18
1
-1
/
+9
|
*
Configuration options for Active Model, Active Resource, Active Support
Mike Gunderloy
2008-11-18
1
-109
/
+72
|
*
Regenerate Guide HTML
Mike Gunderloy
2008-11-18
5
-18
/
+1110
|
*
Structure change to AR Associations Guide
Mike Gunderloy
2008-11-17
1
-2
/
+5
|
*
Fix bad link in Getting Started guide
Mike Gunderloy
2008-11-17
1
-1
/
+1
|
*
Plugin guide: Edits
Jeff Dean
2008-11-17
1
-26
/
+9
|
*
Plugin guide: re-ran rake guides
Jeff Dean
2008-11-17
1
-0
/
+2
|
*
Rails plugin: misc error fixes.
Jeff Dean
2008-11-17
1
-56
/
+85
|
*
Re-ran rake guides
Jeff Dean
2008-11-16
1
-0
/
+8
|
*
Rails guide: Misc reorganization
Jeff Dean
2008-11-16
1
-47
/
+37
|
*
Rails guide: Added PluginGem section, reorganized the odds and ends.
Jeff Dean
2008-11-16
3
-75
/
+122
|
*
Plugin Guide: added section on migrations, updated generator section, ↵
Jeff Dean
2008-11-16
3
-372
/
+682
|
|
|
|
tightened up spacing of P's inside LI's
*
Added 'Using the errors collection' to the AR validations and callbacks guide
CassioMarques
2008-11-16
1
-1
/
+115
|
*
Additional details on config.gem processing for 2.2 release notes
Mike Gunderloy
2008-11-15
1
-1
/
+6
|
*
Typo fix in 2.2 relnotes (core ticket #1378)
Mike Gunderloy
2008-11-15
1
-1
/
+1
|
*
Getting a few recent changes into 2.2 release notes.
Mike Gunderloy
2008-11-14
1
-1
/
+12
|
*
Plugin guide: updated to start working with GemPlugin
Jeff Dean
2008-11-14
1
-5
/
+5
|
*
Rails plugin: Expanded helpers section
Jeff Dean
2008-11-14
1
-49
/
+26
|
*
Plugin guide: added model and controller sections
Jeff Dean
2008-11-14
1
-117
/
+238
|
*
Plugin Guide: updated test setup and generator sections
Jeff Dean
2008-11-14
1
-30
/
+35
|
*
Plugin guide: update generator guide to include tests
Jeff Dean
2008-11-13
1
-69
/
+162
|
*
Plugin guide: update acts_as section
Jeff Dean
2008-11-13
1
-107
/
+100
|
*
Plugin Guide: updated core_extensions section
Jeff Dean
2008-11-13
5
-289
/
+841
|
*
Merge branch 'master' of git@github.com:lifo/docrails
Jeff Dean
2008-11-13
5
-41
/
+139
|
\
|
*
Added 'custom validations' to AR validations and callbacks guide
CassioMarques
2008-11-12
1
-1
/
+37
|
|
|
*
Regenerate Guides HTML
Mike Gunderloy
2008-11-12
4
-40
/
+102
|
|
*
|
Plugin Guide: cleaned up file paths, made formatting more consistent
Jeff Dean
2008-11-12
1
-79
/
+63
|
|
*
|
Plugins guide: Cleanup the intro
Jeff Dean
2008-11-12
1
-64
/
+48
|
|
*
|
Plugins Guide: added example of how to run tests, including how to run with ↵
Jeff Dean
2008-11-12
1
-0
/
+54
|
|
|
|
|
|
|
|
multiple databases
*
|
Updated preparation section of plugins guide
Jeff Dean
2008-11-12
1
-50
/
+42
|
/
*
Changed conditional validation with Proc to use :unless instead of :if
CassioMarques
2008-11-11
1
-3
/
+3
|
*
Added 'Conditional Validations' to AR validations and callbacks guide
CassioMarques
2008-11-11
1
-1
/
+48
|
*
Added 'Common Validation Options'
CassioMarques
2008-11-11
1
-1
/
+44
|
*
Added documentation for validates_uniqueness_of
CassioMarques
2008-11-10
1
-2
/
+34
|
*
Added info about validates_size_of, as being an alias for validates_length_of
CassioMarques
2008-11-10
1
-4
/
+2
|
*
Added note about testing booleans to validates_presence_of
CassioMarques
2008-11-10
1
-0
/
+8
|
*
Added documentation for validates_presence_of
CassioMarques
2008-11-10
1
-0
/
+29
|
*
Added documentation for validates_numericallity_of
CassioMarques
2008-11-10
1
-7
/
+14
|
*
Added documentation for validates_length_of
CassioMarques
2008-11-10
1
-0
/
+46
|
*
Added documentation for validates_inclusion_of
CassioMarques
2008-11-10
1
-1
/
+24
|
*
Added documentation for validates_exclusion_of
CassioMarques
2008-11-09
1
-0
/
+12
|
*
Added documentation for validates_each
CassioMarques
2008-11-09
1
-0
/
+13
|
*
Mention DB2 Adapter transactional migration support in 2.2 relnotes.
Mike Gunderloy
2008-11-09
2
-15
/
+29
|
*
Add collection counters to layouts & rendering guide
Mike Gunderloy
2008-11-09
1
-0
/
+13
|
*
Fix major gaffe about shallow routes in routing guide & release notes, regen ↵
Mike Gunderloy
2008-11-09
7
-83
/
+583
|
|
|
|
guides html
*
Some more text on validates_confirmation_of, added some more about ↵
CassioMarques
2008-11-07
1
-1
/
+2
|
|
|
|
validations helpers too
*
Added some aditional info to validates_confirmation_of
CassioMarques
2008-11-07
1
-0
/
+18
|
*
Added documentation for validates_confirmation_of
CassioMarques
2008-11-07
1
-0
/
+17
|
*
added doc for validates_associated
CassioMarques
2008-11-07
1
-0
/
+21
|
*
Added some more text about how validations work, included ↵
CassioMarques
2008-11-07
1
-5
/
+110
|
|
|
|
validates_acceptance_of
[prev]
[next]