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
added plugin_migration command

git-svn-id: http://svn.6brand.com/projects/plugins/simple_pages@310 
7491b73d-821b-0410-9297-ad1f6b5b4194
studioda (author)
Wed Feb 21 09:07:42 -0800 2007
commit  1992d6c483974daf97f13b58cba3035dcc095f61
tree    71cb92acecc198fdd791aeb6e006eccb50298219
parent  5d17ab16d4423ad632e68cecf773670b77d912cb
...
2
3
4
5
6
7
8
9
10
11
12
...
14
15
16
17
18
19
20
 
 
 
 
...
2
3
4
 
 
5
 
 
6
7
8
...
10
11
12
 
13
14
15
16
17
18
19
0
@@ -2,11 +2,7 @@ puts IO.read(File.join(File.dirname(__FILE__), 'README'))
0
 
0
 
0
 unless File.exists?("#{RAILS_ROOT}/vendor/plugins/acts_as_versioned")
0
- puts ''
0
- puts '--------------------------------------------------'
0
   puts "If you want to use version-control with your pages you'll need to run the following command to install Techno-Weenie's ActsAsVersioned plugin (highly recommended)"
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
 end
0
@@ -14,7 +10,10 @@ end
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
0
+
0
+puts "To generate the migration for this plugin you'll need to run the following command:"
0
+puts " ruby script/generate plugin_migration"
0
+puts ''

Comments

    No one has commented yet.