public
Description: Rails Plugin - a RailsEngines-based CMS extension for any Rails project
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/simple_pages.git
included engines install warning


git-svn-id: http://svn.6brand.com/projects/plugins/simple_pages@308 
7491b73d-821b-0410-9297-ad1f6b5b4194
studioda (author)
Wed Feb 21 08:58:15 -0800 2007
commit  b332cfa2435c739c0bcfdbf50ef541f2a00a6374
tree    fc3dae521e091b5be383dc2926e6ca0fa58b4fab
parent  c0312fcd234ca07b97b185bb649e869eb0f0b619
...
5
6
7
 
 
 
 
 
 
 
 
 
...
5
6
7
8
9
10
11
12
13
14
15
16
0
@@ -5,3 +5,12 @@ puts "If you want to use version-control with your pages you'll need to run the
0
 puts "Just copy and past the following into your shell:"
0
 puts ''
0
 puts " ruby #{RAILS_ROOT}/script/plugin install -x http://svn.techno-weenie.net/projects/plugins/acts_as_versioned"
0
+puts ''
0
+
0
+unless File.exists?("#{RAILS_ROOT}/vendor/plugins/engines")
0
+ puts "WARNING: you do not have the engines plugin installed. This is a necessary requirement for the simple_pages plugin to work."
0
+ puts "Please install the engines plugin by running the following command in your shell:"
0
+ puts ''
0
+ puts " ruby #{RAILS_ROOT}/script/plugin install -x http://svn.rails-engines.org/plugins/engines"
0
+ puts ''
0
+end

Comments

    No one has commented yet.