Sha256: aaa4c61b5bd6c043ed19e874e575fcc8f3749202ee9fbf1d36a81a128c146557
Contents?: true
Size: 1.26 KB
Versions: 72
Compression:
Stored size: 1.26 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 Then point your browser to http://localhost:3000/apartments and log in with admin@example.com / admin999 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 Then point your browser to http://localhost:3000/apartments and log in with admin@example.com / admin999 == 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-2013 Ace Suares. See LICENSE.txt for further details.
Version data entries
72 entries across 72 versions & 1 rubygems