aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove unused columns from the ActiveModel test schemaPratik Naik2009-03-201-9/+0
| * | | Future deprecation messagePratik Naik2009-03-201-1/+5
| * | | Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-2023-1733/+2000
| * | | Add test sqlite3 db to .gitignorePratik Naik2009-03-203-4/+2
| * | | Make Active Model test suite similar to Active RecordPratik Naik2009-03-2017-30/+170
| * | | Autload ActiveModel::ObservingPratik Naik2009-03-201-0/+1
| * | | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-195-200/+16
| * | | Move uniqueness and association validations to Active RecordPratik Naik2009-03-193-2/+7
| * | | Move all the Active Record validations to Active ModelPratik Naik2009-03-1922-1353/+555
* | | | AS guide: explains extensions to Array for accessing elementsXavier Noria2009-06-011-1/+24
* | | | AS guide: adds see also to explanation of Class#remove_subclassesXavier Noria2009-05-311-0/+2
* | | | AS guide: small rewordingXavier Noria2009-05-311-1/+1
* | | | Merge branch 'master' of git@github.com:lifo/docrailsMurray Steele2009-05-311-2/+44
|\ \ \ \
| * | | | AS guide: explains class removalXavier Noria2009-05-311-1/+43
| * | | | use "Subclasses" in title for coherence with method nameXavier Noria2009-05-311-1/+1
* | | | | Documenting :inverse_of options for associations.Murray Steele2009-05-311-0/+66
|/ / / /
* | | | Fix url and route helpers to follow the given exampleMike Enriquez2009-05-311-1/+1
* | | | Fixed some typos and a more common grammar styles.Joseph Pecoraro2009-05-311-3/+3
* | | | Fixed typo.Joseph Pecoraro2009-05-311-1/+1
* | | | AS guide: explains Class#subclassesXavier Noria2009-05-311-4/+30
* | | | just a typoXavier Noria2009-05-311-1/+1
* | | | explains superclass_delegating_accessorXavier Noria2009-05-311-3/+16
* | | | form helpers guide: revises a TIP on resourcesXavier Noria2009-05-301-3/+7
* | | | Fixed some links pointing to guides.rails.info to relative links. Fixed hashs...Joseph Pecoraro2009-05-302-4/+4
* | | | Fixed links to the Routing Guide.Joseph Pecoraro2009-05-301-2/+2
* | | | Added TIP about resources when using the short form_for syntax.Joseph Pecoraro2009-05-301-0/+2
* | | | Link titles are generally capitalized.Joseph Pecoraro2009-05-301-1/+1
* | | | Removed the Javascript. It conflicts with the highlighting code.Joseph Pecoraro2009-05-301-10/+0
* | | | Grammer: 'a' => 'an' where applicable.Joseph Pecoraro2009-05-296-6/+6
* | | | Clarification in an example. Grammar correction.Joseph Pecoraro2009-05-291-7/+3
* | | | Semi-fix for Firefox code Copy and PasteJoseph Pecoraro2009-05-291-1/+10
* | | | Linked to the IRC channel.Joseph Pecoraro2009-05-291-1/+1
* | | | Capitalized Rails where appropriate.Joseph Pecoraro2009-05-295-7/+7
* | | | Corrected path to standard.Joseph Pecoraro2009-05-291-1/+1
* | | | Corrected paths to standard.Joseph Pecoraro2009-05-291-3/+3
* | | | Typo and Style CorrectionsJoseph Pecoraro2009-05-291-17/+17
* | | | fixes markup, thanks to Joseph PecoraroXavier Noria2009-05-271-1/+1
* | | | suggests using Hash#(except|slice) to be able to implement access logic where...Xavier Noria2009-05-261-0/+30
* | | | The original example was correct.Xavier Noria2009-05-251-1/+1
* | | | typo in ASAdam Meehan2009-05-251-1/+1
* | | | a few details here and there in url_helper.rb docsXavier Noria2009-05-241-47/+46
* | | | Updated examples to use latest config structureLloyd Pick2009-05-241-4/+4
* | | | Document the way BufferedLogger defines its methods.Hongli Lai (Phusion)2009-05-241-0/+4
* | | | Merge commit 'mainstream/master'Pratik Naik2009-05-24216-1744/+3460
|\ \ \ \ | | |_|/ | |/| |
| * | | Speed up Request#formatsJeremy Kemper2009-05-231-6/+14
| * | | runner classJeremy Kemper2009-05-231-16/+24
| * | | test depends on html-scannerJeremy Kemper2009-05-231-0/+1
| * | | Make a couple more tests pass. Yehuda Katz2009-05-231-0/+11
| * | | Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-236-14/+52
| * | | Remove unnecessary asset_host initializationPratik Naik2009-05-232-2/+0