Bumped VERSION to 0.2.0

Updated CHANGELOG
Rails 4.0.0rc1
Improved and fixed spec helper
This commit is contained in:
Cesidio Di Landa
2013-05-02 11:41:41 +02:00
parent 11ac794875
commit bc85296079
15 changed files with 82 additions and 80 deletions
+2
View File
@@ -23,5 +23,7 @@ Starterapp::Application.configure do
config.active_record.migration_error = :page_load
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true
end
+2 -2
View File
@@ -23,10 +23,10 @@ Starterapp::Application.configure do
config.serve_static_assets = true
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
config.assets.js_compressor = :uglifier
# config.assets.css_compressor = :sass
# Whether to fallback to assets pipeline if a precompiled asset is missed.
# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
# Generate digests for assets URLs.
+1
View File
@@ -30,6 +30,7 @@ Starterapp::Application.configure do
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
config.action_mailer.default_url_options = { host: 'localhost' }
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr