Vesa Vänskä
|
c3c6f58ffb
|
Fixed rake task description typo
|
2010-10-08 15:14:10 +08:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Xavier Noria
|
05e0fa9cfb
|
the main page of the API generated by the doc:rails task is README
|
2010-07-30 21:50:53 +02:00 |
|
Santiago Pastorino
|
d16c5cc99b
|
Change some missing README -> README.rdoc
|
2010-07-22 01:47:06 +08:00 |
|
David Heinemeier Hansson
|
983815632c
|
Cut down even further on rake -T noise
|
2010-06-09 17:14:53 -04:00 |
|
David Heinemeier Hansson
|
29acc17c0f
|
Cut down on tasks shown in rake -T
|
2010-06-09 16:19:03 -04:00 |
|
José Valim
|
e461e1bc0e
|
Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved]
|
2010-04-26 09:36:13 +02:00 |
|
Xavier Noria
|
ce3864aa36
|
periods are not metacharacters within character classes
|
2010-03-30 01:55:06 -07:00 |
|
José Valim
|
ebcc4c5e74
|
Remove if/else branch when generating the documentation since we are simply inspecting the load path.
|
2010-03-30 10:00:46 +02:00 |
|
postmodern
|
f9e84a9e5a
|
Changed gem_path to yield the path found in $LOAD_PATH to a block.
* 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>
|
2010-03-30 09:58:39 +02:00 |
|
Michael Koziarski
|
bc298152f8
|
Fix syntax error and avoid the use of unless/else.
|
2010-03-30 14:31:16 +13:00 |
|
José Valim
|
331327d391
|
Just inspect load paths to generate the documentation.
|
2010-03-30 01:34:06 +02:00 |
|
Jeremy Kemper
|
af8852d1ad
|
Work without bundler
|
2010-03-29 16:25:52 -07:00 |
|
Rizwan Reza
|
de2b0147d0
|
Reapply Rizwan's patch, but memoize Bundler.load.specs in an ivar. [#3697 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
|
2010-03-28 17:42:53 -07:00 |
|
Joshua Peek
|
f38e89cfba
|
Move railties/builtin into lib
|
2010-03-20 12:34:21 -05:00 |
|
Jeremy Kemper
|
d56e8be22d
|
Revert "Rake task for generating Rails documentation updated to support Bundler."
Incredibly slow. Fix gem_path to not load the bundle fresh each call.
This reverts commit 58796dcfc0 .
|
2010-03-11 13:23:58 -08:00 |
|
Rizwan Reza
|
58796dcfc0
|
Rake task for generating Rails documentation updated to support Bundler.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-03-11 13:44:57 +01:00 |
|
Jeremy Kemper
|
4a89467f7c
|
If RAILS_PATH isn't set, make a dummy doc task
|
2010-03-07 12:39:53 -08:00 |
|
Jeremy Kemper
|
ee580d0cc3
|
rake doc:rails complains loudly if there's no path to generate docs from
|
2010-03-07 12:06:48 -08:00 |
|
Bryan Helmkamp
|
f221a6f19f
|
Leverage VERSION constants from gemspecs to avoid tedious updates when releasing
|
2010-03-02 00:32:53 -05:00 |
|
Jeremy Kemper
|
c548e21365
|
Bump git versions to 3.0.0.beta1 since we've released
|
2010-02-05 09:24:12 -08:00 |
|
David Heinemeier Hansson
|
79817aa9e7
|
Move to 3.0.0.beta
|
2010-02-03 17:29:51 -08:00 |
|
Rizwan Reza
|
396003fc48
|
Revamp of Rails documentation task
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
|
2010-01-24 13:16:38 -08:00 |
|
Rizwan Reza
|
a0dc6cc70b
|
Fix RAILS_ROOT deprecation on guides generation. [#3710 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-17 16:28:31 +01:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|