Skip to content

Commit

Permalink
No longer recommend Pow; seems to cause more trouble than it's worth
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 18, 2013
1 parent 954f679 commit 201bc0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ group :development do
gem 'guard-livereload', require: false
gem 'guard-rspec', require: false
gem 'letter_opener'
gem 'powder', require: false
gem 'quiet_assets'
gem 'rack-livereload'
gem 'rb-fsevent', require: false
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ GEM
normalize-rails (2.0.1)
pg (0.15.1)
polyglot (0.3.3)
powder (0.2.0)
thor (>= 0.11.5)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down Expand Up @@ -260,7 +258,6 @@ DEPENDENCIES
letter_opener
normalize-rails (~> 2.0.1)
pg
powder
quiet_assets
rack-livereload
rails (= 3.2.13)
Expand Down
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Ensure mailer works in development
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.raise_delivery_errors = true
config.action_mailer.default_url_options = { :host => 'rails-starter.dev' }
config.action_mailer.default_url_options = { :host => 'localhost:3000' }

# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log
Expand Down

0 comments on commit 201bc0f

Please sign in to comment.