Skip to content

Commit

Permalink
Merge remote-tracking branch 'justin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
John Koht committed Feb 23, 2012
2 parents d77b899 + 97d2969 commit fd3f5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
Bundler.require(*Rails.groups(:assets => %w(development test)))
# Bundler.require(*Rails.groups(:assets => %w(development test)))
# If you want your assets lazily compiled in production, use this line
# Bundler.require(:default, :assets, Rails.env)
Bundler.require(:default, :assets, Rails.env)
end

module CraigsAdmin
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# config.force_ssl = true

# See everything in the log (default is :info)
config.log_level = :debug
#config.log_level = :debug

# Use a different logger for distributed setups
# config.logger = SyslogLogger.new
Expand Down
1 change: 1 addition & 0 deletions config/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
production:
version: '1.10-beta'

0 comments on commit fd3f5f1

Please sign in to comment.