Skip to content

Commit

Permalink
Merge branch 'alno/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 8, 2011
2 parents 4c134f4 + 043d96b commit f0b1df5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions recipes/rails_admin.rb
@@ -0,0 +1,21 @@
gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'

after_bundler do
generate 'rails_admin:install_admin'
rake 'admin:copy_assets'
rake 'admin:ckeditor_download' if config['ckeditor']
end

__END__

name: RailsAdmin
description: "Install RailsAdmin to manage data in your application"
author: alno

category: other

config:
- ckeditor:
type: boolean
prompt: Install CKEditor?

0 comments on commit f0b1df5

Please sign in to comment.