-
Notifications
You must be signed in to change notification settings - Fork 77
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
Read me error in "Install" #4
Comments
Using Rails v2.3.5 |
Might help you to switch the tag to rails-pre-3 in github and manually download it. Just paste it in vendor/plugins/table_builder |
It's really necessary run this code I'm having this error uninitialized constant ActiveRecord::NamedScope::Scope in the line But I didn't run the command line above. Should I? |
Don't use git in .gemspec
For a pre rails 3.0 table_builder:
script/plugin install
git://github.com/p8/table_builder.git
cd vendor/plugins/table_builder/
git checkout pre-rails-2.2
last line need change:
git checkout pre-rails-3
The text was updated successfully, but these errors were encountered: