You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the gem is added to the Gemfile starting console gives the message
irb: warn: can't alias context from irb_context.
Gemfile at the moment
source'https://rubygems.org'ruby'2.1.2'# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'gem'rails','4.1.5'# Use postgresql as the database for Active Recordgem'pg'# assets# Use SCSS for stylesheetsgem'sass-rails','~> 4.0.3'# Use Uglifier as compressor for JavaScript assetsgem'uglifier','>= 1.3.0'gem'compass-rails'gem'fancy-buttons'# Use CoffeeScript for .js.coffee assets and viewsgem'coffee-rails','~> 4.0.0'# See https://github.com/sstephenson/execjs#readme for more supported runtimesgem'therubyracer',platforms: :ruby# Use jquery as the JavaScript librarygem'jquery-rails'# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinksgem'turbolinks'# authgem'authlogic'gem'cancancan'# views# Build JSON APIs with ease. Read more: https://github.com/rails/jbuildergem'jbuilder','~> 2.0'gem'haml-rails'gem'simple_form'gem'wice_grid'# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/springgem'spring',group: :developmentgroup:developmentdo# i18ngem'active_record_model_and_rspec_enhanced_templates'gem'advanced_haml_scaffold_generator'gem'factory_girl_fixtures_template'gem'i18n_scaffold_controller_template'gem'i18n_scaffold_generator'gem'i18n_yaml_sorter',require: falsegem'jbuilder_rspec_generator'gem'rspec_rails_scaffold_templates'gem'translations_sync'# docs# bundle exec rake doc:rails generates the API under doc/api.gem'sdoc','~> 0.4.0',group: :docendgroup:test,:developmentdogem'factory_girl_rails'gem'guard'gem'guard-rspec'gem'quiet_assets'gem'rspec-activemodel-mocks'gem'rspec-rails'gem'zeus',require: false# Metricsgem'rubocop',require: falsegem'brakeman',require: falseendgroup:testdogem'capybara'gem'database_cleaner'gem'email_spec'gem'poltergeist'gem'shoulda-matchers'end
The text was updated successfully, but these errors were encountered:
After the gem is added to the Gemfile starting console gives the message
Gemfile at the moment
The text was updated successfully, but these errors were encountered: