aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Updated instructions on how to create test databases with proper encoding [#97]Ben Marini2010-01-241-7/+14
| | | | | | | | |
| * | | | | | | | Fixed :_delete is now :_destroy in Rails 3.0Mikel Lindsaar2010-01-241-4/+3
| | | | | | | | |
| * | | | | | | | Fixing up that _delete is no longer used on the form helper for ↵Mikel Lindsaar2010-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accepts_nested_attributes_for, it is now _destroy
| * | | | | | | | Updated "Getting Started" to work and reflect changes in Rails 3.0Mikel Lindsaar2010-01-241-253/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also created http://github.com/mikel/getting-started-code which is a copy of all the code in this guide.
| * | | | | | | | Merge remote branch 'mainstream/master'Pratik Naik2010-01-24135-2525/+1632
| |\ \ \ \ \ \ \ \
| * | | | | | | | | generate_pdf gets it's parameter noworangea2010-01-231-2/+2
| | | | | | | | | |
| * | | | | | | | | render :text renders text, thank to Patrik WengerXavier Noria2010-01-231-1/+1
| | | | | | | | | |
| * | | | | | | | | Added more documentation on railtie.rbMikel Lindsaar2010-01-221-14/+53
| | | | | | | | | |
| * | | | | | | | | removes that beloved typo you only catch in github colored diffXavier Noria2010-01-211-1/+1
| | | | | | | | | |
| * | | | | | | | | rewords rdoc about :allow_nil in Module#delegateXavier Noria2010-01-211-4/+4
| | | | | | | | | |
| * | | | | | | | | a hash has no final keyXavier Noria2010-01-211-2/+2
| | | | | | | | | |
| * | | | | | | | | AS guide: updates docs for LoadError after 1a50d2eXavier Noria2010-01-211-13/+4
| | | | | | | | | |
| * | | | | | | | | AS guide: documents Float#roundXavier Noria2010-01-191-1/+9
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of github.com:lifo/docrailsMikel Lindsaar2010-01-19284-1308/+1497
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote branch 'mainstream/master'Pratik Naik2010-01-19284-1308/+1497
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 ↵Mikel Lindsaar2010-01-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validations modules
| * | | | | | | | | | 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 remote branch 'mainstream/master'Pratik Naik2010-01-17316-5553/+6041
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb
| | * | | | | | | | | | | | Missings do added to with_scopeSantiago Pastorino2010-01-161-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Adding ActiveModel::AttributeMethods documentationMikel Lindsaar2010-01-172-23/+143
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixed column alignmentMikel Lindsaar2010-01-161-15/+17
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Adding RDoc for active_model dirtyMikel Lindsaar2010-01-162-27/+44
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed readme for ActiveModel::DirtyMikel Lindsaar2010-01-161-4/+22
| | | | | | | | | | | | |
| * | | | | | | | | | | | Updated READMEMikel Lindsaar2010-01-151-0/+19
| | | | | | | | | | | | |