Rails 2.1
Update to Rails 2.1 final.
This commit is contained in:
parent
fd554cce90
commit
516d6dfac0
257 changed files with 4058 additions and 1933 deletions
2
vendor/rails/railties/lib/commands/plugin.rb
vendored
2
vendor/rails/railties/lib/commands/plugin.rb
vendored
|
@ -163,7 +163,7 @@ class Plugin
|
|||
end
|
||||
|
||||
def git_url?
|
||||
@uri =~ /^git:\/\// || @url =~ /\.git$/
|
||||
@uri =~ /^git:\/\// || @uri =~ /\.git$/
|
||||
end
|
||||
|
||||
def installed?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue