Feature #24950
closedAdd better_errors gem (Better error messages)
0%
Description
A request to add
https://github.com/charliesome/better_errors
in development section of gemfile by default.
Lot's of new to rails developers have hard time deubgging it's poor error messages, this gem makes debuggin much easier and works well with Redmine.
Submitted a patch
Files
Updated by Aleksandar Pavic almost 8 years ago
- File before_better_errors.png before_better_errors.png added
- File after_better_errors.png after_better_errors.png added
Yes, works, confirmed on Win 10 machine, latest Redmine svn development checkout. r16304
Updated by Toshi MARUYAMA almost 8 years ago
You might already know, but you can use Gemfile.local.
source:trunk/Gemfile@16264#L108
Updated by Aleksandar Pavic almost 8 years ago
Then you suggest maybe turning this into plugin?
Updated by Toshi MARUYAMA almost 8 years ago
- Subject changed from Better error messages to Add better_errors gem (Better error messages)
Updated by Toshi MARUYAMA almost 8 years ago
Aleksandar Pavic wrote:
Then you suggest maybe turning this into plugin?
No, you can use Gemfile.local as this.
group :development do
gem "better_errors"
gem "binding_of_caller"
end
Updated by Jean-Philippe Lang almost 8 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
Yes, you can create a file named Gemfile.local at the root of your Redmine directory for adding your favorite gems. It will be loaded automatically.
Updated by Aleksandar Pavic almost 8 years ago
Thanks I just wanted to propose adding those 2 gems to raise awareness for new developers.
Anyway they don't bring something special, just a bit more informal view.