Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecation: remove components from controller paths. Canonicalize ↵ | Jeremy Kemper | 2007-03-18 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Added an omnipresent RailsInfoController with a properties action that ↵ | Sam Stephenson | 2005-11-08 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Adds update_javascripts task which will fetch all the latest js files from ↵ | Tobias Lütke | 2005-10-15 | 1 | -0/+1 |
railties dir. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2607 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |