This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sans-iMac:app san$ rails s -e test | |
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.7.3 | |
=> Booting WEBrick | |
=> Rails 3.0.1 application starting in test on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
Exiting | |
/Users/san/Documents/san/app/vendor/plugins/paperclip/lib/paperclip.rb:232:in 'has_attached_file': You have a nil object when you didn't expect it! (NoMethodError) | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.[]= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rake aborted! | |
ActiveRecord::JDBCError: ERROR: relation "index_mod_playlists_on_mod_id_and_playlist_id" already exists: CREATE INDEX "index_mod_playlists_on_mod_id_and_playlist_id" ON "mod_playlists" ("mod_id", "playlist_id") | |
arjdbc/jdbc/RubyJdbcConnection.java:195:in `execute' | |
/Users/sanjeesingla/.rvm/gems/jruby-1.7.0@ldc-qa-platform/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/jdbc/adapter.rb:217:in `_execute' | |
/Users/sanjeesingla/.rvm/gems/jruby-1.7.0@ldc-qa-platform/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/jdbc/adapter.rb:209:in `execute' | |
/Users/sanjeesingla/.rvm/gems/jruby-1.7.0@ldc-qa-platform/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `log' | |
/Users/sanjeesingla/.rvm/gems/jruby-1.7.0@ldc-qa-platform/gems/activesupport-3.2.11/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
/Users/sanjeesingla/.rvm/gems/jruby-1.7.0@ldc-qa-platform/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log' | |
/Users |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gemfile(true) do | |
source 'https://rubygems.org' | |
gem 'rails', '4.2.7' | |
gem 'cancancan', '1.12.0' | |
gem 'pg' | |
gem 'rspec-rails' | |
gem 'factory_girl_rails' | |
gem 'poltergeist' | |
gem 'puma' |