Sha256: 7b8139b4a8d2f91a5eb6d91f30e89573130531910f2981c47790896e7aa63348

Contents?: true

Size: 446 Bytes

Versions: 62

Compression:

Stored size: 446 Bytes

Contents

<style>
.alert { color: red; }
.notice { color: green; }
</style>

<% flash.each do |type, msg| %><div class="<%= type %>"><%= msg %></div><% end %>
<% if flash.any? %><hr /><% end %>

<h1>Acts as list</h1>

<h2>This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.</h2>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
rails_app_generator-0.2.30 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.29 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.28 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.27 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.26 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.25 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.24 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.23 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.22 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.21 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.20 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.19 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.18 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.17 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.16 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.15 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.14 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.13 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.12 after_templates/addons/acts_as_list/app/views/home/index.html.erb
rails_app_generator-0.2.11 after_templates/addons/acts_as_list/app/views/home/index.html.erb