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
Search Repo:
switched to using the latest engines tag rather than trunk

git-svn-id: http://svn.6brand.com/projects/plugins/simple_pages@317 
7491b73d-821b-0410-9297-ad1f6b5b4194
studioda (author)
Thu Feb 22 11:45:54 -0800 2007
commit  382188b51a65726053defe5912e91230143854b8
tree    d0a309438c3c4a47a2166a1993cf20e1eaf691bd
parent  955231384d2c98280279ab9d7ad2be10620f0292
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@
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 " ruby #{RAILS_ROOT}/script/plugin install -x http://svn.rails-engines.org/plugins/engines"
0
+ puts " ruby #{RAILS_ROOT}/script/plugin install -x http://svn.rails-engines.org/engines/tags/rel_1.2.0/"
0
   puts ''
0
 end
0
 

Comments

    No one has commented yet.