An open API service indexing awesome lists of open source software.

https://github.com/tb/modal_scaffold

Rails modal AJAX scaffold
https://github.com/tb/modal_scaffold

Last synced: 5 months ago
JSON representation

Rails modal AJAX scaffold

Awesome Lists containing this project

README

          

h1. ModalScaffold

h2. Usage

bc.. rails new sample_app
cd sample_app
rake rails:template LOCATION=https://github.com/tb/rails-templates/raw/master/jquery.rb
rake rails:template LOCATION=https://github.com/tb/rails-templates/raw/master/jquery_colourbox.rb
rails plugin install git://github.com/tb/modal_scaffold.git
rails g modal_scaffold Article title:string body:text published_at:datetime

p. Add in application layout:

bc.. <%= stylesheet_link_tag 'colorbox' %>
<%= javascript_include_tag 'jquery.colorbox' %>

p. Copyright (c) 2010 Tomasz Bak, released under the MIT license