From f5b991d76dc5d21f1870da067fb3101440256fba Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 27 Mar 2008 17:47:51 +0000 Subject: Added Plugin#about method to programmatically access the about.yml in a plugin (closes #10979) [lazyatom] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9098 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 048ee103a3..ac17d7a0ad 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* Added Plugin#about method to programmatically access the about.yml in a plugin #10979 [lazyatom] + + plugin = Rails::Plugin.new(path_to_my_plugin) + plugin.about["author"] # => "James Adam" + plugin.about["url"] # => "http://interblah.net" + * Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert] * Added config.time_zone = 'UTC' in the default environment.rb [Geoff Buesing] -- cgit v1.2.3