Sha256: 8b5cb5bbf82f2704447caf9f28ce5e9f39225257019680a3f20864ac0fd06938

Contents?: true

Size: 731 Bytes

Versions: 1

Compression:

Stored size: 731 Bytes

Contents

= inline_forms

Inline Forms is almost a complete admin application. You can try it out easily.

= Usage

 gem install inline_forms
 inline_forms create MyAppName
 cd MyAppName
 rails g inline_forms Picture name:string caption:string image:image_field description:text apartment:belongs_to _presentation:'#{name}'
 rails generate uploader Image
 rails g inline_forms Apartment name:string title:string description:text pictures:has_many pictures:associated _enabled:yes _presentation:'#{name}'
 bundle exec rake db:migrate
 rails s

point your browser to http://localhost:3000/apartments (make sure JavaScript is enabled)

It's work in progress.


== Copyright

Copyright (c) 2011 Ace Suares. See LICENSE.txt for
further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inline_forms-1.3.48 README.rdoc