Blog creation in Ruby On Rails



Hello.
I use Rails 3.
I installed 'refinerycms-blog':
1.) In a Gemfile: gem 'refinerycms-blog', '~> 1.0.rc15' 2.) bundle install
3.) rails generate refinery_blog 4.) rake db:migrate It works very good, but
if I go to any post page - I see HTML tags and content.
I deployed my project to heroku, where you can see it.
http://russlteam.heroku.com/blog/ You can see this problem in a each post in
a blog.
For example:
http://localhost:3000/blog/mysql-for-beginners

Comments

Popular posts from this blog

Rails Memcache issues

Enabling password authentication for new ec2 box | ssh, ssh config, EC2 setup, new user in EC2, PasswordAuthentication

What's the difference between "include" and "require" in Ruby?