lib/generators/instance/templates/instance_environment.rb in radiant-0.9.1 vs lib/generators/instance/templates/instance_environment.rb in radiant-1.0.0.rc1
- old
+ new
@@ -18,13 +18,14 @@
# extensions in vendor/extensions are loaded, in alphabetical order. :all
# can be used as a placeholder for all extensions not explicitly named.
# config.extensions = [ :all ]
# By default, only English translations are loaded. Remove any of these from
- # the list below if you'd like to provide any of the supported languages
- config.extensions -= [:dutch_language_pack, :french_language_pack, :german_language_pack,
- :italian_language_pack, :japanese_language_pack, :russian_language_pack]
+ # the list below if you'd like to provide any of the additional options
+ config.ignore_extensions [:dutch_language_pack, :french_language_pack, :german_language_pack,
+ :italian_language_pack, :japanese_language_pack, :russian_language_pack,
+ :debug]
# Your secret key for verifying cookie session data integrity.
# If you change this key, all old sessions will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
@@ -71,11 +72,15 @@
%{<span class="error-with-field">#{html} <span class="error">#{[instance.error_message].flatten.first}</span></span>}
else
html
end
end
-
- config.gem 'will_paginate', :version => '~> 2.3.11', :source => 'http://gemcutter.org'
+
+ config.gem 'haml', :version => '3.0.25'
+ config.gem 'compass', :version => '~> 0.10.6'
+ config.gem 'will_paginate', :version => '~> 2.3.11'
+ config.gem 'delocalize', :version => '0.2.3'
+ config.gem 'paperclip', :version => '~> 2.3.3'
config.after_initialize do
# Add new inflection rules using the following format:
ActiveSupport::Inflector.inflections do |inflect|
inflect.uncountable 'config'
\ No newline at end of file