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

Could not find table 'behavior_configs' #1

Open
thokra opened this issue Mar 14, 2010 · 3 comments
Open

Could not find table 'behavior_configs' #1

thokra opened this issue Mar 14, 2010 · 3 comments

Comments

@thokra
Copy link

thokra commented Mar 14, 2010

When running rake bootstrap or rake db:migrate i just get this error:
Could not find table 'pro_jobs_development.behavior_configs'

the trace starts with:
mysql_adapter.rb:29:in `table_structure'

@miry
Copy link

miry commented Sep 19, 2011

Just comment one line in file config/initializers/zzz_shooter.rb. Then do bootstrap.

@AbiOnGit
Copy link

AbiOnGit commented May 2, 2015

Hi,
I have just installed the rails_dev_directory app on Nitrous.io. Ruby version is 2.2.1 and Rails version is 2.3.8. When I run the 'rake db:create' command I get the following errors:

action@abionno-218643:~/directory$ rake db:create rake aborted!
NoMethodError: undefined method source_index' for Gem:Module /home/action/directory/vendor/rails/railties/lib/rails/gem_dependency.rb:21:inadd_frozen_gem_path' /home/action/directory/config/boot.rb:47:in load_initializer' /home/action/directory/config/boot.rb:38:inrun' /home/action/directory/config/boot.rb:11:in boot!' /home/action/directory/config/boot.rb:110:in<top (required)>' /home/action/directory/Rakefile:4:in `<top (required)>' (See full trace by running task with --trace)

How can I get the app working ?

@AbiOnGit
Copy link

AbiOnGit commented May 2, 2015

action@abionno-218643:~/directory$ rake db:create

rake aborted!

NoMethodError: undefined method `source_index' for Gem:Module

/home/action/directory/vendor/rails/railties/lib/rails/gem_dependency.rb:21:in `add_frozen_gem_path'

/home/action/directory/config/boot.rb:47:in `load_initializer'

/home/action/directory/config/boot.rb:38:in `run'

/home/action/directory/config/boot.rb:11:in `boot!'

/home/action/directory/config/boot.rb:110:in `<top (required)>'

/home/action/directory/Rakefile:4:in `<top (required)>'

(See full trace by running task with --trace)

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