public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fix bug where plugin init.rb files from frozen gem specs weren't being run.  
(pjb3) [#122 state:resolved]
rick (author)
Tue May 06 00:01:37 -0700 2008
commit  123e55686de920499cc8572f3a8b4d585d20ab02
tree    02d112948d5bdb6102bc63f82603a94776df3b85
parent  9c2657aa96d3a8f19602ded748e558b0531c1132
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Fix bug where plugin init.rb files from frozen gem specs weren't being run.  (pjb3) [#122 state:resolved]
0
+
0
 * Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88]
0
 
0
 * Rails Edge info returns the latest git commit hash [Francesc Esplugas]

Comments