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.5 README.rdoc
inline_forms-1.6.4 README.rdoc
inline_forms-1.6.3 README.rdoc
inline_forms-1.6.2 README.rdoc
inline_forms-1.6.1 README.rdoc
inline_forms-1.6.0 README.rdoc
inline_forms-1.5.9 README.rdoc
inline_forms-1.5.8 README.rdoc
inline_forms-1.5.7 README.rdoc
inline_forms-1.5.6 README.rdoc
inline_forms-1.5.5 README.rdoc
inline_forms-1.5.4 README.rdoc
inline_forms-1.5.3 README.rdoc
inline_forms-1.5.2 README.rdoc
inline_forms-1.5.1 README.rdoc
inline_forms-1.5.0 README.rdoc
inline_forms-1.4.9 README.rdoc
inline_forms-1.4.8 README.rdoc
inline_forms-1.4.7 README.rdoc
inline_forms-1.4.6 README.rdoc