Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Errors #3

Open
bhardin opened this issue Jan 27, 2012 · 11 comments
Open

Installation Errors #3

bhardin opened this issue Jan 27, 2012 · 11 comments

Comments

@bhardin
Copy link

bhardin commented Jan 27, 2012

When running bundle exec rake db:migrate, I receive the following error.

$ bundle exec rake db:migrate
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.

rake aborted!
No such file or directory - /lunchlady/log/development.log
/lunchlady/Rakefile:4:in `require'
(See full trace by running task with --trace)
@mrflip
Copy link
Owner

mrflip commented Jan 27, 2012

It may be that the log dir didn't exist. I just pushed a change that creates them -- can you pull and try again?

@bhardin
Copy link
Author

bhardin commented Jan 27, 2012

I don't think you pushed the change. The last commit I see is from Jun 22.

https://github.com/mrflip/lunchlady/

@bhardin
Copy link
Author

bhardin commented Jan 27, 2012

It looks like mrflip isn't the main repo anymore. Is this right?

@bhardin
Copy link
Author

bhardin commented Jan 27, 2012

After cloning from infochimps and then attempting installation, I receive the following

$ bundle install
Fetching source index for http://rubygems.org/
Could not find devise-1.4.4 in any of the sources

@bhardin
Copy link
Author

bhardin commented Jan 27, 2012

Looks like 1.4.4 was yanked.
http://rubygems.org/gems/devise/versions

@bhardin
Copy link
Author

bhardin commented Jan 27, 2012

I changed the version to ~> 1.5 and that seemed to fix the bundle install problem.

However, now I receive:

$ bundle exec rake db:migrate
rake aborted!
No such file or directory - /lunchlady/config/database.yml

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

I will leave you to solve this one. Let me know. Looking forward to trying this out.

@mrflip
Copy link
Owner

mrflip commented Jan 28, 2012

  • Updated the Gemfile, thanks for figuring that out.
  • Pull, and copy the newly-added config/database.yml.example to
    config/database.yml That file is traditionally gitignore'd as it may
    contain DB connection passwords. Set up as it is for sqlite, you shouldn't
    have to change anything within it.

On Fri, Jan 27, 2012 at 4:19 PM, Brett Hardin <
reply@reply.github.com

wrote:

I changed the version to ~> 1.5 and that seemed to fix the bundle install problem.

However, now I receive:

$ bundle exec rake db:migrate
rake aborted!
No such file or directory - /lunchlady/config/database.yml

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

I will leave you to solve this one. Let me know. Looking forward to trying
this out.


Reply to this email directly or view it on GitHub:
#3 (comment)

@bhardin
Copy link
Author

bhardin commented Jan 31, 2012

Continuing following the steps laid out...

$ rake db:migrate
rake aborted!
Could not find table 'users'

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

@bhardin
Copy link
Author

bhardin commented Feb 7, 2012

Here is a full trace:

galaga:lunchlady bhardin$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
Could not find table 'users'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.0.11/lib/active_record/connection_adapters/sqlite_adapter.rb:295:in `table_structure'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.0.11/lib/active_record/connection_adapters/sqlite_adapter.rb:186:in `columns'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.0.11/lib/active_record/base.rb:685:in `columns'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.0.11/lib/active_record/base.rb:698:in `column_names'
/Users/bhardin/Documents/SourceNinja/lunchlady/app/models/user.rb:14:in `group_by_dummy_cols'
/Users/bhardin/Documents/SourceNinja/lunchlady/app/models/user.rb:18:in `<class:User>'
/Users/bhardin/Documents/SourceNinja/lunchlady/app/models/user.rb:1:in `<top (required)>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:454:in `load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:454:in `block in load_file'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:593:in `new_constants_in'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:453:in `load_file'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:340:in `require_or_load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:487:in `load_missing_constant'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:183:in `block in const_missing'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:181:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:181:in `const_missing'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/inflector/methods.rb:124:in `block in constantize'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/inflector/methods.rb:123:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/inflector/methods.rb:123:in `constantize'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:525:in `block in <class:Reference>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:535:in `yield'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:535:in `default'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:535:in `get'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/mapping.rb:77:in `to'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/mapping.rb:72:in `modules'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/mapping.rb:89:in `routes'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/mapping.rb:156:in `default_used_route'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/mapping.rb:66:in `initialize'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise.rb:291:in `new'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise.rb:291:in `add_mapping'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/rails/routes.rb:193:in `block in devise_for'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/rails/routes.rb:192:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/devise-1.5.3/lib/devise/rails/routes.rb:192:in `devise_for'
/Users/bhardin/Documents/SourceNinja/lunchlady/config/routes.rb:14:in `block in <top (required)>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.0.11/lib/action_dispatch/routing/route_set.rb:233:in `instance_exec'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.0.11/lib/action_dispatch/routing/route_set.rb:233:in `draw'
/Users/bhardin/Documents/SourceNinja/lunchlady/config/routes.rb:1:in `<top (required)>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:235:in `load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:235:in `block in load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:225:in `block in load_dependency'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:593:in `new_constants_in'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:225:in `load_dependency'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:235:in `load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:127:in `block in reload_routes!'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:127:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:127:in `reload_routes!'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:120:in `block in routes_reloader'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/file_update_checker.rb:32:in `call'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/file_update_checker.rb:32:in `execute_if_updated'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application/finisher.rb:51:in `block (2 levels) in <module:Finisher>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application/finisher.rb:52:in `call'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application/finisher.rb:52:in `block in <module:Finisher>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/initializable.rb:25:in `instance_exec'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/initializable.rb:25:in `run'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/initializable.rb:50:in `block in run_initializers'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/initializable.rb:49:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/initializable.rb:49:in `run_initializers'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:134:in `initialize!'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:77:in `method_missing'
/Users/bhardin/Documents/SourceNinja/lunchlady/config/environment.rb:5:in `<top (required)>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:239:in `require'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:239:in `block in require'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:225:in `block in load_dependency'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:593:in `new_constants_in'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:225:in `load_dependency'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.0.11/lib/active_support/dependencies.rb:239:in `require'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:103:in `require_environment!'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.0.11/lib/rails/application.rb:218:in `block in initialize_tasks'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/Users/bhardin/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/Users/bhardin/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `load'
/Users/bhardin/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `<main>'
Tasks: TOP => db:migrate => environment

@bhardin
Copy link
Author

bhardin commented Feb 7, 2012

In app/models/user.rb

The following lines are the offenders:

 def self.group_by_dummy_cols() self.column_names.map{|c| "users.#{c}" }.join(",") ; end

and

scope :by_usage,       joins(:orders).group("users.id, #{group_by_dummy_cols}").order('users.is_local DESC, count(*) DESC')

I commented those out, and then was able to run db:migrate successfully. After words I uncommented the two lines. Hope this helps you fix the bug.

@fiveohhh
Copy link

I had the same issues that bhardin did, but also had a problem with the db seeding.
Any ideas on what could be wrong?

Here is the full trace of the seed:

 rake db:seed --trace
** Invoke db:seed (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:abort_if_pending_migrations
** Execute db:seed
rake aborted!
undefined method `insert_record' for #<Array:0xbd1ade8>
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_proxy.rb:159:in `send'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/autosave_association.rb:323:in `block in save_collection_association'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_collection.rb:431:in `block in method_missing'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_proxy.rb:225:in `block in method_missing'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_proxy.rb:225:in `each'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_proxy.rb:225:in `method_missing'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/associations/association_collection.rb:431:in `method_missing'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/autosave_association.rb:314:in `save_collection_association'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/autosave_association.rb:180:in `block in add_autosave_association_callbacks'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/callbacks.rb:422:in `_run_create_callbacks'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/callbacks.rb:277:in `create'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/persistence.rb:257:in `create_or_update'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/callbacks.rb:273:in `block in create_or_update'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/callbacks.rb:424:in `_run_save_callbacks'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/callbacks.rb:273:in `create_or_update'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/persistence.rb:40:in `save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/validations.rb:43:in `save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/attribute_methods/dirty.rb:21:in `save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:240:in `block (2 levels) in save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:292:in `block in with_transaction_returning_status'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/connection_adapters/abstract/database_statements.rb:139:in `transaction'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:207:in `transaction'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:290:in `with_transaction_returning_status'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:240:in `block in save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:251:in `rollback_active_record_state!'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/transactions.rb:239:in `save'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/relation/finder_methods.rb:273:in `find_or_instantiator_by_attributes'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/base.rb:995:in `method_missing'
/home/andy/lunchlady/db/seeds.rb:23:in `block (2 levels) in <top (required)>'
/home/andy/lunchlady/db/seeds.rb:18:in `each'
/home/andy/lunchlady/db/seeds.rb:18:in `block in <top (required)>'
/home/andy/lunchlady/db/seeds.rb:17:in `open'
/home/andy/lunchlady/db/seeds.rb:17:in `<top (required)>'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:236:in `load'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:236:in `block in load'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:225:in `block in load_dependency'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:597:in `new_constants_in'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:225:in `load_dependency'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activesupport-3.0.15/lib/active_support/dependencies.rb:236:in `load'
/home/andy/.rvm/gems/ruby-2.1.0/gems/activerecord-3.0.15/lib/active_record/railties/databases.rake:290:in `block (2 levels) in <top (required)>'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/andy/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/home/andy/.rvm/gems/ruby-2.1.0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/andy/.rvm/gems/ruby-2.1.0/bin/rake:23:in `load'
/home/andy/.rvm/gems/ruby-2.1.0/bin/rake:23:in `<main>'
/home/andy/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:in `eval'
/home/andy/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => db:seed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants