aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | ::BasicObject always defined in ruby 19Vishnu Atrai2011-12-261-16/+9
|/ / /
* | | Merge pull request #4186 from lest/remove-1-8-codeXavier Noria2011-12-251-11/+6
|\ \ \ | | | | | | | | ruby 1.9 returns method names as symbols
| * | | ruby 1.9 returns method names as symbolsSergey Nartimov2011-12-251-11/+6
|/ / /
* | | Merge pull request #4185 from nashby/module-anonymousXavier Noria2011-12-252-7/+3
|\ \ \ | | | | | | | | Module#name returns nil for anonymous class in ruby 1.9
| * | | Module#name returns nil for anonymous class in ruby 1.9Vasiliy Ermolovich2011-12-252-7/+3
|/ / /
* | | add back the version info to the title in guides index pageVijay Dev2011-12-251-1/+1
| | |
* | | Merge pull request #4184 from lest/remove-1-8-codeJosé Valim2011-12-251-20/+0
|\ \ \ | | | | | | | | remove date methods that are present in 1.9 ruby
| * | | remove date methods that are present in 1.9 rubySergey Nartimov2011-12-251-20/+0
|/ / /
* | | Merge pull request #4183 from nashby/blockless-step-rangeJosé Valim2011-12-251-21/+5
|\ \ \ | | | | | | | | remove useless 1.8 ruby code from Range#step
| * | | remove useless 1.8 ruby code from Range#step, because Range#step without ↵Vasiliy Ermolovich2011-12-251-21/+5
| | | | | | | | | | | | | | | | block always returns enumerator
* | | | Merge pull request #4182 from bogdan/non_keyed_callbacksJosé Valim2011-12-251-10/+11
|\ \ \ \ | | | | | | | | | | AS::Callbacks: improve __define_runner perfomance for non-keyed callbacks.
| * | | | AS::Callbacks: improve __define_runner perfomanceBogdan Gusiev2011-12-251-10/+11
| | | | |
* | | | | Some fixes in rails guides generationVijay Dev2011-12-252-11/+9
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Passing edge information to the views fixes the lack of the edge badge and sets the appropriate welcome page on edgeguides.rubyonrails.org. * Changes in the welcome message to hyper link the rails tree based on the version. * Mention the Amazon url from where kindlegen can be downloaded.
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-259-13/+25
|\ \ \ \
| * | | | Clarify what persisted? returns.Uģis Ozols2011-12-251-2/+2
| | | | |
| * | | | Remove extra 'be'.Uģis Ozols2011-12-251-1/+1
| | | | |
| * | | | Revert "Changelog release dates fixed according to rubygems.org"Vijay Dev2011-12-243-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85. Reason: Changelogs are not meant to be edited in docrails.
| * | | | Changelog release dates fixed according to rubygems.orgJosef Šimánek2011-12-243-7/+7
| | | | |
| * | | | Final grammar checkup on 3.2 release notes.Kristian Freeman2011-12-231-1/+1
| | | | |
| * | | | Grammar in 3.2 release notes.Kristian Freeman2011-12-231-2/+2
| | | | |
| * | | | Finished implementation of MIT license linking.Kristian Freeman2011-12-236-6/+18
| | | | |
| * | | | [docs] make it clear that the methods in a generator are executed sequentiallyBrian Browning2011-12-231-1/+1
| | | | |
* | | | | fix kindle apps link in edge guides indexVijay Dev2011-12-251-1/+1
| | | | |
* | | | | Merge pull request #4181 from mipearson/masterVijay Dev2011-12-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix my name in CHANGELOG.md
| * | | | | Mip Earson -> Michael Pearson in changelog.Michael Pearson2011-12-261-1/+1
|/ / / / /
* | | | | fixes credit in changelog entryXavier Noria2011-12-251-1/+1
| | | | |
* | | | | registers guide generation for the Kindle and Kindle apps in the ChangelogXavier Noria2011-12-251-0/+2
| | | | |
* | | | | download guides for the Kindle and Kindle apps from the home pageXavier Noria2011-12-254-6/+21
| | | | |
* | | | | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria]Xavier Noria2011-12-251-9/+15
| | | | |
* | | | | Merge pull request #4180 from lest/remove-encoding-relatedJosé Valim2011-12-2525-298/+168
|\ \ \ \ \ | | | | | | | | | | | | remove checks for encodings availability
| * | | | | remove checks for encodings availabilitySergey Nartimov2011-12-2525-298/+168
|/ / / / /
* | | | | Merge pull request #4177 from castlerock/ruby-debug19_with_consoleJosé Valim2011-12-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | prompt message for gem ruby-debug19 for console error if ruby-debug19 not found
| * | | | | gem ruby-debug19 for console error if ruby-debug19 not foundVishnu Atrai2011-12-251-1/+1
|/ / / / /
* | | | | (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-2416-197/+483
| | | | |
* | | | | Merge pull request #4173 from nashby/remove-time-marshaling-18José Valim2011-12-241-27/+0
|\ \ \ \ \ | | | | | | | | | | | | remove Time._dump and Time._load patching for ruby 1.8
| * | | | | remove Time._dump and Time._load patching for ruby 1.8Vasiliy Ermolovich2011-12-251-27/+0
| | | | | |
* | | | | | Use 1.9 hash syntax instead.José Valim2011-12-243-15/+15
|/ / / / /
* | | | | Merge pull request #4172 from nashby/refactor-tokenizerJosé Valim2011-12-241-4/+2
|\ \ \ \ \ | | | | | | | | | | | | don't call an extra method if options[:tokenizer] is not present
| * | | | | don't call an extra method if options[:tokenizer] is not presentVasiliy Ermolovich2011-12-241-4/+2
| | | | | |
* | | | | | Merge pull request #4170 from lest/remove-deprecated-synchronizeJosé Valim2011-12-243-71/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove deprecated Module#synchronize from ActiveSupport
| * | | | | | remove deprecated Module#synchronize from ActiveSupportSergey Nartimov2011-12-243-71/+1
| |/ / / / /
* | | | | | Merge pull request #4168 from lest/remove-define-attr-methodJeremy Kemper2011-12-242-72/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove deprecated define_attr_method from ActiveModel::AttributeMethods
| * | | | | | remove deprecated define_attr_method from ActiveModel::AttributeMethodsSergey Nartimov2011-12-242-72/+0
| |/ / / / /
* | | | | | Merge pull request #4171 from castlerock/remove_deprecated_stuffVijay Dev2011-12-242-6/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | remove deprecated whiny nil relates
| * | | | | remove deprecated whiny nil related codeVishnu Atrai2011-12-252-6/+0
|/ / / / /
* | | | | Merge pull request #4166 from nashby/range-min-maxJeremy Kemper2011-12-241-2/+1
|\ \ \ \ \ | | | | | | | | | | | | use Range#min and Range#max to reduce extra statement
| * | | | | use Range#min and Range#max to reduce extra statementVasiliy Ermolovich2011-12-241-2/+1
|/ / / / /
* | | | | assert_not_match -> assert_no_match.José Valim2011-12-242-6/+6
| | | | |
* | | | | add latest changes to 3.2 release notesVijay Dev2011-12-241-0/+14
| | | | |
* | | | | Intercept sends in Model::DeprecationProxyJon Leighton2011-12-242-1/+5
| | | | |