public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
gems should be specified before plugins

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9199 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
david (author)
Tue Apr 01 10:15:31 -0700 2008
commit  6b68cebc274824ccae92e74e42a3d62a19726f78
tree    e4a8c222bbfa6915d8118eb00179b4b503f53d84
parent  ede3e988d27a9d915ba8666e8ce76a094e2ea653
...
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
 
 
 
 
34
35
36
...
20
21
22
 
 
 
 
 
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0
@@ -20,17 +20,17 @@ Rails::Initializer.run do |config|
0
   # you must remove the Active Record framework.
0
   # config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
0
 
0
- # Only load the plugins named here, in the order given. By default, all plugins
0
- # in vendor/plugins are loaded in alphabetical order.
0
- # :all can be used as a placeholder for all plugins not explicitly named
0
- # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
0
-
0
   # Specify gems that this application depends on.
0
   # They can then be installed with rake gem:install on new installations.
0
   # config.gem "bj"
0
   # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
0
   # config.gem "aws-s3", :lib => "aws/s3"
0
 
0
+ # Only load the plugins named here, in the order given. By default, all plugins
0
+ # in vendor/plugins are loaded in alphabetical order.
0
+ # :all can be used as a placeholder for all plugins not explicitly named
0
+ # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
0
+
0
   # Add additional load paths for your own custom dirs
0
   # config.load_paths += %W( #{RAILS_ROOT}/extras )
0
 

Comments

    No one has commented yet.