aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * mail.create_path returns an array test fixed [#3712 status:resolved]Santiago Pastorino2010-01-171-1/+1
| | * Adding Proc support to validation messages so that they can become a little m...Samuel Elliott2010-01-172-0/+10
| | * save(false) is gone, use save(:validate => false) instead.José Valim2010-01-1711-26/+66
| | * Move middleware builder back to Rails::Rack::Metal without losing the new beh...José Valim2010-01-174-31/+30
| | * Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-1711-160/+208
| | * Get rid of prepare_each_request, since now it's a middleware initialization p...José Valim2010-01-173-5/+1
| | * Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-175-5/+7
| | * Add ActionDispatch::Notifications middleware.José Valim2010-01-1710-43/+122
| | * Validates needs hash slice.José Valim2010-01-171-0/+2
| | * Clean up filter parameter logging tests.José Valim2010-01-171-27/+0
| | * Make merging of order values consistentPratik Naik2010-01-173-6/+8
| | * debug helper output should not be sanitizedJoshua Peek2010-01-161-2/+2
| | * Use backtrace cleaner for dev mode exception pageJoshua Peek2010-01-169-152/+68
| | * Cookies middlewareJoshua Peek2010-01-1611-219/+235
| | * Make Relation#reload force load the records immediatelyPratik Naik2010-01-172-5/+8
| | * Use relations to build scope for named scopesPratik Naik2010-01-171-2/+7
| | * Simplify Model.scoped definitionPratik Naik2010-01-171-7/+1
| | * Build middleware stack and reload routes after app initializers runJoshua Peek2010-01-162-3/+12
* | | Adding Rails 3.0 release notesMikel Lindsaar2010-01-191-0/+51
* | | remove newlineMikel Lindsaar2010-01-191-1/+0
|/ /
* | Adding initial intro to railtieMikel Lindsaar2010-01-191-0/+76
* | Fix up spelling in railties/lib/rails/subscriber.rb docsMikel Lindsaar2010-01-191-7/+7
* | Documentation cleanup and linkage for validatorMikel Lindsaar2010-01-192-2/+26
* | AS guide: documents Object#extend_with_included_modules_fromXavier Noria2010-01-181-0/+21
* | AS guide: documents Object#extended_byXavier Noria2010-01-181-0/+25
* | Adding ActiveModel::Validations documentationMikel Lindsaar2010-01-182-2/+56
* | Adding documentation for ActiveModel::TranslationMikel Lindsaar2010-01-182-2/+26
* | Fixing up state machine docsMikel Lindsaar2010-01-182-88/+141
* | Fixing documentation on ActiveModel::Observer#observed_classesGavin Stark2010-01-181-1/+1
* | Partial Documentation for ActiveModel::StateMachineNestor Ovroy2010-01-181-0/+109
* | Updating ActiveModel::Errors documentation to plug Translations and Validatio...Mikel Lindsaar2010-01-171-1/+4
* | Adding documentation for ActiveModel::SerializationMikel Lindsaar2010-01-173-3/+73
* | Fixing documentation for ActiveModel::ObserverMikel Lindsaar2010-01-172-8/+21
* | Adding ActiveModel::Naming documentationMikel Lindsaar2010-01-172-1/+35
* | Update errors docsMikel Lindsaar2010-01-171-5/+4
* | Added documentation for ActiveModel::LintMikel Lindsaar2010-01-172-9/+12
* | Added ActiveModel::Errors documentationMikel Lindsaar2010-01-172-0/+139
* | Merge branch 'master' of github.com:lifo/docrailsMikel Lindsaar2010-01-17317-5559/+6122
|\ \
| * | AS guide: documents Class#descendentsXavier Noria2010-01-171-2/+12
| * | AS guide: Object#subclasses_of also selects anonymous classesXavier Noria2010-01-171-2/+2
| * | AS guide: revises Class#reachable?Xavier Noria2010-01-171-1/+1
| * | AS guide: documents Class#reachable?Xavier Noria2010-01-171-0/+25
| * | AS guide: revises section about Class#subclassesXavier Noria2010-01-171-3/+3
| * | AS guide: documents Object#subclasses_ofXavier Noria2010-01-171-0/+34
| * | AS guide: documents Object#remove_subclasses_ofXavier Noria2010-01-171-0/+6
| * | Merge remote branch 'mainstream/master'Pratik Naik2010-01-170-0/+0
| |\|
| | * Merge docrailsPratik Naik2010-01-1758-1196/+4710
| * | Merge remote branch 'mainstream/master'Pratik Naik2010-01-17316-5553/+6041
| |\|
| | * Cache Model.arel_tablePratik Naik2010-01-171-3/+3
| | * Use arel_table[] instead of unscoped[] to get arel attributePratik Naik2010-01-171-3/+3