Added libs for nice error output and benchmarker support.
This commit is contained in:
parent
0edd29dfd4
commit
8074fedefd
2 changed files with 19 additions and 0 deletions
8
Gemfile
8
Gemfile
|
|
@ -44,4 +44,12 @@ end
|
|||
|
||||
group :development do
|
||||
gem 'sqlite3'
|
||||
|
||||
# Better error output
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
|
||||
# Re-enable rails benchmarker/profiler
|
||||
gem 'ruby-prof'
|
||||
gem 'test-unit'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue