aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | Revert "Fix #microseconds conversion and #fast_string_to_time"Pratik Naik2010-01-172-50/+6
| | * | Rename Model.active_relation to Model.unscopedPratik Naik2010-01-177-21/+21
| | * | Allow custom controller for resource(s) [#3703 state:resolved]Joshua Peek2010-01-162-11/+11
| | * | Improve the error message for class mismatch on Relation#mergePratik Naik2010-01-171-1/+3
| | * | Get rid of Base#merge_includesPratik Naik2010-01-162-6/+2
| | * | Make guides generation work for Ruby 1.9.xRyan Bigg2010-01-162-3/+3
| | * | Mark title and headers as html_safe! for guides [#3702 state:resolved]Ryan Bigg2010-01-162-4/+4
| | * | No need to set @arel_engine to nil twice. Committed by mistake in 3968825fPratik Naik2010-01-161-1/+1
| | * | Make sure Model#active_relation always adds STI conditions if neededPratik Naik2010-01-164-9/+6
| | * | Use new finder methods for association preloadingPratik Naik2010-01-161-17/+16
| | * | Use Relation#apply_finder_options from calculationsPratik Naik2010-01-161-16/+3
| | * | Add Relation#apply_finder_options for applying old finder optionsPratik Naik2010-01-162-29/+24
| | * | Make script/dbconsole work again [#3690 state:resolved]Sam Granieri2010-01-161-2/+2