Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8741 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Include ActiveResource in Rails::Info

Reported by: kampers Assigned to: core
Priority: normal Milestone: 1.x
Component: Railties Version: edge
Severity: normal Keywords:
Cc:

Description

Now that Rails apps include ActiveResource by default, the helpful Rails::InfoController should output ARes's version number. This patch adds ARes to the list of components to report version info on.

I left ActionWebService in for now because it's still in trunk.

However, I also added a test to future proof the components list -- it asserts that each component in the list has a directory in the root. That way, when we remove ActionWebService, we'll be reminded to fix the components list here, too.

Attachments

add_active_resource_to_rails_info.diff (1.5 kB) - added by kampers on 06/25/07 11:36:15.
Patch to add ARes to Rails::Info and a new test to make sure all listed components exist

Change History

06/25/07 11:36:15 changed by kampers

  • attachment add_active_resource_to_rails_info.diff added.

Patch to add ARes to Rails::Info and a new test to make sure all listed components exist

06/26/07 08:07:09 changed by kampers

See also these related patches by others: #8526, #8717. They update rake tasks (for freezing and building docs) and update release.rb.

07/25/07 02:50:39 changed by rick

  • status changed from new to closed.
  • resolution set to fixed.

(In [7235]) misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #9089 [kampers]