Feature #24950 » devgems.diff
Gemfile (working copy) | ||
---|---|---|
93 | 93 |
group :development do |
94 | 94 |
gem "rdoc", "~> 4.3" |
95 | 95 |
gem "yard" |
96 |
gem "better_errors" |
|
97 |
gem "binding_of_caller" |
|
96 | 98 |
end |
97 | 99 | |
98 | 100 |
group :test do |
config/environments/development.rb (working copy) | ||
---|---|---|
18 | 18 | |
19 | 19 |
# Print deprecation notices to stderr and the Rails logger. |
20 | 20 |
config.active_support.deprecation = [:stderr, :log] |
21 |
|
|
22 |
# Used with better errors to overcome security locking |
|
23 |
# BetterErrors::Middleware.allow_ip! = your.public.server.ip |
|
21 | 24 |
end |