Skip to content

Commit

Permalink
Bullet extension fixed, app_generator edited
Browse files Browse the repository at this point in the history
esref.viduslu committed Oct 31, 2017
1 parent 2742f8a commit 5a51e99
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ def generate_rollbar
end

def configure_bullet
configure_environment 'development', template_content('bullet/bullet_settings.rb')
configure_environment 'development', template_content('bullet/bullet_settings.rb.erb')
end

private
5 changes: 0 additions & 5 deletions lib/cybele/generators/app_generator.rb
Original file line number Diff line number Diff line change
@@ -187,11 +187,6 @@ def setup_bullet_config
build :configure_bullet
end

def setup_dotenv
say 'Generate env.sample and .env files', :green
build :configure_dotenv
end

def setup_paperclip_and_add_aws
say 'Setting up paperclip, editing settings.yml and env files', :green
build :configure_paperclip
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

config.after_initialize do
Bullet.enable = true
Bullet.alert = true

0 comments on commit 5a51e99

Please sign in to comment.