GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
 
studioda (author)
Tue Feb 20 18:18:31 -0800 2007
commit  0ec205b70cf28d47fccf0235838a74127705ce82
tree    3353d0850896c3657747015d01f72f7f3d756513
parent  c5a767848e6a01ca181ffd892e8f1ca86aac2937
simple_pages / install.rb
100644 9 lines (6 sloc) 0.324 kb
1
2
3
4
5
6
7
8
9
puts IO.read(File.join(File.dirname(__FILE__), 'README'))
 
return gets.chomp
 
puts "Do you want to use version-control with your pages? (Recommended)"
puts "[y/n]:"
system("ruby #{RAILS_ROOT}/script/plugin install -x http://svn.techno-weenie.net/projects/plugins/acts_as_versioned") unless gets.chomp.downcase == 'n'
 
p ARGV