Atualizando para o Rails 2.3.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# ENV['RAILS_ENV'] ||= 'production'
|
||||
|
||||
# Specifies gem version of Rails to use when vendor/rails is not present
|
||||
RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
|
||||
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
|
||||
|
||||
# Bootstrap the Rails environment, frameworks, and default configuration
|
||||
require File.join(File.dirname(__FILE__), 'boot')
|
||||
@@ -56,4 +56,12 @@ Rails::Initializer.run do |config|
|
||||
|
||||
# Make Active Record use UTC-base instead of local time
|
||||
config.active_record.default_timezone = :utc
|
||||
|
||||
config.gem "dr_nic_magic_models"
|
||||
config.gem "bluecloth"
|
||||
config.gem "acts_as_versioned"
|
||||
config.gem "haml"
|
||||
config.gem "hpricot"
|
||||
config.gem "icalendar"
|
||||
config.gem 'thoughtbot-shoulda', :lib => 'shoulda/rails', :source => "http://gems.github.com"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user