Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Update README with correct rake task names
Browse files Browse the repository at this point in the history
  • Loading branch information
jystewart committed Feb 10, 2011
1 parent 237824b commit 78ccc20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ write permissions. This could be a possible security vulnerability.
With that in mind, it is best to pre-cache all of the theme files by using the
included rake tasks:

$ rake theme_create_cache
$ rake themes:cache:create

The theme file cache generates the following file structure:

Expand All @@ -80,9 +80,9 @@ The theme file cache generates the following file structure:

There are other rake tasks available:

- theme_create_cache
- theme_remove_cache
- theme_update_cache
- themes:cache:create

This comment has been minimized.

Copy link
@jritzi

jritzi Feb 10, 2011

You mean rake themes:cache:create?

This comment has been minimized.

Copy link
@jystewart

jystewart Feb 16, 2011

Author Owner

You're quite right! New version pushed

- rake themes:cache:remove
- rake themes:cache:update

You specify which theme to use in your controller by using the 'theme' helper.
It's used just like the 'layout' helper. In fact, you can use them both
Expand Down

0 comments on commit 78ccc20

Please sign in to comment.