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
e1140f876e
rails--rails
/
railties
/
lib
/
railties_path.rb
1 line
73 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2933 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-07 23:26:34 -05:00
RAILTIES_PATH
=
File
.
expand_path
(
File
.
join
(
File
.
dirname
(
__FILE__
)
,
'..'
)
)
Copy permalink