Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly show middlewares on rake about. | José Valim | 2010-02-03 | 1 | -3/+6 |
| | |||||
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 1 | -1/+7 |
| | |||||
* | Cleanup middleware introspection output | Joshua Peek | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Get rid of old rails_info_controller.rb | José Valim | 2010-01-13 | 1 | -2/+0 |
| | |||||
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -2/+2 |
| | | | | application's object root) | ||||
* | Pull middleware for Rails info from the initializer instead of ActionController | Joshua Peek | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | Rails::Info doesn't require version for unwanted frameworks | Geoff Buesing | 2009-09-01 | 1 | -2/+4 |
| | | | | | | [#3124 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 1 | -3/+7 |
| | |||||
* | Improve tests and code for Rails::InfoController and Rails::Info [#2411 ↵ | Manfred Stienstra | 2009-04-07 | 1 | -1/+1 |
| | | | | | | | | | | state:resolved] - Refactor Rails::InfoController tests. - Return forbidden status from the InfoController for remote requests instead of a 500. - Add tests for displaying middleware in Rails::Info. Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Show installed middleware in builtin rails info (/rails/info/properties) ↵ | Michael Schuerig | 2009-04-02 | 1 | -1/+10 |
| | | | | | | [#2396 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Add Rack version to Rails info | Joshua Peek | 2009-03-14 | 1 | -0/+4 |
| | |||||
* | Rename Rails::Info.components to frameworks | Jeremy Kemper | 2008-11-24 | 1 | -8/+8 |
| | |||||
* | Fixed that RailsInfoController wasnt considering all requests local in ↵ | David Heinemeier Hansson | 2008-06-02 | 1 | -1/+1 |
| | | | | development mode (Edgard Castro) [#310 state:resolved] | ||||
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Simplify some rails info methods | Jeremy Kemper | 2007-12-19 | 1 | -13/+13 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546. | Jeremy Kemper | 2007-12-19 | 1 | -4/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8435 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 ↵ | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
| | | | | | | [Pratik Naik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Complete AWS -> ARes changeover. Closes #8717 [kampers] | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove last mentions of AWS from railties | Michael Koziarski | 2007-09-22 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7544 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, ↵ | Rick Olson | 2007-07-25 | 1 | -2/+2 |
| | | | | | | #9089 [kampers] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7235 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Install alias so Rails::InfoController is accessible at /rails_info. Closes ↵ | Nicholas Seckar | 2006-04-03 | 2 | -0/+4 |
| | | | | | | #4546. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4138 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Show tag properly in about | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added TAG option for rake rails:freeze:edge, so you can say rake ↵ | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+5 |
| | | | | | | rails:freeze:edge TAG=rel_1-1-0 to lock to the 1.1.0 release [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4133 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -2/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4112 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 2 | -11/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove explicit loading of RailsInfo and RailsInfoController. | Nicholas Seckar | 2006-03-19 | 2 | -0/+132 |
Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. Extend load path with Railties' builtin directory to make adding support code easy. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3981 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |