Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unifies API generation | Xavier Noria | 2013-03-30 | 1 | -46/+2 |
| | |||||
* | guides/rails_guides moved up and out of the railties directory | Sam Ruby | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | doc/README_FOR_APP is no longer generated | Xavier Noria | 2013-01-08 | 1 | -2/+5 |
| | |||||
* | Revert "Only include Rake::DSL if it's defined." | Akira Matsuda | 2012-06-01 | 1 | -1/+1 |
| | | | | | | This reverts commit 82c3aca17e78d25f217702e530586673f2a219d7. Reason: Ruby 1.9.3 is shipped with Rake > 0.9 | ||||
* | Only include Rake::DSL if it's defined. | Joe Van Dyk | 2012-04-23 | 1 | -1/+1 |
| | | | | rake < 0.9 doesn't define Rake::DSL. | ||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -6/+0 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | ruby19: no need to rescue when requiring 'rdoc/task' in Ruby >= 1.9 | Akira Matsuda | 2012-02-27 | 1 | -7/+1 |
| | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -39/+1 |
| | |||||
* | It should be README.rdoc fixes #4067 | Arun Agrawal | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | CHANGELOG => CHANGELOG.md | Arun Agrawal | 2011-11-09 | 1 | -2/+2 |
| | | | | I missed these in previous commit | ||||
* | CHANGELOG to CHANGELOG.md | Arun Agrawal | 2011-11-08 | 1 | -5/+5 |
| | |||||
* | Further monkey-patching to avoid deprecation warnings | Pivotal Casebook | 2011-08-08 | 1 | -0/+2 |
| | |||||
* | removing inline source option from rdoc task. fixes #2169 | Aaron Patterson | 2011-07-21 | 1 | -3/+3 |
| | |||||
* | Ensure RDoc::Task exists even if 'rdoc/task' was not required | Akira Matsuda | 2011-05-26 | 1 | -0/+2 |
| | |||||
* | require 'rake/rdoctask' if failed to require 'rdoc/task' | Akira Matsuda | 2011-05-26 | 1 | -1/+5 |
| | | | | | fixes a regression introduced by b921679d0dd3d5ca16f0362c2b34e7703cfe15e5 require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7) | ||||
* | fixes Rake::RDocTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | Fixed rake task description typo | Vesa Vänskä | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -4/+4 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | the main page of the API generated by the doc:rails task is README | Xavier Noria | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -8/+8 |
| | |||||
* | Cut down even further on rake -T noise | David Heinemeier Hansson | 2010-06-09 | 1 | -8/+39 |
| | |||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | Ensure application rake tasks and generators are loaded after the ones ↵ | José Valim | 2010-04-26 | 1 | -0/+2 |
| | | | | specified in railties/engines/rails. [#4471 state:resolved] | ||||
* | periods are not metacharacters within character classes | Xavier Noria | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Remove if/else branch when generating the documentation since we are simply ↵ | José Valim | 2010-03-30 | 1 | -52/+37 |
| | | | | inspecting the load path. | ||||
* | Changed gem_path to yield the path found in $LOAD_PATH to a block. | postmodern | 2010-03-30 | 1 | -15/+33 |
| | | | | | | | * This allows gems not found in $LOAD_PATH to be safely ignored by the rails documentation task. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fix syntax error and avoid the use of unless/else. | Michael Koziarski | 2010-03-30 | 1 | -8/+9 |
| | |||||
* | Just inspect load paths to generate the documentation. | José Valim | 2010-03-30 | 1 | -6/+1 |
| | |||||
* | Work without bundler | Jeremy Kemper | 2010-03-29 | 1 | -31/+46 |
| | |||||
* | Reapply Rizwan's patch, but memoize Bundler.load.specs in an ivar. [#3697 ↵ | Rizwan Reza | 2010-03-28 | 1 | -41/+34 |
| | | | | | state:resolved] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -3/+4 |
| | |||||
* | Revert "Rake task for generating Rails documentation updated to support ↵ | Jeremy Kemper | 2010-03-11 | 1 | -33/+41 |
| | | | | | | | | Bundler." Incredibly slow. Fix gem_path to not load the bundle fresh each call. This reverts commit 58796dcfc0d74fa3def752fa8b779f725f0747f0. | ||||
* | Rake task for generating Rails documentation updated to support Bundler. | Rizwan Reza | 2010-03-11 | 1 | -41/+33 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | If RAILS_PATH isn't set, make a dummy doc task | Jeremy Kemper | 2010-03-07 | 1 | -32/+40 |
| | |||||
* | rake doc:rails complains loudly if there's no path to generate docs from | Jeremy Kemper | 2010-03-07 | 1 | -1/+3 |
| | |||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Revamp of Rails documentation task | Rizwan Reza | 2010-01-24 | 1 | -23/+31 |
| | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
* | Fix RAILS_ROOT deprecation on guides generation. [#3710 status:resolved] | Rizwan Reza | 2010-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+88 |