Skip to content

Commit

Permalink
Merge pull request #11667 from gsamokovarov/introduce-web-console
Browse files Browse the repository at this point in the history
Include web-console in new projects Gemfile
  • Loading branch information
guilleiguaran committed Sep 24, 2013
2 parents 16c7873 + 344882e commit f55e178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/lib/rails/generators/rails/app/templates/Gemfile
Expand Up @@ -10,6 +10,9 @@ source 'https://rubygems.org'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'

# Run `rails console` in the browser. Read more: https://github.com/rails/web-console
gem 'web-console', group: :development

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
Expand Down

0 comments on commit f55e178

Please sign in to comment.