public
Description: Rails plugin: provides reusable (and pretty) flash messages.
Homepage: http://rpheath.com/posts/379-rails-plugin-for-pretty-flash-messages
Clone URL: git://github.com/rpheath/pretty_flash.git
pretty_flash / install.rb
100644 23 lines (16 sloc) 0.541 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
message = <<-MESSAGE
********************************************
To get started, navigate to your project
root, and type:
$ rake pretty_flash:install
That will copy all of the necessary assets
to their appropriate homes.
!! WARNING: there is no protection against
file collision, so your files will be
overwritten if they already exist. You
may want to check that first! (see the
pretty_flash/assets/ to check)
Enjoy!
********************************************
MESSAGE
 
puts message