mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make pry a bit more useful
This commit is contained in:
parent
e5e904aa4e
commit
e72694c4ee
3
Gemfile
3
Gemfile
@ -109,13 +109,14 @@ group :test, :development do
|
|||||||
gem 'terminal-notifier-guard', require: false
|
gem 'terminal-notifier-guard', require: false
|
||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
gem 'rspec-given'
|
gem 'rspec-given'
|
||||||
|
gem 'pry-rails'
|
||||||
|
gem 'pry-nav'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'librarian', '>= 0.0.25', require: false
|
gem 'librarian', '>= 0.0.25', require: false
|
||||||
gem 'pry-rails'
|
|
||||||
# https://github.com/ctran/annotate_models/pull/106
|
# https://github.com/ctran/annotate_models/pull/106
|
||||||
gem 'annotate', :git => 'https://github.com/SamSaffron/annotate_models.git'
|
gem 'annotate', :git => 'https://github.com/SamSaffron/annotate_models.git'
|
||||||
end
|
end
|
||||||
|
@ -312,6 +312,8 @@ GEM
|
|||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0.5)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
|
pry-nav (0.2.3)
|
||||||
|
pry (~> 0.9.10)
|
||||||
pry-rails (0.2.2)
|
pry-rails (0.2.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
@ -514,6 +516,7 @@ DEPENDENCIES
|
|||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
openid-redis-store
|
openid-redis-store
|
||||||
pg
|
pg
|
||||||
|
pry-nav
|
||||||
pry-rails
|
pry-rails
|
||||||
rack-cache
|
rack-cache
|
||||||
rack-cors
|
rack-cors
|
||||||
|
Loading…
Reference in New Issue
Block a user