Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4193 from nashby/remove-old-rexml-security-fix | José Valim | 2011-12-26 | 2 | -48/+0 |
|\ | | | | | remove rexml security fix for rubies 1.8 | ||||
| * | remove rexml security fix for rubies 1.8 | Vasiliy Ermolovich | 2011-12-26 | 2 | -48/+0 |
|/ | |||||
* | Refactor RouteInspector | Piotr Sarnacki | 2011-12-26 | 1 | -32/+69 |
| | |||||
* | Merge pull request #4150 from Karunakar/new_PR | Santiago Pastorino | 2011-12-26 | 5 | -8/+9 |
|\ | | | | | change Log | ||||
| * | Moving to logger methods to ActiveSupport Logger | Karunakar (Ruby) | 2011-12-24 | 4 | -7/+8 |
| | | |||||
| * | change Log | Karunakar (Ruby) | 2011-12-24 | 1 | -1/+1 |
| | | |||||
* | | Revert "Merge pull request #4154 from nashby/include-blank-date-helper" | Piotr Sarnacki | 2011-12-26 | 2 | -22/+2 |
| | | | | | | | | | | This reverts commit 76f0fa6066b78cd8f0e139dff4a7b65c96db5778, reversing changes made to 28cd098d99c52486aecb72aab39105d8abcd52ad. | ||||
* | | Merge pull request #4154 from nashby/include-blank-date-helper | Piotr Sarnacki | 2011-12-26 | 2 | -2/+22 |
|\ \ | | | | | | | a prompt string in include_blank option for date helpers | ||||
| * | | add ability to set a prompt string in include_blank option for date helpers, ↵ | Vasiliy Ermolovich | 2011-12-24 | 2 | -2/+22 |
| | | | | | | | | | | | | closes #4143 | ||||
* | | | Correctly display rack apps with dynamic constraints in RoutesInspector | Piotr Sarnacki | 2011-12-26 | 3 | -2/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you used dynamic constraint like that: scope :constraint => MyConstraint.new do mount RackApp => "/foo" end routes were not displayed correctly when using `rake routes`. This commit fixes it. If you want nice display of dynamic constraints in `rake routes` output, please just override to_s method in your constraint's class. | ||||
* | | | Merge pull request #4118 from nashby/remove-file-to-path | Xavier Noria | 2011-12-26 | 6 | -15/+2 |
|\ \ \ | | | | | | | | | remove File#to_path alias | ||||
| * | | | remove File#to_path alias | Vasiliy Ermolovich | 2011-12-25 | 6 | -15/+2 |
| | | | | |||||
* | | | | Merge pull request #4188 from castlerock/remove_1.8_test | José Valim | 2011-12-25 | 1 | -17/+0 |
|\ \ \ \ | | | | | | | | | | | Test::Unit::Util::BacktraceFilter not available in ruby19 test/unit | ||||
| * | | | | Test::Unit::Util::BacktraceFilter not available in ruby19 test/unit | Vishnu Atrai | 2011-12-26 | 1 | -17/+0 |
| |/ / / | |||||
* | | | | Merge pull request #4189 from bogdan/non_keyed_callbacks | José Valim | 2011-12-25 | 1 | -3/+2 |
|\ \ \ \ | |/ / / |/| | | | AS::Callbacks: improved __define_runner performance | ||||
| * | | | AS::Callbacks: improved __define_runner performance | Bogdan Gusiev | 2011-12-25 | 1 | -3/+2 |
|/ / / | |||||
* | | | removes the compatibility method Module#method_names | Xavier Noria | 2011-12-25 | 5 | -13/+3 |
| | | | |||||
* | | | removes the compatibility method Module#instance_method_names | Xavier Noria | 2011-12-25 | 4 | -15/+7 |
| | | | |||||
* | | | Merge pull request #4187 from castlerock/basic_object_in_19 | José Valim | 2011-12-25 | 1 | -16/+9 |
|\ \ \ | | | | | | | | | ::BasicObject always defined in ruby 19 | ||||
| * | | | ::BasicObject always defined in ruby 19 | Vishnu Atrai | 2011-12-26 | 1 | -16/+9 |
|/ / / | |||||
* | | | Merge pull request #4186 from lest/remove-1-8-code | Xavier Noria | 2011-12-25 | 1 | -11/+6 |
|\ \ \ | | | | | | | | | ruby 1.9 returns method names as symbols | ||||
| * | | | ruby 1.9 returns method names as symbols | Sergey Nartimov | 2011-12-25 | 1 | -11/+6 |
|/ / / | |||||
* | | | Merge pull request #4185 from nashby/module-anonymous | Xavier Noria | 2011-12-25 | 2 | -7/+3 |
|\ \ \ | | | | | | | | | Module#name returns nil for anonymous class in ruby 1.9 | ||||
| * | | | Module#name returns nil for anonymous class in ruby 1.9 | Vasiliy Ermolovich | 2011-12-25 | 2 | -7/+3 |
|/ / / | |||||
* | | | add back the version info to the title in guides index page | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4184 from lest/remove-1-8-code | José Valim | 2011-12-25 | 1 | -20/+0 |
|\ \ \ | | | | | | | | | remove date methods that are present in 1.9 ruby | ||||
| * | | | remove date methods that are present in 1.9 ruby | Sergey Nartimov | 2011-12-25 | 1 | -20/+0 |
|/ / / | |||||
* | | | Merge pull request #4183 from nashby/blockless-step-range | José Valim | 2011-12-25 | 1 | -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 Ermolovich | 2011-12-25 | 1 | -21/+5 |
| | | | | | | | | | | | | | | | | block always returns enumerator | ||||
* | | | | Merge pull request #4182 from bogdan/non_keyed_callbacks | José Valim | 2011-12-25 | 1 | -10/+11 |
|\ \ \ \ | | | | | | | | | | | AS::Callbacks: improve __define_runner perfomance for non-keyed callbacks. | ||||
| * | | | | AS::Callbacks: improve __define_runner perfomance | Bogdan Gusiev | 2011-12-25 | 1 | -10/+11 |
| | | | | | |||||
* | | | | | Some fixes in rails guides generation | Vijay Dev | 2011-12-25 | 2 | -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/docrails | Vijay Dev | 2011-12-25 | 9 | -13/+25 |
|\ \ \ \ | |||||
| * | | | | Clarify what persisted? returns. | Uģis Ozols | 2011-12-25 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Remove extra 'be'. | Uģis Ozols | 2011-12-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Revert "Changelog release dates fixed according to rubygems.org" | Vijay Dev | 2011-12-24 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85. Reason: Changelogs are not meant to be edited in docrails. | ||||
| * | | | | Changelog release dates fixed according to rubygems.org | Josef Šimánek | 2011-12-24 | 3 | -7/+7 |
| | | | | | |||||
| * | | | | Final grammar checkup on 3.2 release notes. | Kristian Freeman | 2011-12-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Grammar in 3.2 release notes. | Kristian Freeman | 2011-12-23 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Finished implementation of MIT license linking. | Kristian Freeman | 2011-12-23 | 6 | -6/+18 |
| | | | | | |||||
| * | | | | [docs] make it clear that the methods in a generator are executed sequentially | Brian Browning | 2011-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | fix kindle apps link in edge guides index | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4181 from mipearson/master | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix my name in CHANGELOG.md | ||||
| * | | | | | Mip Earson -> Michael Pearson in changelog. | Michael Pearson | 2011-12-26 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | fixes credit in changelog entry | Xavier Noria | 2011-12-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | registers guide generation for the Kindle and Kindle apps in the Changelog | Xavier Noria | 2011-12-25 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | download guides for the Kindle and Kindle apps from the home page | Xavier Noria | 2011-12-25 | 4 | -6/+21 |
| | | | | | |||||
* | | | | | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-25 | 1 | -9/+15 |
| | | | | | |||||
* | | | | | Merge pull request #4180 from lest/remove-encoding-related | José Valim | 2011-12-25 | 25 | -298/+168 |
|\ \ \ \ \ | | | | | | | | | | | | | remove checks for encodings availability | ||||
| * | | | | | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 25 | -298/+168 |
|/ / / / / |