Skip to content

vhochstein/active_scaffold_export

 
 

Repository files navigation

This is my version of the active_scaffold_export plugin.

It works with Rails 2.3 and both rails-2.3 and master branches of ActiveScaffold.

I have renamed the old activescaffoldexport plugin to follow the same pattern as the other ActiveScaffold related plugins.


Rails 3.0 Gem:
gem 'active_scaffold_export_vho'
or
gem 'active_scaffold_export_vho', :git => 'git://github.com/vhochstein/active_scaffold_export.git', :branch => 'rails-3.0'

Rails 3.1 Gem:
gem 'active_scaffold_export_vho'
or
gem 'active_scaffold_export_vho', :git => 'git://github.com/vhochstein/active_scaffold_export.git'

In addition you have to add folowing line to your application.css file:
 *= require active_scaffold_export

About

Export from active_scaffold with Rails 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 73.9%
  • HTML 24.5%
  • CSS 1.6%