bragi / representations

Simple representations for ActiveRecord models
MIT License
7 stars 2 forks source link

Library doesn't work as described in the docs #34

Closed mkwiatkowski closed 14 years ago

mkwiatkowski commented 14 years ago

Generated form doesn't contain submit button and instead of form fields I get object values. I can provide a rails project that reproduces this problem.

asok commented 14 years ago

New commit add submit buttons to forms. Please check if the new push solves the problem if not provide the project which reproduces this problem.

mkwiatkowski commented 14 years ago

Submit button now appears, although there are still values instead of input fields. Github doesn't seem to allow attachments, so sending you the sample app to your mail.

mkwiatkowski commented 14 years ago

My mistake, didn't notice those ".label" and ".text_field" in the example, silly me. Since the submit button is now present, this issue can be closed now.

asok commented 14 years ago

Closing then.