aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | remove ForClassicTestUnit support for ruby 1.8Vishnu Atrai2011-12-262-112/+2
|/ /
* | Merge pull request #4193 from nashby/remove-old-rexml-security-fixJosé Valim2011-12-262-48/+0
|\ \
| * | remove rexml security fix for rubies 1.8Vasiliy Ermolovich2011-12-262-48/+0
|/ /
* | Refactor RouteInspectorPiotr Sarnacki2011-12-261-32/+69
* | Merge pull request #4150 from Karunakar/new_PRSantiago Pastorino2011-12-265-8/+9
|\ \
| * | Moving to logger methods to ActiveSupport LoggerKarunakar (Ruby)2011-12-244-7/+8
| * | change LogKarunakar (Ruby)2011-12-241-1/+1
* | | Revert "Merge pull request #4154 from nashby/include-blank-date-helper"Piotr Sarnacki2011-12-262-22/+2
* | | Merge pull request #4154 from nashby/include-blank-date-helperPiotr Sarnacki2011-12-262-2/+22
|\ \ \
| * | | add ability to set a prompt string in include_blank option for date helpers, ...Vasiliy Ermolovich2011-12-242-2/+22
* | | | Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-263-2/+28
* | | | Merge pull request #4118 from nashby/remove-file-to-pathXavier Noria2011-12-266-15/+2
|\ \ \ \
| * | | | remove File#to_path aliasVasiliy Ermolovich2011-12-256-15/+2
* | | | | Merge pull request #4188 from castlerock/remove_1.8_testJosé Valim2011-12-251-17/+0
|\ \ \ \ \
| * | | | | Test::Unit::Util::BacktraceFilter not available in ruby19 test/unitVishnu Atrai2011-12-261-17/+0
| |/ / / /
* | | | | Merge pull request #4189 from bogdan/non_keyed_callbacksJosé Valim2011-12-251-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | AS::Callbacks: improved __define_runner performanceBogdan Gusiev2011-12-251-3/+2
|/ / / /
* | | | removes the compatibility method Module#method_namesXavier Noria2011-12-255-13/+3
* | | | removes the compatibility method Module#instance_method_namesXavier Noria2011-12-254-15/+7
* | | | Merge pull request #4187 from castlerock/basic_object_in_19José Valim2011-12-251-16/+9
|\ \ \ \
| * | | | ::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 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.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 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, because Range#step without bloc...Vasiliy Ermolovich2011-12-251-21/+5
* | | | | Merge pull request #4182 from bogdan/non_keyed_callbacksJosé Valim2011-12-251-10/+11
|\ \ \ \ \
| * | | | | AS::Callbacks: improve __define_runner perfomanceBogdan Gusiev2011-12-251-10/+11
* | | | | | Some fixes in rails guides generationVijay Dev2011-12-252-11/+9
| |/ / / / |/| | | |
* | | | | 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
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | 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
|\ \ \ \ \ \