Sha256: 1e8dc94fdf2ca89ae7e4e7634952335c8c9d3cccf78cd4706ad5137af60b6184

Contents?: true

Size: 1.15 KB

Versions: 47

Compression:

Stored size: 1.15 KB

Contents

= inline_forms

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

= Usage

 gem install inline_forms

If you want to just start a new app called MyApp:

 inline_forms create MyApp

If you want to use mysql instead of sqlite as development database:

 inline_forms create MyApp --database mysql

If you want to install the example application:

 inline_forms create MyApp --example

You can install the example application manually if you like:

 inline_forms create MyApp
 cd MyApp
 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

Now point your browser to http://localhost:3000/apartments and make sure JavaScript is enabled.

== Disclaimer

It's work in progress. Until I learn to use git branch, new releases break as easy as Elijah Price's bones.


== Copyright

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
inline_forms-1.6.27 README.rdoc
inline_forms-1.6.26 README.rdoc
inline_forms-1.6.25 README.rdoc
inline_forms-1.6.24 README.rdoc
inline_forms-1.6.23 README.rdoc
inline_forms-1.6.22 README.rdoc
inline_forms-1.6.21 README.rdoc
inline_forms-1.6.20 README.rdoc
inline_forms-1.6.19 README.rdoc
inline_forms-1.6.18 README.rdoc
inline_forms-1.6.17 README.rdoc
inline_forms-1.6.16 README.rdoc
inline_forms-1.6.15 README.rdoc
inline_forms-1.6.12 README.rdoc
inline_forms-1.6.11 README.rdoc
inline_forms-1.6.10 README.rdoc
inline_forms-1.6.9 README.rdoc
inline_forms-1.6.8 README.rdoc
inline_forms-1.6.7 README.rdoc
inline_forms-1.6.6 README.rdoc