Sha256: 1bfac7667002ae3cf9b891c9129572ed1765015159ce764104b8cf3014aad313

Contents?: true

Size: 377 Bytes

Versions: 8

Compression:

Stored size: 377 Bytes

Contents

# This rails template installs Alchemy and all depending gems.
# Run it with +rails YOUR_APP_NAME -d mysql -m alchemy+.

# Installing Alchemy Gem

gem 'alchemy_cms', '>= 2.0.pre2'
gem 'ruby-debug', :group => :development
gem 'mongrel', :group => :development

if yes?("Use Capistrano for deployment? (y/N)")
  gem 'capistrano', :group => :development
end

run 'bundle install'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alchemy_cms-2.0.rc5 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.rc4 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.rc3 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.rc2 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.rc1 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.pre5 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.pre4 lib/rails/templates/alchemy.rb
alchemy_cms-2.0.pre3 lib/rails/templates/alchemy.rb