Skip to content

Commit

Permalink
more heroku testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhaddox committed Jun 13, 2010
1 parent 6b1b0ed commit 3a17568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/application_controller.rb
@@ -1,5 +1,6 @@
class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
include Twitter::AuthenticationHelpers include Twitter::AuthenticationHelpers
skip_before_filter :generate_css_from_less if Rails.env.production?
before_filter :check_flickr_auth before_filter :check_flickr_auth
#before_filter :set_iphone_format #before_filter :set_iphone_format


Expand Down
1 change: 0 additions & 1 deletion config/environment.rb
Expand Up @@ -7,7 +7,6 @@
require File.join(File.dirname(__FILE__), 'boot') require File.join(File.dirname(__FILE__), 'boot')


Rails::Initializer.run do |config| Rails::Initializer.run do |config|
skip_before_filter :generate_css_from_less if Rails.env.production?
# Settings in config/environments/* take precedence over those specified here. # Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers # Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded. # -- all .rb files in that directory are automatically loaded.
Expand Down

0 comments on commit 3a17568

Please sign in to comment.