|
Project Information
|
WeblogPcr This is a basic web blog generator for rails. It's been tested on Rails 2.3.2 and higher. To use: ./script/generate weblog_pcr blogs users current_user --use-https
Add the following line to your routes.rb map.from_plugin :weblog_pcr, "Physical::Blog::Entries", :use_https => true
Once the generator is run and the routes added the plugin in ready to use. Modify the CSS to integrate it into your Rails application and you are done!
|