This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
b2681cca2e
rails--rails
/
railties
/
lib
/
railties_path.rb
2 lines
56 B
Ruby
Raw
Normal View
History
Unescape
Escape
Deprecation: remove components from controller paths. Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. Closes #6755. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6445 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-03-18 09:35:16 -04:00
RAILTIES_PATH
=
File
.
join
(
File
.
dirname
(
__FILE__
)
,
'..'
)
Copy permalink