このgitリポジトリからribbotにオープンソースコードを取得したかったのです。私はすでにrailsとその必要なgem、およびmongo dbをダウンロードし、「バンドルをインストール」しています。ただし、プロジェクトの実行時に次のエラーが発生します。
これはどのように解決できますか?
/Library/Ruby/Gems/1.8/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:234:in `load':/Users/hansarijanto/Desktop/Impact/ribbot/config/initializers/session_store.rb :4:
構文エラー、予期しない':'、$ end(SyntaxError)を予期しています... sion_store:cookie_store、key:'_ribbot_session'、:domain => .. ..
現在次のようになっているsession_store.rbという構文エラーでファイルをトレースしました。
# Be sure to restart your server when you modify this file.
# See environment specific overrides also
Ribbot::Application.config.session_store :cookie_store, key: '_ribbot_session', :domain => :all, :expire_after => 10.years
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Ribbot::Application.config.session_store :active_record_sto