aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | AS guide: documents aliasingXavier Noria2009-08-221-1/+60
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add missing end ERB tag.Ryan Bigg2009-08-221-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Dropped uneeded things, finalized TOC (for now), started on Prototype and ↵peter2009-08-191-37/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RJS sections
| * | | | | | | | | | | | | | | | | | Typo. wil should be willJohan Andersson2009-08-191-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix typo in debugging guideJosiah Ivey2009-08-161-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Corrected the use of rackup command from rackup to rackup config.ruanuj dutta2009-08-151-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Updates to configuration: changed syntax to use config, added general ↵Jay Pignata2009-08-131-59/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration options
| * | | | | | | | | | | | | | | | | | Updates to active record basics: reworked what is section, added CRUD ↵Jay Pignata2009-08-131-33/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods, added migrations blurb and link to migrations guide
| * | | | | | | | | | | | | | | | | | Update instructions for contribution guide.Rodrigo Rosenfeld Rosas2009-08-131-1/+6
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge commit 'mainstream/master'Pratik Naik2009-08-09264-2176/+3933
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | docrails [#8] changed old def test_ methods to new test(name, block) style ↵Dan Croak2009-08-091-44/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in testing guide
| * | | | | | | | | | | | | | | | | | | Added section to guide for validates with, which is scheduled for rails 3. ↵Jeff Dean2009-08-091-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See related ticket at: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2630-adding-a-validates_with-method
| * | | | | | | | | | | | | | | | | | | AS guide: changes the example in explanation of MissingSourceFileXavier Noria2009-08-081-9/+8
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | AS guide: explains extensions to NameErrorXavier Noria2009-08-081-1/+19
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | AS guide: documents extensions to LoadErrorXavier Noria2009-08-051-0/+26
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | AS guide: extensions to NilClass are documented in "Extensions to All Objects"Xavier Noria2009-08-051-4/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | AS guide: extensions to (True|False)Class are documented in "Extensions to ↵Xavier Noria2009-08-051-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All Objects"
| * | | | | | | | | | | | | | | | | | | Updates/additions to contributing guideMike Gunderloy2009-08-011-3/+22
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | AS guide: explains a few extensions to IntegerXavier Noria2009-08-011-1/+34
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix typo in generate_message documentation.Rodrigo Rosenfeld Rosas2009-07-301-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge commit 'mainstream/master'Pratik Naik2009-07-30322-4552/+9303
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/source/active_support_overview.textile
| * | | | | | | | | | | | | | | | | | | | AS guide: explains Symbol#to_procXavier Noria2009-07-301-1/+17
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | AS guide: explains File.atomic_writeXavier Noria2009-07-261-1/+19
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Revert "Added callback details in "supported options" of has_many association"Pratik Naik2009-07-251-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit abe2038d5fea7c545ffddad1ac1252c7cbab6232. Reason : It should add documentation to all the options
| * | | | | | | | | | | | | | | | | | | | Revert asset tag changesPratik Naik2009-07-251-76/+73
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge commit 'mainstream/master'Pratik Naik2009-07-25146-721/+2932
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | i18n guide: removes some related for 2.2Xavier Noria2009-07-251-37/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | i18n guide: minor tweaksXavier Noria2009-07-251-7/+9
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Insert missing word in callbacks documentation.Mike Gunderloy2009-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Minor cleanup to Getting Started for 2.3.3Mike Gunderloy2009-07-181-39/+38
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | redirect_to forwards options to url_for if it is a Hash (the example with ↵Xavier Noria2009-07-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | articles_url does not work indeed because of that), understanding :params is a particular case of that This reverts commit 0fc481d7c834ae905ebb2e52f47c3c3656ebd1c9.
| * | | | | | | | | | | | | | | | | | | | | The redirect_to method in ActionController supports the :params option, ↵danielc1922009-07-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | however this is not mentioned in the documentation. This commit adds this. It includes an example and a brief description of the :params option.
| * | | | | | | | | | | | | | | | | | | | | minor HTML and formatting fixeskommissar2009-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fixed typo. meaning was opposite of intent.Christopher J. Kenna2009-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: documents extensions related to instance variablesXavier Noria2009-07-161-0/+92
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | More documentation about methods taking blocks.Ryan Bigg2009-07-161-0/+12
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Document that after_create can take a block.Ryan Bigg2009-07-161-0/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: documents with_optionsXavier Noria2009-07-151-0/+39
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: fixes internal linkXavier Noria2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: documents Object#returningXavier Noria2009-07-151-0/+15
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | just removes a blank lineXavier Noria2009-07-131-1/+0
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: documents Object#tryXavier Noria2009-07-131-0/+26
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: explains Object#tapXavier Noria2009-07-121-0/+18
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix typo in I18n guide. Closes ticket #83 reported by noocxKarel Minarik2009-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: class objects are not duplicable eitherXavier Noria2009-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | class objects are not duplicable eitherXavier Noria2009-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | AS guide: documents duplicable?Xavier Noria2009-07-111-0/+34
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Updated migration documentation to reflect default for UTC timestamped ↵Mike Gunderloy2009-07-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | migration names
| * | | | | | | | | | | | | | | | | | | | | Action Mailer guide: revised a couple of links, thanks to Kyle MathewsXavier Noria2009-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Callback chain stops on *true* block result (rdoc).mynyml2009-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant code (in CallbackChain#run): break result if terminator.call(result, object)