p8 / table_builder

Rails builder for creating tables and calendars inspired by ActionView's FormBuilder.
186 stars 77 forks source link

Read me error in "Install" #4

Open finist opened 14 years ago

finist commented 14 years ago

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

bmadigan commented 14 years ago

Using Rails v2.3.5 I still get this error error: pathspec 'vendor/plugins/table_builder/pre-rails-3' did not match any file(s) known to git.

v3rt1go commented 13 years ago

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

fabianoalmeida commented 12 years ago

It's really necessary run this code git checkout pre-rails-3?

I'm having this error uninitialized constant ActiveRecord::NamedScope::Scope in the line <% calendar_for(@expenses) do |calendar| %>

But I didn't run the command line above. Should I?