RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: filib
Site: http://philipcunningham.org
Great episode.
pg is transactional and just generally pretty nice.
Turns out this is a haml issue (http://stackoverflow.com/questions/6325416/maruku-incorrectly-parsing-second-line-of-code-blocks).
It can be fixed by adding 'preserve' i.e.
= preserve @foo
Got this up and running but seems to indent any code after line 1 by an extra four spaces. Anyone know if this is a pygments or Redcarpet issue or how to fix it?
I get the following error:
SQLite3::SQLException: no such column: taggings.
Sadface.
Should have re-read Fablo's post properly. Removing h() fixed it.
Thank-you!
I just get a load of un-rendered HTML. Help!
Great episode.
pg is transactional and just generally pretty nice.
Turns out this is a haml issue (http://stackoverflow.com/questions/6325416/maruku-incorrectly-parsing-second-line-of-code-blocks).
It can be fixed by adding 'preserve' i.e.
= preserve @foo
Got this up and running but seems to indent any code after line 1 by an extra four spaces. Anyone know if this is a pygments or Redcarpet issue or how to fix it?
I get the following error:
SQLite3::SQLException: no such column: taggings.
Sadface.
Should have re-read Fablo's post properly. Removing h() fixed it.
Thank-you!
I just get a load of un-rendered HTML. Help!