mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2099 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
|
||||
|
||||
* Don't require the environment just to clear the logs #2093 [Scott Barron]
|
||||
|
||||
* Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)
|
||||
|
||||
@@ -59,7 +59,7 @@ end_blurb
|
||||
|
||||
if Object.const_defined?(:RAILS_ROOT)
|
||||
usage << <<end_blurb
|
||||
or to #{File.expand_path(RAILS_ROOT)}/script/generators/login
|
||||
or to #{File.expand_path(RAILS_ROOT)}/generators/login
|
||||
to use with this app only.
|
||||
end_blurb
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user